> Source: gst-plugins-bad0.10
> Version: 0.10.23-7.1
> Severity: serious
> Tags: patch
> Justification: fails to build from source (but built successfully in the
> past)
> 
> Build fails here:
> 
> This occurs in native build.  In order to avoid conflict, gstmodplug.cc
> should include <libmodplug/stdafx.h>.

gst-plugins-bad0.10 also FTBFSes in stable. This is related to the libmodplug 
update in DSA 2751.

Patch attached.

Cheers,
Moritz
-- 
Moritz Mühlenhoff
Open Source Software Engineer

Univention GmbH
be open.
Mary-Somerville-Str.1
28359 Bremen
Tel. : +49 421 22232-0 [.....]
Fax : +49 421 22232-99

muehlenh...@univention.de
http://www.univention.de

Geschäftsführer: Peter H. Ganten
HRB 20755 Amtsgericht Bremen
Steuer-Nr.: 71-597-02876 
diff -Naur gst-plugins-bad0.10-0.10.23.orig/debian/patches/fix-compat-with-updated-libmodplug.patch gst-plugins-bad0.10-0.10.23/debian/patches/fix-compat-with-updated-libmodplug.patch
--- gst-plugins-bad0.10-0.10.23.orig/debian/patches/fix-compat-with-updated-libmodplug.patch	1970-01-01 01:00:00.000000000 +0100
+++ gst-plugins-bad0.10-0.10.23/debian/patches/fix-compat-with-updated-libmodplug.patch	2014-02-03 12:56:52.522074970 +0100
@@ -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 -Naur gst-plugins-bad0.10-0.10.23.orig/debian/patches/series gst-plugins-bad0.10-0.10.23/debian/patches/series
--- gst-plugins-bad0.10-0.10.23.orig/debian/patches/series	2012-12-31 20:43:40.000000000 +0100
+++ gst-plugins-bad0.10-0.10.23/debian/patches/series	2014-02-03 12:55:16.609064887 +0100
@@ -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
+fix-compat-with-updated-libmodplug.patch

Reply via email to