[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/2.6.0-1-5-ga22bb79
Chow Loong Jin
hyperair at debian.org
Sun Nov 25 14:09:27 UTC 2012
The following commit has been merged in the experimental branch:
commit 25ee1ef046d35164ea0697debf36e9c81b1ded62
Author: Chow Loong Jin <hyperair at debian.org>
Date: Sun Nov 25 14:31:24 2012 +0800
Patch to remove playbin version check for gapless
diff --git a/debian/patches/Remove-check-for-new-enough-playbin-for-gapless-play.patch b/debian/patches/Remove-check-for-new-enough-playbin-for-gapless-play.patch
new file mode 100644
index 0000000..5b8435c
--- /dev/null
+++ b/debian/patches/Remove-check-for-new-enough-playbin-for-gapless-play.patch
@@ -0,0 +1,26 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Sat, 24 Nov 2012 18:20:02 +0800
+Subject: Remove check for new enough playbin for gapless playback
+
+Now that we've switched to Gstreamer 1.0, we're guaranteed to have a new enough
+playbin, so this check has become irrelevant.
+---
+ configure.ac | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ac949c7..36da2fd 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -179,10 +179,7 @@ AC_ARG_ENABLE(gapless-playback,
+ enable_gapless=$enableval,
+ enable_gapless=auto)
+ if test "x$enable_gapless" != "xno" ; then
+- PKG_CHECK_MODULES([GST_PLUGINS_BASE], [gstreamer-plugins-base-0.10 > 0.10.25.2], ENABLE_GAPLESS=yes, ENABLE_GAPLESS=no)
+- if test "x$enable_gapless" == "xyes" -a "x$ENABLE_GAPLESS" == "xno" ; then
+- AC_MSG_ERROR([Gapless playback requires gstreamer-plugins-base > 0.10.25.2])
+- fi
++ enable_gapless=yes
+ fi
+ AM_CONDITIONAL(ENABLE_GAPLESS, test "x$ENABLE_GAPLESS" = "xyes")
+
diff --git a/debian/patches/series b/debian/patches/series
index 9f96b6e..8e8eba1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch
libossifer-Fix-certificate-validation-with-libsoup-2.patch
Add-dllmaps-for-Banshee.NowPlaying.X11.dll.patch
Initial-port-to-GStreamer-1.0.patch
+Remove-check-for-new-enough-playbin-for-gapless-play.patch
--
banshee
More information about the Pkg-cli-apps-commits
mailing list