rpms/bmpx/devel bmpx.spec,1.17,1.18

josef radinger cheese at fedoraproject.org
Thu Mar 5 08:42:37 UTC 2009


Author: cheese

Update of /cvs/pkgs/rpms/bmpx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12574

Modified Files:
	bmpx.spec 
Log Message:
reenable cdparanoia


Index: bmpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/bmpx.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bmpx.spec	24 Feb 2009 05:19:30 -0000	1.17
+++ bmpx.spec	5 Mar 2009 08:42:07 -0000	1.18
@@ -1,7 +1,7 @@
 Summary:	Beep Media Player eXperimental
 Name:		bmpx
 Version:	0.40.14
-Release:	9%{?dist}
+Release:	12%{?dist}
 
 License:	GPLv2
 Group:		Applications/Multimedia
@@ -9,6 +9,7 @@
 Source:		http://files.beep-media-player.org/releases/0.40/%{name}-%{version}.tar.bz2
 Patch0:		bmpx-libsoup24.patch
 Patch1:		bmpx-hostnotfound.patch
+Patch2:		bmpx-compile.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gcc-c++
@@ -30,7 +31,7 @@
 # BuildRequires:	libsidplay-devel
 BuildRequires:	startup-notification-devel
 BuildRequires:	libofa-devel
-##BuildRequires:	cdparanoia-devel
+BuildRequires:	cdparanoia-devel
 BuildRequires:	alsa-lib-devel
 BuildRequires:	libmodplug-devel
 BuildRequires:	gettext
@@ -41,7 +42,7 @@
 BuildRequires:	dbus-glib-devel
 BuildRequires:	libSM-devel
 BuildRequires:	intltool
-BuildRequires:	libcdio-devel
+#BuildRequires:	libcdio-devel
 
 %description
 BMPx is an audio player that features support for specifications like XDS DnD,
@@ -80,6 +81,7 @@
 %setup -q
 %patch0 -p1 -b .libsoup24
 %patch1 -p1 -b .hostnotfound
+%patch2 -p1 -b .compile
 
 %build
 autoreconf -i -f
@@ -88,7 +90,8 @@
   --enable-mp4v2 \
   --disable-sid \
   --enable-modplug \
-  --without-cdparanoia
+  --with-cdparanoia
+#  --without-cdparanoia
 #	--enable-sid \
 
 %{__make} %{?_smp_mflags}
@@ -180,6 +183,16 @@
 
 
 %changelog
+* Tue Feb 24 2009 josef radinger <cheese at nosuchhost.net> - 0.40.14-12
+- fix compile error because of missing header-file
+- but needs more
+
+* Tue Feb 24 2009 josef radinger <cheese at nosuchhost.net> - 0.40.14-11
+- specfile merge
+
+* Mon Feb 23 2009 josef radinger <cheese at nosuchhost.net> - 0.40.14-10
+- reenable cdparanoia
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.40.14-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list