[SCM] handbrake/master: debian/patches: Add 0014-Use-unpatched-a52.patch.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Fri Jun 15 06:05:26 UTC 2012


The following commit has been merged in the master branch:
commit 2df767f6ed1f307c7d3ae49d846669e5c1ac78eb
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Fri Jun 15 03:03:49 2012 -0300

    debian/patches: Add 0014-Use-unpatched-a52.patch.
    
    This is not yet enabled, but it is needed for new trunk versions (and,
    perhaps, with the new point release that should happen RSN) to be compiled
    with Debian's libraries.

diff --git a/debian/patches/0014-Use-unpatched-a52.patch b/debian/patches/0014-Use-unpatched-a52.patch
new file mode 100644
index 0000000..134e0bd
--- /dev/null
+++ b/debian/patches/0014-Use-unpatched-a52.patch
@@ -0,0 +1,19 @@
+Author: Rogério Theodoro de Brito <rbrito at ime.usp.br>
+Description: Use unpatched a52
+ We don't have liba52 patched to support the A52_USE_DPLII macro,
+ so we ignore it for the moment.
+
+Forwarded: no
+Last-Update: 2012-06-15
+Signed-off-by: Rogério Theodoro de Brito <rbrito at ime.usp.br>
+--- a/libhb/deca52.c
++++ b/libhb/deca52.c
+@@ -109,7 +109,7 @@
+             break;
+ 
+         case HB_AMIXDOWN_DOLBYPLII:
+-            pv->flags_out = ( A52_DOLBY | A52_USE_DPLII );
++            pv->flags_out = A52_DOLBY;
+             break;
+ 
+         case HB_AMIXDOWN_DOLBY:
diff --git a/debian/patches/series b/debian/patches/series
index ed26d00..d599ae0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
 0011-First-try-at-removing-some-of-mp4v2.patch
 0012-FLAGS.patch
 0013-format-security.patch
+#0014-Use-unpatched-a52.patch

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list