polynomial-c 14/03/21 19:33:34 Added: mlt-0.9.0-freetype251.patch Log: Fixed compilation with >=freetype-2.5.1 (bug #504332) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.1 media-libs/mlt/files/mlt-0.9.0-freetype251.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/files/mlt-0.9.0-freetype251.patch?rev=1.1&view=markup 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 Index: mlt-0.9.0-freetype251.patch =================================================================== --- mlt-0.9.0/src/modules/gtk2/producer_pango.c +++ mlt-0.9.0/src/modules/gtk2/producer_pango.c @@ -25,7 +25,8 @@ #include <string.h> #include <gdk-pixbuf/gdk-pixbuf.h> #include <pango/pangoft2.h> -#include <freetype/freetype.h> +#include <ft2build.h> +#include FT_FREETYPE_H #include <iconv.h> #include <pthread.h> #include <ctype.h>
