r36514 - in /desktop/unstable/gnome-settings-daemon/debian: changelog patches/05_sound_pkg-config.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jan 3 11:19:24 UTC 2013


Author: joss
Date: Thu Jan  3 11:19:24 2013
New Revision: 36514

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36514
Log:
05_sound_pkg-config.patch: backported from 3.6. Correctly link the 
sound plugin to libpulse.

Added:
    desktop/unstable/gnome-settings-daemon/debian/patches/05_sound_pkg-config.patch
Modified:
    desktop/unstable/gnome-settings-daemon/debian/changelog
    desktop/unstable/gnome-settings-daemon/debian/patches/series

Modified: desktop/unstable/gnome-settings-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/debian/changelog?rev=36514&op=diff
==============================================================================
--- desktop/unstable/gnome-settings-daemon/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-settings-daemon/debian/changelog [utf-8] Thu Jan  3 11:19:24 2013
@@ -1,3 +1,10 @@
+gnome-settings-daemon (3.4.2+git20121218.7c1322-2) UNRELEASED; urgency=low
+
+  * 05_sound_pkg-config.patch: backported from 3.6. Correctly link the 
+    sound plugin to libpulse.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 03 Jan 2013 12:18:24 +0100
+
 gnome-settings-daemon (3.4.2+git20121218.7c1322-1) unstable; urgency=low
 
   * New upstream git snapshot from the 3.4 branch.

Added: desktop/unstable/gnome-settings-daemon/debian/patches/05_sound_pkg-config.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/debian/patches/05_sound_pkg-config.patch?rev=36514&op=file
==============================================================================
--- desktop/unstable/gnome-settings-daemon/debian/patches/05_sound_pkg-config.patch (added)
+++ desktop/unstable/gnome-settings-daemon/debian/patches/05_sound_pkg-config.patch [utf-8] Thu Jan  3 11:19:24 2013
@@ -1,0 +1,45 @@
+From 73257c3f58e1aa5ac7487ecdf7bbe911a797a31e Mon Sep 17 00:00:00 2001
+From: Bastien Nocera <hadess at hadess.net>
+Date: Mon, 02 Jul 2012 14:05:02 +0000
+Subject: sound: Add pkg-config check for sound plugin's requirements
+
+---
+Index: gnome-settings-daemon-3.4.2+git20121218.7c1322/configure.ac
+===================================================================
+--- gnome-settings-daemon-3.4.2+git20121218.7c1322.orig/configure.ac	2013-01-03 12:13:45.000000000 +0100
++++ gnome-settings-daemon-3.4.2+git20121218.7c1322/configure.ac	2013-01-03 12:16:29.933202542 +0100
+@@ -292,6 +292,12 @@ dnl ====================================
+ dnl power section
+ dnl ==============================================
+ 
++dnl ---------------------------------------------------------------------------
++dnl - sound plugin stuff
++dnl ---------------------------------------------------------------------------
++
++PKG_CHECK_MODULES(SOUND, [libpulse >= $PA_REQUIRED_VERSION $GUDEV_PKG libpulse-mainloop-glib >= $PA_REQUIRED_VERSION])
++
+ # ---------------------------------------------------------------------------
+ # UPower
+ # ---------------------------------------------------------------------------
+Index: gnome-settings-daemon-3.4.2+git20121218.7c1322/plugins/sound/Makefile.am
+===================================================================
+--- gnome-settings-daemon-3.4.2+git20121218.7c1322.orig/plugins/sound/Makefile.am	2012-09-29 15:11:23.000000000 +0200
++++ gnome-settings-daemon-3.4.2+git20121218.7c1322/plugins/sound/Makefile.am	2013-01-03 12:18:09.393666563 +0100
+@@ -18,7 +18,7 @@ libsound_la_CFLAGS = \
+ 	$(PLUGIN_CFLAGS)		\
+ 	$(SETTINGS_PLUGIN_CFLAGS) \
+ 	$(GNOME_CFLAGS)	\
+-	$(PULSE_CFLAGS)	\
++	$(SOUND_CFLAGS)	\
+ 	$(AM_CFLAGS)
+ 
+ libsound_la_LDFLAGS = \
+@@ -26,7 +26,7 @@ libsound_la_LDFLAGS = \
+ 
+ libsound_la_LIBADD = \
+ 	$(SETTINGS_PLUGIN_LIBS)	\
+-	$(PULSE_LIBS)
++	$(SOUND_LIBS)
+ 
+ plugin_in_files = \
+ 	sound.gnome-settings-plugin.in

Modified: desktop/unstable/gnome-settings-daemon/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/debian/patches/series?rev=36514&op=diff
==============================================================================
--- desktop/unstable/gnome-settings-daemon/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-settings-daemon/debian/patches/series [utf-8] Thu Jan  3 11:19:24 2013
@@ -2,6 +2,7 @@
 02_print_init.patch
 03_print_async.patch
 04_superP.patch
+05_sound_pkg-config.patch
 10_smaller_syndaemon_timeout.patch
 power-check-null-devices.patch
 power-ignore-bad-dbus-requests.patch




More information about the pkg-gnome-commits mailing list