[Pkg-cli-apps-commits] [banshee] 10/13: Patch buildsys to use notify-sharp-3.0

Chow Loong Jin hyperair at debian.org
Sun Nov 24 17:45:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch experimental
in repository banshee.

commit 1fd9980735143cdd31368ee130d5f80239814123
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Nov 17 03:17:43 2013 +0800

    Patch buildsys to use notify-sharp-3.0
---
 .../Use-notify-sharp-3.0-to-match-Gtk-3.0.patch     | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Use-notify-sharp-3.0-to-match-Gtk-3.0.patch b/debian/patches/Use-notify-sharp-3.0-to-match-Gtk-3.0.patch
new file mode 100644
index 0000000..2476e55
--- /dev/null
+++ b/debian/patches/Use-notify-sharp-3.0-to-match-Gtk-3.0.patch
@@ -0,0 +1,21 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Sun, 17 Nov 2013 03:17:27 +0800
+Subject: Use notify-sharp-3.0 to match Gtk# 3.0
+
+---
+ build/m4/banshee/notify-sharp.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build/m4/banshee/notify-sharp.m4 b/build/m4/banshee/notify-sharp.m4
+index 3025b6b..652dfd5 100644
+--- a/build/m4/banshee/notify-sharp.m4
++++ b/build/m4/banshee/notify-sharp.m4
+@@ -5,7 +5,7 @@ AC_DEFUN([BANSHEE_CHECK_NOTIFY_SHARP],
+ 		use_system_notifysharp="yes", use_system_notifysharp="no")
+ 
+ 	if test "x$use_system_notifysharp" = "xyes"; then
+-		PKG_CHECK_MODULES(NOTIFY_SHARP, notify-sharp)
++		PKG_CHECK_MODULES(NOTIFY_SHARP, notify-sharp-3.0)
+ 		AC_SUBST(NOTIFY_SHARP_LIBS)
+ 		AM_CONDITIONAL(EXTERNAL_NOTIFY_SHARP, true)
+ 	else
diff --git a/debian/patches/series b/debian/patches/series
index e8011b6..fd0ecd2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ Initial-port-to-GStreamer-1.0.patch
 Remove-build-time-enable-gapless-playback-option.patch
 Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
 Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
+Use-notify-sharp-3.0-to-match-Gtk-3.0.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/banshee.git



More information about the Pkg-cli-apps-commits mailing list