Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9107
Modified Files:
pil-py.info pil-py.patch
Log Message:
Fix for newer freetype, okay'd by Jeff
Index: pil-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/pil-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pil-py.info 6 Mar 2005 14:14:26 -0000 1.2
+++ pil-py.info 17 Mar 2005 19:50:18 -0000 1.3
@@ -4,7 +4,7 @@
Type: python (2.2 2.3 2.4)
Version: 1.1.4
-Revision: 26
+Revision: 27
Description: Python Imaging Library
DescDetail: <<
The Python Imaging Library (PIL) adds image processing capabilities to
Index: pil-py.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/pil-py.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pil-py.patch 6 Mar 2005 14:14:26 -0000 1.2
+++ pil-py.patch 17 Mar 2005 19:50:18 -0000 1.3
@@ -89,7 +89,7 @@
if HAVE_TCLTK:
MODULES.append(
-@@ -260,19 +269,13 @@
+@@ -260,18 +269,13 @@
if FILES:
INCLUDE_DIRS.append(os.path.join(FREETYPEDIR, "include"))
INCLUDE_DIRS.append(os.path.join(FREETYPEDIR, "src"))
@@ -108,7 +108,21 @@
- INCLUDE_DIRS.append("/sw/include/freetype2")
- LIBRARY_DIRS.append("/sw/lib")
+ INCLUDE_DIRS.append("/usr/X11R6/include/freetype2")
++ INCLUDE_DIRS.append("/usr/X11R6/include")
+ LIBRARY_DIRS.append("/usr/X11R6/lib")
else:
have_freetype = 0
+
+--- Imaging-1.1.4/_imagingft.c.orig
++++ Imaging-1.1.4/_imagingft.c
+@@ -17,7 +17,8 @@
+ #include "Python.h"
+ #include "Imaging.h"
+
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ #if defined(PY_VERSION_HEX) && PY_VERSION_HEX < 0x01060000
+ #define PyObject_DEL(op) PyMem_DEL((op))
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits