[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697391: marked as done (unblock: gnome-settings-daemon/3.4.2+git20121218.7c1322-2)



Your message dated Fri, 04 Jan 2013 18:56:39 +0000
with message-id <1357325799.6386.0.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#697391: unblock: gnome-settings-daemon/3.4.2+git20121218.7c1322-2
has caused the Debian Bug report #697391,
regarding unblock: gnome-settings-daemon/3.4.2+git20121218.7c1322-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
697391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697391
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package gnome-settings-daemon in order to fix a linking 
issue (thanks to jcristau for spotting).

gnome-settings-daemon (3.4.2+git20121218.7c1322-2) unstable; urgency=low

  * 05_sound_pkg-config.patch: backported from 3.6. Correctly link the 
    sound plugin to libpulse.

unblock gnome-settings-daemon/3.4.2+git20121218.7c1322-2

Thanks,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'
  `-
>From 73257c3f58e1aa5ac7487ecdf7bbe911a797a31e Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@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

--- End Message ---
--- Begin Message ---
On Fri, 2013-01-04 at 19:40 +0100, Josselin Mouette wrote:
> Please unblock package gnome-settings-daemon in order to fix a linking 
> issue (thanks to jcristau for spotting).

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: