[SCM] handbrake/master: add patch 0014-Use-unpatched-a52.patch

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Mar 16 08:58:28 UTC 2013


The following commit has been merged in the master branch:
commit 58f685c4388af27396f29f26b8e0bdce3c4a8044
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Mar 16 09:49:05 2013 +0100

    add patch 0014-Use-unpatched-a52.patch
    
    this patch allows compilation with an unpatched libmkv

diff --git a/debian/patches/0017-fixup-libmkv.patch b/debian/patches/0017-fixup-libmkv.patch
new file mode 100644
index 0000000..53451da
--- /dev/null
+++ b/debian/patches/0017-fixup-libmkv.patch
@@ -0,0 +1,19 @@
+Author: Reinhard Tartler <siretart at tauware.de>
+Description: Allow compilation with unpatched libmkv
+
+This define was stolen from upstream's A01-hbmv-pgs.patch
+
+--- a/libhb/muxmkv.c
++++ b/libhb/muxmkv.c
+@@ -10,6 +10,11 @@
+ /* libmkv header */
+ #include "libmkv.h"
+ 
++#ifndef MK_SUBTITLE_PGS
++// stolen from upstream's A01-hbmv-pgs.patch
++#define MK_SUBTITLE_PGS    "S_HDMV/PGS"
++#endif
++
+ #include <ogg/ogg.h>
+ 
+ #include "hb.h"
diff --git a/debian/patches/series b/debian/patches/series
index bb1ba71..28372a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 #0014-Use-unpatched-a52.patch
 #0015-use-metadata-reading-from-libav.patch
 0016-use-older-libmkv.patch
+0017-fixup-libmkv.patch

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list