[SCM] wxsvg/master: Fix FTBFS due to new libav 0.8 by adding missing header files

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 13:01:41 UTC 2012


The following commit has been merged in the master branch:
commit d73d4de7974ecc9028e0a8c3799b98debc0f3eb8
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 14:01:16 2012 +0100

    Fix FTBFS due to new libav 0.8 by adding missing header files
    
    Closes: #654229

diff --git a/debian/patches/0001-adapt_to_libav_0_8.patch b/debian/patches/0001-adapt_to_libav_0_8.patch
new file mode 100644
index 0000000..fcea80a
--- /dev/null
+++ b/debian/patches/0001-adapt_to_libav_0_8.patch
@@ -0,0 +1,22 @@
+Description: Adapt to new libav 0.8.
+ This patch adds the missing header file libavutil/mathematics.h
+ to fix the build issues introduced due to libav 0.8.
+Author: Lokesh Gidra <lokesh.gidra at gmail.com>
+Bug-Debian: http://bugs.debian.org/654229
+Forwarded: yes
+Last-Update: 2012-02-05
+Acked-by: Alessio Treglia <alessio at debian.org>
+---
+ src/mediadec_ffmpeg.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- wxsvg.orig/src/mediadec_ffmpeg.cpp
++++ wxsvg/src/mediadec_ffmpeg.cpp
+@@ -32,6 +32,7 @@ extern "C" {
+ #include <libavformat/avformat.h>
+ #include <libswscale/swscale.h>
+ #include <libavutil/avutil.h>
++#include <libavutil/mathematics.h>
+ #endif
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..86a8bd4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-adapt_to_libav_0_8.patch

-- 
wxsvg packaging



More information about the pkg-multimedia-commits mailing list