rpms/rhythmbox/devel rb-more-soup-debug.patch, NONE, 1.1 rhythmbox.spec, 1.167, 1.168

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Feb 5 14:32:35 UTC 2008


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rb-more-soup-debug.patch 
Log Message:
Add missing call to autoheader


rb-more-soup-debug.patch:

--- NEW FILE rb-more-soup-debug.patch ---
Index: configure.ac
===================================================================
--- configure.ac	(revision 5565)
+++ configure.ac	(working copy)
@@ -1168,7 +1157,11 @@
 	AC_MSG_NOTICE([   CD burning support disabled])
 fi
 if test x"$enable_daap" = xyes; then
-	AC_MSG_NOTICE([** DAAP (music sharing) support is enabled])
+	if test x"$have_libsoup24" = "xyes"; then
+		AC_MSG_NOTICE([** DAAP (music sharing) support is enabled (using libsoup 2.4)])
+	elif test x"$have_libsoup22" = "xyes"; then
+		AC_MSG_NOTICE([** DAAP (music sharing) support is enabled (using libsoup 2.2)])
+	fi
 else
 	AC_MSG_NOTICE([   DAAP (music sharing) support is disabled])
 fi
@@ -1198,7 +1191,11 @@
 	AC_MSG_NOTICE([   gnome-keyring support disabled])
 fi
 if test x"$enable_audioscrobbler" != xno; then
-	AC_MSG_NOTICE([** Audioscrobbler support enabled])
+	if test x"$have_libsoup24" = "xyes"; then
+		AC_MSG_NOTICE([** Audioscrobbler support enabled (using libsoup 2.4)])
+	elif test x"$have_libsoup22" = "xyes"; then
+		AC_MSG_NOTICE([** Audioscrobbler support enabled (using libsoup 2.2)])
+	fi
 else
 	AC_MSG_NOTICE([   Audioscrobbler support disabled])
 fi


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- rhythmbox.spec	5 Feb 2008 02:11:42 -0000	1.167
+++ rhythmbox.spec	5 Feb 2008 14:31:54 -0000	1.168
@@ -59,6 +59,7 @@
 Patch2: x-content.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=509701 
 Patch3: soup24.patch
+Patch6: rb-more-soup-debug.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=510406
 Patch4: gsd-media-player-api.patch
 
@@ -95,11 +96,13 @@
 %patch1 -p1 -b .python-threading
 %patch2 -p1 -b .x-content
 %patch3 -p1 -b .soup24
+%patch6 -p0 -b .soup-debug
 %patch4 -p0 -b .gsd
 %patch5 -p0 -b .automake
 
 %build
 autoconf
+autoheader
 automake-1.7 -a -c
 
 # work around a gstreamer bug




More information about the fedora-extras-commits mailing list