forked from pool/libvisual
Accepting request 32738 from KDE:KDE3
Copy from KDE:KDE3/libvisual based on submit request 32738 from user coolo OBS-URL: https://build.opensuse.org/request/show/32738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvisual?expand=0&rev=8
This commit is contained in:
parent
80cee0723c
commit
13d64de877
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 11:57:05 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- package baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libvisual (Version 0.4.0)
|
# spec file for package libvisual (Version 0.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
Name: libvisual
|
Name: libvisual
|
||||||
BuildRequires: freeglut-devel gcc-c++ libdrm-devel pkgconfig
|
BuildRequires: freeglut-devel gcc-c++ libdrm-devel pkgconfig
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Visualization
|
Group: Productivity/Multimedia/Sound/Visualization
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 175
|
Release: 177
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libvisual-64bit
|
Obsoletes: libvisual-64bit
|
||||||
@ -33,6 +33,7 @@ Summary: Sound Visualization Library
|
|||||||
Url: http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page
|
Url: http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: %name-%{version}.tar.bz2
|
Source: %name-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch: %name-%{version}.diff
|
Patch: %name-%{version}.diff
|
||||||
Patch1: %name-%{version}-compiler_warnings.diff
|
Patch1: %name-%{version}-compiler_warnings.diff
|
||||||
Patch2: libvisual.visual_cpu_get_altivec.patch
|
Patch2: libvisual.visual_cpu_get_altivec.patch
|
||||||
@ -52,7 +53,7 @@ Authors:
|
|||||||
Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
|
Gustavo Sverzut Barbieri <gsbarbieri@yahoo.com.br>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Visualization
|
Group: Productivity/Multimedia/Sound/Visualization
|
||||||
Summary: sound visualisation library
|
Summary: sound visualisation library
|
||||||
Requires: %{name} = %{version} glibc-devel
|
Requires: %{name} = %{version} glibc-devel
|
||||||
@ -125,75 +126,3 @@ rm -rf $RPM_BUILD_ROOT/%_datadir/locale
|
|||||||
%_libdir/libvisual-0.4.la
|
%_libdir/libvisual-0.4.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 07 2009 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Thu Nov 13 2008 crrodriguez@suse.de
|
|
||||||
- use -fno-strict-aliasing to avoid breakages.
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Mon Jun 11 2007 schwab@suse.de
|
|
||||||
- Fix unref on const object.
|
|
||||||
* Tue Nov 21 2006 olh@suse.de
|
|
||||||
- disable altivec [#219960]
|
|
||||||
* Tue Aug 29 2006 mskibbe@suse.de
|
|
||||||
- fix some compiler warnings
|
|
||||||
- fix bug 199443 - libvisual-0.4.0-2: local variable used before
|
|
||||||
set
|
|
||||||
* Tue Jul 04 2006 cthiel@suse.de
|
|
||||||
- update to version 0.4.0
|
|
||||||
* Real time timestamping support.
|
|
||||||
* Will unref plugins that don't match the ABI version.
|
|
||||||
* Added VisRectangle system.
|
|
||||||
* New BMP loader that supports all depths and RLE encoding.
|
|
||||||
* visual_mem_set(), visual_mem_set16(), visual_mem_set32()
|
|
||||||
Optimized memset functions.
|
|
||||||
* VisVideo new composite system.
|
|
||||||
* VisVideo sub regions.
|
|
||||||
* visual_video_zoom_*().
|
|
||||||
* visual_video_mirror_*().
|
|
||||||
* visual_video_rotate_*().
|
|
||||||
* Removed obsolete visual_video_depth_transform_to_buffer().
|
|
||||||
* Added VisCollection system.
|
|
||||||
* Added VisHashmap.
|
|
||||||
* Added VisCache.
|
|
||||||
* VisAudio rewrite.
|
|
||||||
* Added .license bit to VisPluginInfo for realtime license check.
|
|
||||||
* Removed .struct_size and .api_version from the VisPluginInfo structure,
|
|
||||||
and revamped the plugin version check system. Put
|
|
||||||
VISUAL_PLUGIN_API_VERSION_VALIDATOR somewhere in your plugin and it'll
|
|
||||||
work.
|
|
||||||
* Homedir installable plugins ~/.libvisual/actor transform morph input.
|
|
||||||
* Added VisOS. Realtime priority functions are hosted in this module.
|
|
||||||
* Added VisMath. All kind of math related functions have been added, most
|
|
||||||
note worthy are the _vectorized_. All of these are accelerated by
|
|
||||||
mmx/3dnow/sse instructions.
|
|
||||||
* VisFourier completely revamped.
|
|
||||||
* Tue Feb 28 2006 hvogel@suse.de
|
|
||||||
- include transform directorys for plugins [#154112]
|
|
||||||
* Fri Feb 03 2006 ro@suse.de
|
|
||||||
- Stack Protector only for > 10.0
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Jan 13 2006 hvogel@suse.de
|
|
||||||
- Make use of Stack Protector
|
|
||||||
* Mon Sep 26 2005 mls@suse.de
|
|
||||||
- make devel package require base package
|
|
||||||
* Thu Jun 23 2005 hvogel@suse.de
|
|
||||||
- remove build directory from dependency_libs
|
|
||||||
* Tue May 10 2005 ro@suse.de
|
|
||||||
- use mmx on x86
|
|
||||||
* Thu Feb 10 2005 adrian@suse.de
|
|
||||||
- update to official version 0.2.0
|
|
||||||
* Tue Feb 08 2005 hvogel@suse.de
|
|
||||||
- fix build on ppc
|
|
||||||
* Wed Feb 02 2005 hvogel@suse.de
|
|
||||||
- update to latest CVS (upcomming 0.2.0)
|
|
||||||
* Mon Nov 22 2004 hvogel@suse.de
|
|
||||||
- the directorys do not belong to the devel subpackage
|
|
||||||
* Thu Nov 11 2004 hvogel@suse.de
|
|
||||||
- include some directorys the libvisual plugins need
|
|
||||||
* Thu Oct 28 2004 adrian@suse.de
|
|
||||||
- update to version 0.1.7
|
|
||||||
* Mon Oct 11 2004 adrian@suse.de
|
|
||||||
- initial package of version 0.1.6
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user