[Pkg-mono-svn-commits] [libgdiplus] 05/12: Drop obsolete patch

Jo Shields directhex at moszumanska.debian.org
Wed Aug 27 18:13:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/3.6-1
in repository libgdiplus.

commit 3ed0a39c600ff8875e976e403e6d36c724d8d96e
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Wed Aug 27 18:47:27 2014 +0100

    Drop obsolete patch
---
 debian/patches/series                    |  1 -
 debian/patches/use_freetype_macros.patch | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 9fb4052..6415c7f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 initialize_png_transparency.patch
-use_freetype_macros.patch
diff --git a/debian/patches/use_freetype_macros.patch b/debian/patches/use_freetype_macros.patch
deleted file mode 100644
index bd359f4..0000000
--- a/debian/patches/use_freetype_macros.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit 180c02e0f2a2016eba8520b456ca929e9dcf03db
-Author: Jo Shields <directhex at apebox.org>
-Date:   Mon Dec 16 09:24:57 2013 +0000
-
-    Use FreeType macros for tttables.h inclusion
-    
-    As of FreeType 2.1.6 (November 2003), using #include to include Freetype libraries directly is not supported.
-    
-    This has come to a head, as in FreeType 2.5.0, the location of headers has been moved around, breaking building of libgdiplus.
-    
-    This slight change uses the "official" way to include the required header file, without breaking building on older versions of the library.
-
-diff --git a/src/gdiplus-private.h b/src/gdiplus-private.h
-index 59edf9e..dfccc02 100644
---- a/src/gdiplus-private.h
-+++ b/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>
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/libgdiplus.git



More information about the Pkg-mono-svn-commits mailing list