r37670 - in /desktop/unstable/gnome-sushi/debian: changelog patches/05-deprecated.patch patches/series
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Thu May 9 09:03:46 UTC 2013
Author: smcv
Date: Thu May 9 09:03:45 2013
New Revision: 37670
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37670
Log:
* Team upload.
* Add debian/patches/05-deprecated.patch: do not define
G_DISABLE_DEPRECATED, which is incompatible with GStreamer 0.10.
(Closes: #707394)
Added:
desktop/unstable/gnome-sushi/debian/patches/05-deprecated.patch
Modified:
desktop/unstable/gnome-sushi/debian/changelog
desktop/unstable/gnome-sushi/debian/patches/series
Modified: desktop/unstable/gnome-sushi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/changelog?rev=37670&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/changelog [utf-8] Thu May 9 09:03:45 2013
@@ -1,3 +1,12 @@
+gnome-sushi (0.4.1-4) unstable; urgency=low
+
+ * Team upload.
+ * Add debian/patches/05-deprecated.patch: do not define
+ G_DISABLE_DEPRECATED, which is incompatible with GStreamer 0.10.
+ (Closes: #707394)
+
+ -- Simon McVittie <smcv at debian.org> Thu, 09 May 2013 09:43:48 +0100
+
gnome-sushi (0.4.1-3) unstable; urgency=low
* Port to libmusicbrainz5. Closes: #677235
Added: desktop/unstable/gnome-sushi/debian/patches/05-deprecated.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/patches/05-deprecated.patch?rev=37670&op=file
==============================================================================
--- desktop/unstable/gnome-sushi/debian/patches/05-deprecated.patch (added)
+++ desktop/unstable/gnome-sushi/debian/patches/05-deprecated.patch [utf-8] Thu May 9 09:03:45 2013
@@ -1,0 +1,18 @@
+From: Simon McVittie <smcv at debian.org>
+Subject: Don't disable deprecated GLib things
+
+GStreamer 0.10 uses GStaticRecMutex, which is deprecated, so anything that
+uses GStreamer can't have G_DISABLE_DEPRECATED.
+
+Bug-Debian: http://bugs.debian.org/707394
+
+--- a/src/Makefile-sushi.am
++++ b/src/Makefile-sushi.am
+@@ -3,7 +3,6 @@ sushi_cflags = \
+ -DPREFIX=\"$(prefix)\" \
+ -DLIBDIR=\"$(libdir)\" \
+ -DG_LOG_DOMAIN=\"Sushi\" \
+- -DG_DISABLE_DEPRECATED \
+ $(SUSHI_CFLAGS)
+
+ sushi_built_sources = \
Modified: desktop/unstable/gnome-sushi/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/patches/series?rev=37670&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/patches/series [utf-8] Thu May 9 09:03:45 2013
@@ -2,3 +2,4 @@
02-no-gettext.patch
03-mb5.patch
04-increase-limit.patch
+05-deprecated.patch
More information about the pkg-gnome-commits
mailing list