Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: pu
Hi, (this update has been coordinated with Sebastian Dröge) Attached debdiff fixes a FTBFS of gst-plugins-bad0.10 in stable (caused by the libmodplug update in DSA 2751) Cheers, Moritz -- System Information: Debian Release: 7.4 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gst-plugins-bad0.10-0.10.23/debian/changelog gst-plugins-bad0.10-0.10.23/debian/changelog --- gst-plugins-bad0.10-0.10.23/debian/changelog 2012-12-31 20:43:40.000000000 +0100 +++ gst-plugins-bad0.10-0.10.23/debian/changelog 2014-04-07 15:58:11.000000000 +0200 @@ -1,3 +1,9 @@ +gst-plugins-bad0.10 (0.10.23-7.1+deb7u1) stable; urgency=low + + * Fix FTBFS related to the libmodplug upgrade in DSA 2751 (Closes: #726871) + + -- Moritz Mühlenhoff <muehlenh...@univention.de> Mon, 07 Apr 2014 15:56:32 +0200 + gst-plugins-bad0.10 (0.10.23-7.1) unstable; urgency=low * Non-maintainer upload. diff -Nru gst-plugins-bad0.10-0.10.23/debian/patches/0032-fix-compat-with-updated-libmodplug.patch gst-plugins-bad0.10-0.10.23/debian/patches/0032-fix-compat-with-updated-libmodplug.patch --- gst-plugins-bad0.10-0.10.23/debian/patches/0032-fix-compat-with-updated-libmodplug.patch 1970-01-01 01:00:00.000000000 +0100 +++ gst-plugins-bad0.10-0.10.23/debian/patches/0032-fix-compat-with-updated-libmodplug.patch 2014-04-07 15:56:28.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Fix compatibility with current libmodplug + libmodplug was updated to a new upstream release in DSA 2751. This patch + fixes a FTBFS with that new version. +Bug-Debian: http://bugs.debian.org/726871 + +--- gst-plugins-bad0.10-0.10.23.orig/ext/modplug/gstmodplug.cc ++++ gst-plugins-bad0.10-0.10.23/ext/modplug/gstmodplug.cc +@@ -50,7 +50,7 @@ + #define WORDS_BIGENDIAN 0 + #endif + +-#include <stdafx.h> ++#include <libmodplug/stdafx.h> + #include <libmodplug/sndfile.h> + + #include "gstmodplug.h" diff -Nru gst-plugins-bad0.10-0.10.23/debian/patches/series gst-plugins-bad0.10-0.10.23/debian/patches/series --- gst-plugins-bad0.10-0.10.23/debian/patches/series 2012-12-31 20:43:40.000000000 +0100 +++ gst-plugins-bad0.10-0.10.23/debian/patches/series 2014-04-07 15:56:28.000000000 +0200 @@ -12,3 +12,4 @@ 0017-opusdec-read-gain-from-the-right-place-in-the-header.patch 0020-opusenc-add-missing-mutex-unlock-on-error-path.patch 0030-really-fix-h264-parsing.patch +0032-fix-compat-with-updated-libmodplug.patch