[Pkg-cli-apps-commits] [banshee] 13/13: Patch to use dbus# 2.0 API

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 9aef253bdba60ec95dd991a05a1b4615986b66a6
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Mon Nov 25 01:23:39 2013 +0800

    Patch to use dbus# 2.0 API
---
 debian/patches/Use-dbus-2.patch | 24 ++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/Use-dbus-2.patch b/debian/patches/Use-dbus-2.patch
new file mode 100644
index 0000000..83905c4
--- /dev/null
+++ b/debian/patches/Use-dbus-2.patch
@@ -0,0 +1,24 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Mon, 25 Nov 2013 01:18:19 +0800
+Subject: Use dbus# 2
+
+---
+ build/m4/banshee/dbus.m4 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build/m4/banshee/dbus.m4 b/build/m4/banshee/dbus.m4
+index 3b8579e..f76ff8c 100644
+--- a/build/m4/banshee/dbus.m4
++++ b/build/m4/banshee/dbus.m4
+@@ -1,9 +1,9 @@
+ AC_DEFUN([BANSHEE_CHECK_DBUS_SHARP],
+ [
+-	PKG_CHECK_MODULES(DBUS_SHARP_GLIB, dbus-sharp-glib-1.0 >= 0.5)
++	PKG_CHECK_MODULES(DBUS_SHARP_GLIB, dbus-sharp-glib-2.0 >= 0.5)
+ 	AC_SUBST(DBUS_SHARP_GLIB_LIBS)
+ 
+-	PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= 0.7)
++	PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= 0.7)
+ 	AC_SUBST(DBUS_SHARP_LIBS)
+ ])
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fd0ecd2..772d0b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ 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
+Use-dbus-2.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