[63096] trunk/dports/python/py26-pil

jmr at macports.org jmr at macports.org
Mon Jan 25 23:59:18 PST 2010


Revision: 63096
          http://trac.macports.org/changeset/63096
Author:   jmr at macports.org
Date:     2010-01-25 23:59:15 -0800 (Mon, 25 Jan 2010)
Log Message:
-----------
py26-pil: update to 1.1.7

Modified Paths:
--------------
    trunk/dports/python/py26-pil/Portfile
    trunk/dports/python/py26-pil/files/patch-setup.py

Modified: trunk/dports/python/py26-pil/Portfile
===================================================================
--- trunk/dports/python/py26-pil/Portfile	2010-01-26 06:54:25 UTC (rev 63095)
+++ trunk/dports/python/py26-pil/Portfile	2010-01-26 07:59:15 UTC (rev 63096)
@@ -4,8 +4,7 @@
 PortGroup python26 1.0
 
 name            py26-pil
-version         1.1.6
-revision        2
+version         1.1.7
 license         MIT
 maintainers     jmr openmaintainer
 description     Python Imaging Library
@@ -19,13 +18,14 @@
 homepage        http://www.pythonware.com/products/pil/
 master_sites    http://effbot.org/downloads/
 distname        Imaging-${version}
-checksums       md5 3a9b5c20ca52f0a9900512d2c7347622 \
-                sha1 952d241e4af8ba09f74e6926108b7c0c748d0f89
+checksums       md5 fc14a54e1ce02a0225be8854bfba478e \
+                sha1 76c37504251171fda8da8e63ecb8bc42a69a5c81 \
+                rmd160 9af570fe100e250a4860314341fe3e6d695d7fde
 patchfiles      patch-setup.py
 
-depends_lib-append  port:jpeg \
-                    port:freetype \
-                    port:zlib
+depends_lib-append  port:freetype \
+                    port:jpeg \
+                    port:lcms
 
 post-patch {
     reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py

Modified: trunk/dports/python/py26-pil/files/patch-setup.py
===================================================================
--- trunk/dports/python/py26-pil/files/patch-setup.py	2010-01-26 06:54:25 UTC (rev 63095)
+++ trunk/dports/python/py26-pil/files/patch-setup.py	2010-01-26 07:59:15 UTC (rev 63096)
@@ -1,24 +1,26 @@
 --- setup.py.orig	2006-12-03 04:37:29.000000000 -0700
 +++ setup.py	2009-09-18 19:58:45.000000000 -0600
-@@ -34,11 +34,11 @@
+@@ -33,12 +33,12 @@
  #
  # TIFF_ROOT = libinclude("/opt/tiff")
  
--FREETYPE_ROOT = None
+-TCL_ROOT = None
 -JPEG_ROOT = None
+-ZLIB_ROOT = None
 -TIFF_ROOT = None
--ZLIB_ROOT = None
--TCL_ROOT = None
-+FREETYPE_ROOT = "__PREFIX__/lib/", "__PREFIX__/include/freetype2/"
+-FREETYPE_ROOT = None
+-LCMS_ROOT = None
++TCL_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
 +JPEG_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
++ZLIB_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
 +TIFF_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
-+ZLIB_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
-+TCL_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
++FREETYPE_ROOT = "__PREFIX__/lib/", "__PREFIX__/include/freetype2/"
++LCMS_ROOT = "__PREFIX__/lib", "__PREFIX__/include"
  
  # FIXME: add mechanism to explicitly *disable* the use of a library
  
-@@ -302,30 +302,7 @@
-                 "_imagingtiff", ["_imagingtiff.c"], libraries=["tiff"]
+@@ -331,30 +331,7 @@
+                 "_imagingcms", ["_imagingcms.c"], libraries=["lcms"] + extra
                  ))
  
 -        if sys.platform == "darwin":
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100125/f8116415/attachment.html>


More information about the macports-changes mailing list