[SCM] handbrake/master: debian/patches: Use unpatched libmkv for the moment.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Tue Jul 31 22:14:43 UTC 2012


The following commit has been merged in the master branch:
commit c8b9ba73d1dc4f5fc3b5999e927a567c2f7d3565
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Tue Jul 31 19:07:14 2012 -0300

    debian/patches: Use unpatched libmkv for the moment.
    
    This should be dropped after we have a libmkv that has the patches from
    `contrib/libmkv` applied.

diff --git a/debian/patches/0016-use-older-libmkv.patch b/debian/patches/0016-use-older-libmkv.patch
new file mode 100644
index 0000000..a9bccb2
--- /dev/null
+++ b/debian/patches/0016-use-older-libmkv.patch
@@ -0,0 +1,12 @@
+--- a/libhb/muxmkv.c
++++ b/libhb/muxmkv.c
+@@ -289,8 +289,7 @@
+         {
+             // For HE-AAC, write outputSamplingFreq too
+             // samplingFreq is half of outputSamplingFreq
+-            track->extra.audio.outputSamplingFreq = (float)audio->config.out.samplerate;
+-            track->extra.audio.samplingFreq = track->extra.audio.outputSamplingFreq / 2.;
++            track->extra.audio.samplingFreq = audio->config.out.samplerate / 2.;
+         }
+         else
+         {
diff --git a/debian/patches/series b/debian/patches/series
index 8e1f905..79f5560 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
 0013-format-security.patch
 #0014-Use-unpatched-a52.patch
 #0015-use-metadata-reading-from-libav.patch
+0016-use-older-libmkv.patch

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list