Build with freetype 2.5.x

This commit is contained in:
markd 2013-12-13 20:50:05 +00:00
parent e175ba6ca2
commit 8881720978
4 changed files with 35 additions and 2 deletions

View file

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.34 2013/09/19 11:53:56 obache Exp $
$NetBSD: distinfo,v 1.35 2013/12/13 20:50:05 markd Exp $
SHA1 (libgdiplus-2.10.tar.bz2) = cc88be4db56561039325cfda10a42408d64332d9
RMD160 (libgdiplus-2.10.tar.bz2) = 5b66e9c00759c24b815a82581efa271d333b058e
Size (libgdiplus-2.10.tar.bz2) = 1962898 bytes
SHA1 (patch-aa) = 7c57287b22f92e0ac4692c5ee075d5ae0ac6d966
SHA1 (patch-src_gdiplus-private.h) = d51ecacdeea19105c510459cdff698453583b3d3
SHA1 (patch-src_gifcodec.c) = c18965a9f17241076d44cf5c6f5b0df59796b5aa

View file

@ -0,0 +1,16 @@
$NetBSD: patch-src_gdiplus-private.h,v 1.1 2013/12/13 20:50:05 markd Exp $
Build with freetype 2.5.x
--- src/gdiplus-private.h.orig 2011-01-13 22:28:19.000000000 +0000
+++ src/gdiplus-private.h
@@ -30,7 +30,8 @@
#include <stdio.h>
#include <math.h>
#include <glib.h>
-#include <freetype/tttables.h>
+#include <ft2build.h>
+#include FT_TRUETYPE_TABLES_H
#include <pthread.h>
#include <unistd.h>

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.22 2012/11/17 21:46:44 markd Exp $
$NetBSD: distinfo,v 1.23 2013/12/13 20:54:03 markd Exp $
SHA1 (transcode-1.1.7.tar.bz2) = e35df68b960eb56ef0a59a4cdbed1491be56aee6
RMD160 (transcode-1.1.7.tar.bz2) = faa854acbbfd52faaa216505176f94d756d77841
@ -10,6 +10,7 @@ SHA1 (patch-ba) = 92f31ca0d49cee2883d278b443b1d616381fee2d
SHA1 (patch-encode_encode_lavc.c) = b93926d54f149fabfc35051c7bfb800efd3892cf
SHA1 (patch-export_export_ffmpeg.c) = 1559892fb1c13c3bd6be32ae9b5a1d04348139e9
SHA1 (patch-export_ffmpeg_cfg.c) = c48acb7c9163f45fc1aa02216e083594fee67331
SHA1 (patch-filter_subtitler_load_font.c) = 2c496c63f4fe27190761d170cc825633eb63c11f
SHA1 (patch-import_decode_lavc.c) = 2a3b9b9f0909794a9fba0f13901121dd48fc9f5f
SHA1 (patch-import_import_ffmpeg.c) = 2b1782d0d87de873f2d5e8397a8f3a1b618e21d4
SHA1 (patch-import_probe_ffmpeg.c) = c755ed421f7cae0d89555c9faffcdce8610178ea

View file

@ -0,0 +1,15 @@
$NetBSD: patch-filter_subtitler_load_font.c,v 1.1 2013/12/13 20:54:03 markd Exp $
Build with freetype 2.5.x
--- filter/subtitler/load_font.c.orig 2011-11-19 16:50:27.000000000 +0000
+++ filter/subtitler/load_font.c
@@ -48,7 +48,7 @@ Artur Zaprzala <zybi@fanthom.irc.pl>
#include <ft2build.h>
#include FT_FREETYPE_H
-#include <freetype/ftglyph.h>
+#include FT_GLYPH_H
/**
* @file bswap.h