rpms/bmpx/devel bmpx-libsoup24.patch,1.1,1.2 bmpx.spec,1.13,1.14

josef radinger cheese at fedoraproject.org
Sat Sep 13 16:23:13 UTC 2008


Author: cheese

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

Modified Files:
	bmpx-libsoup24.patch bmpx.spec 
Log Message:
fix libsoup-patch, switch from cdparanoia to libcdio (for now), fix compile


bmpx-libsoup24.patch:

Index: bmpx-libsoup24.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/bmpx-libsoup24.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bmpx-libsoup24.patch	15 Feb 2008 19:32:00 -0000	1.1
+++ bmpx-libsoup24.patch	13 Sep 2008 16:22:42 -0000	1.2
@@ -10,7 +10,7 @@
 +PKG_CHECK_MODULES([SOUP], [libsoup-2.4 >= 2.3.0.1])
  
  # sqlite
- PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.3])
+ PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.4])
 diff -up bmpx-0.40.13/sentinel/beep-media-player-2-sentinel.cc.libsoup24 bmpx-0.40.13/sentinel/beep-media-player-2-sentinel.cc
 --- bmpx-0.40.13/sentinel/beep-media-player-2-sentinel.cc.libsoup24	2007-10-18 19:17:06.000000000 +0200
 +++ bmpx-0.40.13/sentinel/beep-media-player-2-sentinel.cc	2008-02-15 20:26:58.000000000 +0100
@@ -26,7 +26,7 @@
 -G_END_DECLS
 -#endif
  
- #define SERVER_NAME "beep-media-player.org"
+ #define SERVER_NAME "bmpx.backtrace.info"
  
 diff -up bmpx-0.40.13/src/minisoup.hh.libsoup24 bmpx-0.40.13/src/minisoup.hh
 --- bmpx-0.40.13/src/minisoup.hh.libsoup24	2007-10-18 19:17:08.000000000 +0200


Index: bmpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/devel/bmpx.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bmpx.spec	6 Jun 2008 20:48:17 -0000	1.13
+++ bmpx.spec	13 Sep 2008 16:22:42 -0000	1.14
@@ -1,13 +1,14 @@
 Summary:	Beep Media Player eXperimental
 Name:		bmpx
 Version:	0.40.14
-Release:	5%{?dist}
+Release:	6%{?dist}
 
 License:	GPLv2
 Group:		Applications/Multimedia
 URL:		http://bmpx.backtrace.info/
 Source:		http://files.beep-media-player.org/releases/0.40/%{name}-%{version}.tar.bz2
 Patch0:		bmpx-libsoup24.patch
+Patch1:		bmpx-hostnotfound.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gcc-c++
@@ -29,7 +30,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
@@ -40,6 +41,7 @@
 BuildRequires:	dbus-glib-devel
 BuildRequires:	libSM-devel
 BuildRequires:	intltool
+BuildRequires:	libcdio-devel
 
 %description
 BMPx is an audio player that features support for specifications like XDS DnD,
@@ -77,13 +79,15 @@
 %prep
 %setup -q
 %patch0 -p1 -b .libsoup24
+%patch1 -p1 -b .hostnotfound
 
 %build
 %configure \
   --disable-hal \
   --enable-mp4v2 \
   --disable-sid \
-  --enable-modplug
+  --enable-modplug \
+  --without-cdparanoia
 #	--enable-sid \
 
 %{__make} %{?_smp_mflags}
@@ -175,6 +179,11 @@
 
 
 %changelog
+* Sat Sep 13 2008 josef radinger <cheese at nosuchhost.net> - 0.40.14-6
+- fix patch libsoup
+- add hostnotfound-patch
+- remove cdparanoia, use libcdio (for now)
+
 * Fri Jun  6 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-5
 - disabled sid support for now, problems on ppc
 




More information about the fedora-extras-commits mailing list