Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mlt/files: mlt-0.9.0-freetype251.patch
Date: Fri, 21 Mar 2014 19:33:40
Message-Id: 20140321193335.1AAB22004E@flycatcher.gentoo.org
1 polynomial-c 14/03/21 19:33:34
2
3 Added: mlt-0.9.0-freetype251.patch
4 Log:
5 Fixed compilation with >=freetype-2.5.1 (bug #504332)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 media-libs/mlt/files/mlt-0.9.0-freetype251.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/files/mlt-0.9.0-freetype251.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/files/mlt-0.9.0-freetype251.patch?rev=1.1&content-type=text/plain
14
15 Index: mlt-0.9.0-freetype251.patch
16 ===================================================================
17 --- mlt-0.9.0/src/modules/gtk2/producer_pango.c
18 +++ mlt-0.9.0/src/modules/gtk2/producer_pango.c
19 @@ -25,7 +25,8 @@
20 #include <string.h>
21 #include <gdk-pixbuf/gdk-pixbuf.h>
22 #include <pango/pangoft2.h>
23 -#include <freetype/freetype.h>
24 +#include <ft2build.h>
25 +#include FT_FREETYPE_H
26 #include <iconv.h>
27 #include <pthread.h>
28 #include <ctype.h>