rpms/bmpx/F-9 bmpx-hostnotfound.patch, NONE, 1.1 bmpx-libsoup24.patch, 1.1, 1.2 bmpx.spec, 1.11, 1.12

josef radinger cheese at fedoraproject.org
Sun Sep 14 12:40:30 UTC 2008


Author: cheese

Update of /cvs/pkgs/rpms/bmpx/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1691/F-9

Modified Files:
	bmpx-libsoup24.patch bmpx.spec 
Added Files:
	bmpx-hostnotfound.patch 
Log Message:
fix compile problems, massage patch, remove cdparanoia


bmpx-hostnotfound.patch:

--- NEW FILE bmpx-hostnotfound.patch ---
--- bmpx-0.40.14/src/network.cc.orig	2008-09-13 12:02:00.000000000 +0200
+++ bmpx-0.40.14/src/network.cc	2008-09-13 12:03:17.000000000 +0200
@@ -37,6 +37,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
+#undef HOST_NOT_FOUND
 #include <stdio.h>
 #include <unistd.h>
 

bmpx-libsoup24.patch:

Index: bmpx-libsoup24.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/F-9/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	14 Sep 2008 12:39:59 -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/F-9/bmpx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bmpx.spec	6 Jun 2008 22:31:42 -0000	1.11
+++ bmpx.spec	14 Sep 2008 12:39:59 -0000	1.12
@@ -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++
@@ -30,7 +31,8 @@
 # BuildRequires:  libsidplay-devel
 BuildRequires:  startup-notification-devel
 BuildRequires:  libofa-devel
-BuildRequires:  cdparanoia-devel
+# disabled for now
+#BuildRequires:  cdparanoia-devel
 BuildRequires:  alsa-lib-devel
 BuildRequires:  libmodplug-devel
 BuildRequires:  gettext
@@ -40,8 +42,8 @@
 BuildRequires:  dbus-glib-devel
 BuildRequires:  libSM-devel
 BuildRequires:  libtool
-BuildRequires:  intltool
-
+BuildRequires:	intltool
+BuildRequires:	libcdio-devel
 %description
 BMPx is an audio player that features support for specifications like XDS DnD,
 XSPF and DBus. BMPx is highly interoperable and integrates well with other
@@ -83,7 +85,8 @@
 %configure \
 	--disable-hal \
 	--enable-mp4v2 \
-	--enable-modplug
+	--enable-modplug \
+	--without-cdparanoia
 #	--enable-sid \
 
 
@@ -176,6 +179,11 @@
 
 
 %changelog
+* Sun Sep 14 2008 josef radinger <cheese at nosuchhost.net> - 0.40.14-6 
+- fix patch libsoup
+- add hostnotfound-patch
+- remove cdparanoia, use libcdio (for now)
+
 * Sat Jun  7 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-5
 - explicitly added intltool build requirement
 




More information about the fedora-extras-commits mailing list