rpms/audacious-plugins/devel audacious-plugins.spec,1.122,1.123

Michael Schwendt mschwendt at fedoraproject.org
Mon Jun 14 11:34:18 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32233

Modified Files:
	audacious-plugins.spec 
Log Message:
* Mon Jun 14 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.2.alpha1
- Don't build projectM plugin, because it causes a C++ segfault on app exit
  even if just linking with libprojectM.



Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -p -r1.122 -r1.123
--- audacious-plugins.spec	12 Jun 2010 11:13:53 -0000	1.122
+++ audacious-plugins.spec	14 Jun 2010 11:34:18 -0000	1.123
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.4
-Release: 0.1.alpha1%{?dist}
+Release: 0.2.alpha1%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -55,7 +55,7 @@ BuildRequires: bluez-libs-devel
 BuildRequires: libcddb-devel
 BuildRequires: libmtp-devel
 BuildRequires: libxml2-devel
-BuildRequires: libprojectM-devel gtkglext-devel
+#BuildRequires: libprojectM-devel gtkglext-devel
 BuildRequires: libbs2b-devel
 
 # experimental, disabled by default
@@ -144,7 +144,7 @@ providers may build it with libsidplay 2
 %patch2 -p1 -b .neon-session-destroy
 %patch3 -p1 -b .lds-out-of-bounds
 %patch4 -p1 -b .amidi
-%patch5 -p1 -b .projectm-includes
+#patch5 -p1 -b .projectm-includes
 
 for i in src/ladspa/ladspa.c
 do
@@ -170,6 +170,7 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
     \
     --disable-oss  \
     --disable-projectm  \
+    --disable-projectm-1.0  \
     --disable-sse2  \
     --disable-rpath  \
     --disable-dependency-tracking
@@ -234,6 +235,10 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Mon Jun 14 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.2.alpha1
+- Don't build projectM plugin, because it causes a C++ segfault on app exit
+  even if just linking with libprojectM.
+
 * Wed Jun  9 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.1.alpha1
 - No longer available:
    * scrobbler/last.fm plugin (AUDPLUG-179)



More information about the scm-commits mailing list