Hello community,

here is the log from the commit of package libgdiplus0 for openSUSE:Factory 
checked in at 2013-12-13 14:54:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgdiplus0 (Old)
 and      /work/SRC/openSUSE:Factory/.libgdiplus0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgdiplus0"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgdiplus0/libgdiplus0.changes  2013-04-17 
07:12:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgdiplus0.new/libgdiplus0.changes     
2013-12-13 14:54:39.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 18:54:01 UTC 2013 - [email protected]
+
+- Added use-recommended-freetype-include.patch -- Freetype upstream 
+  recommends using their macros together with ft2build include. 
+  Positive sideeffect is that this patch makes it build with both 
+  freetype2 2.5.1, and older version
+
+-------------------------------------------------------------------

New:
----
  use-recommended-freetype-include.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgdiplus0.spec ++++++
--- /var/tmp/diff_new_pack.QL7mVd/_old  2013-12-13 14:54:39.000000000 +0100
+++ /var/tmp/diff_new_pack.QL7mVd/_new  2013-12-13 14:54:39.000000000 +0100
@@ -28,6 +28,9 @@
 # link to libpng15.patch content sent to  [email protected]
 Patch0:         %{name}-libpng15.patch
 Patch1:         libgdiplus0-giflib5.patch
+# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
+# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
+Patch2:         use-recommended-freetype-include.patch
 Summary:        Open Source Implementation of the GDI+ API
 License:        (LGPL-2.1+ or MPL-1.1) and MIT
 Group:          Development/Libraries/Other
@@ -69,6 +72,7 @@
 %setup -q -n %{real_name}-%{version}
 %patch0
 %patch1 -p1
+%patch2 -p1
 sed -i -e 's/LT_/LTT_/g' cairo/configure.in
 sed -i -e 's:ungif:gif:g' configure || die
 

++++++ use-recommended-freetype-include.patch ++++++
diff -Naur libgdiplus-2.10.9.orig/src/gdiplus-private.h 
libgdiplus-2.10.9/src/gdiplus-private.h
--- libgdiplus-2.10.9.orig/src/gdiplus-private.h        2011-12-02 
18:23:12.000000000 +0100
+++ libgdiplus-2.10.9/src/gdiplus-private.h     2013-12-11 19:53:04.988945792 
+0100
@@ -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>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to