rpms/bmpx/devel bmpx.spec,1.12,1.13

Alexander Kahl (akahl) fedora-extras-commits at redhat.com
Fri Jun 6 20:48:57 UTC 2008


Author: akahl

Update of /cvs/pkgs/rpms/bmpx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24677

Modified Files:
	bmpx.spec 
Log Message:
* -5, deactivated sid support



Index: bmpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/bmpx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bmpx.spec	5 Jun 2008 15:59:29 -0000	1.12
+++ bmpx.spec	6 Jun 2008 20:48:17 -0000	1.13
@@ -1,7 +1,7 @@
 Summary:	Beep Media Player eXperimental
 Name:		bmpx
 Version:	0.40.14
-Release:	4%{?dist}
+Release:	5%{?dist}
 
 License:	GPLv2
 Group:		Applications/Multimedia
@@ -25,7 +25,8 @@
 # Disabled for now, upstream bug #501
 # BuildRequires:	hal-devel
 BuildRequires:	taglib-devel
-BuildRequires:	libsidplay-devel
+# Has some mysterious problems on ppc right now..
+# BuildRequires:	libsidplay-devel
 BuildRequires:	startup-notification-devel
 BuildRequires:	libofa-devel
 BuildRequires:	cdparanoia-devel
@@ -79,10 +80,11 @@
 
 %build
 %configure \
-	--disable-hal \
-	--enable-mp4v2 \
-	--enable-sid \
-	--enable-modplug
+  --disable-hal \
+  --enable-mp4v2 \
+  --disable-sid \
+  --enable-modplug
+#	--enable-sid \
 
 %{__make} %{?_smp_mflags}
 
@@ -173,6 +175,9 @@
 
 
 %changelog
+* Fri Jun  6 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-5
+- disabled sid support for now, problems on ppc
+
 * Thu Jun  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.40.14-4
 - My bad, it is GPLv2 only, due to a few files being GPLv2 only.
 




More information about the fedora-extras-commits mailing list