[115399] trunk/dports/multimedia/transcode
jeremyhu at macports.org
jeremyhu at macports.org
Wed Jan 1 01:41:47 PST 2014
Revision: 115399
https://trac.macports.org/changeset/115399
Author: jeremyhu at macports.org
Date: 2014-01-01 01:41:47 -0800 (Wed, 01 Jan 2014)
Log Message:
-----------
transcode: Fix build with current freetype
Modified Paths:
--------------
trunk/dports/multimedia/transcode/Portfile
Added Paths:
-----------
trunk/dports/multimedia/transcode/files/patch-freetype-2.5.1.diff
Modified: trunk/dports/multimedia/transcode/Portfile
===================================================================
--- trunk/dports/multimedia/transcode/Portfile 2014-01-01 09:35:02 UTC (rev 115398)
+++ trunk/dports/multimedia/transcode/Portfile 2014-01-01 09:41:47 UTC (rev 115399)
@@ -51,7 +51,8 @@
patch-ffmpeg-0.11.diff \
patch-filter-filter_pp.c.diff \
patch-encode-Makefile.in.diff \
- patch-ffmpeg-2.0.diff
+ patch-ffmpeg-2.0.diff \
+ patch-freetype-2.5.1.diff
configure.args --disable-mmx \
--enable-libmpeg2 \
Added: trunk/dports/multimedia/transcode/files/patch-freetype-2.5.1.diff
===================================================================
--- trunk/dports/multimedia/transcode/files/patch-freetype-2.5.1.diff (rev 0)
+++ trunk/dports/multimedia/transcode/files/patch-freetype-2.5.1.diff 2014-01-01 09:41:47 UTC (rev 115399)
@@ -0,0 +1,12 @@
+--- filter/subtitler/load_font.c.orig 2011-11-19 08:50:27.000000000 -0800
++++ filter/subtitler/load_font.c 2014-01-01 01:38:39.000000000 -0800
+@@ -47,8 +47,7 @@ Artur Zaprzala <zybi at fanthom.irc.pl>
+ // FreeType specific includes
+ #include <ft2build.h>
+ #include FT_FREETYPE_H
+-
+-#include <freetype/ftglyph.h>
++#include FT_GLYPH_H
+
+ /**
+ * @file bswap.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140101/344acc74/attachment.html>
More information about the macports-changes
mailing list