[SCM] transcode/master: Fix compilation with recent versions of freetype.

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Dec 14 17:26:03 UTC 2013


The following commit has been merged in the master branch:
commit 487c2398790f43ddb50cf9eaaae1ea7707469e6e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Dec 14 18:24:45 2013 +0100

    Fix compilation with recent versions of freetype.
    
    Closes: #732142

diff --git a/debian/patches/10-freetype.patch b/debian/patches/10-freetype.patch
new file mode 100644
index 0000000..582a3a4
--- /dev/null
+++ b/debian/patches/10-freetype.patch
@@ -0,0 +1,16 @@
+Description: Fix building against recent versions of freetype
+Author: Sebastian Ramacher <sramacher at debian.org>
+Bug-Debian: http://bugs.debian.org/732142
+Last-Update: 2013-12-14
+
+--- transcode-1.1.7.orig/filter/subtitler/load_font.c
++++ transcode-1.1.7/filter/subtitler/load_font.c
+@@ -48,7 +48,7 @@ Artur Zaprzala <zybi at fanthom.irc.pl>
+ #include <ft2build.h>
+ #include FT_FREETYPE_H
+ 
+-#include <freetype/ftglyph.h>
++#include FT_GLYPH_H
+ 
+ /**
+  * @file bswap.h
diff --git a/debian/patches/series b/debian/patches/series
index f62bfef..5474b14 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ ac3-audio-track-number.patch
 07_libav9-preset.patch
 08_libav9-opt.patch
 09_libav9-arch.patch
+10-freetype.patch

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list