[114115] trunk/dports/graphics/gimp2

devans at macports.org devans at macports.org
Fri Nov 29 13:59:53 PST 2013


Revision: 114115
          https://trac.macports.org/changeset/114115
Author:   devans at macports.org
Date:     2013-11-29 13:59:53 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
gimp2: update to verson 2.8.10, patch freetype includes to build with freetype 2.5.1.

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Added Paths:
-----------
    trunk/dports/graphics/gimp2/files/patch-freetype-includes.diff

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2013-11-29 21:55:55 UTC (rev 114114)
+++ trunk/dports/graphics/gimp2/Portfile	2013-11-29 21:59:53 UTC (rev 114115)
@@ -6,8 +6,7 @@
 
 name            gimp2
 # please remember to update the gimp metapackage to match
-version         2.8.8
-revision        2
+version         2.8.10
 license         {GPL-2+ LGPL}
 categories      graphics
 maintainers     devans
@@ -28,8 +27,8 @@
 
 use_bzip2       yes
 
-checksums       rmd160  e8f06db6af449594fcee3ab1249ba59149c8509e \
-                sha256  74c4509bae55f07140bc46f16100fc1e0e052829c13d4d87dc31d07d3e696a67
+checksums       rmd160  c5364c49af2c695bc3d0bd97e792bf3ad75b1175 \
+                sha256  e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -70,9 +69,7 @@
 depends_run     path:share/gimp/2.0/help:gimp-help-en
 
 patchfiles      patch-etc-gimprc.diff \
-                patch-os-x-integration-2d548c71.diff \
-                patch-check-os-x-integration.diff \
-                patch-link-os-x-integration.diff \
+                patch-freetype-includes.diff \
                 patch-plug-ins-twain-tw_mac.c.diff
 
 platform darwin 9 {
@@ -181,7 +178,7 @@
 
 #
 # set default variants
-# webkit +quartz build fails #39276 (-help_browser)
+# help browser builds but doesn't work with +quartz
 #
 
 if {![variant_isset quartz]} {

Added: trunk/dports/graphics/gimp2/files/patch-freetype-includes.diff
===================================================================
--- trunk/dports/graphics/gimp2/files/patch-freetype-includes.diff	                        (rev 0)
+++ trunk/dports/graphics/gimp2/files/patch-freetype-includes.diff	2013-11-29 21:59:53 UTC (rev 114115)
@@ -0,0 +1,12 @@
+--- app/text/gimpfont.c.orig	2013-11-29 00:04:37.000000000 -0800
++++ app/text/gimpfont.c	2013-11-29 00:05:43.000000000 -0800
+@@ -27,7 +27,8 @@
+ 
+ #define PANGO_ENABLE_ENGINE  1   /* Argh */
+ #include <pango/pango-ot.h>
+-#include <freetype/tttables.h>
++#include <ft2build.h>
++#include FT_TRUETYPE_TABLES_H
+ 
+ #include "text-types.h"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/70a9f4c0/attachment.html>


More information about the macports-changes mailing list