[Lunar-commits] CVS: moonbase/graphics/pil BUILD, 1.6, 1.7 DETAILS,
1.5, 1.6
Florin Braescu
florin at lunar-linux.org
Thu Dec 23 18:17:12 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/pil
In directory espresso.foo-projects.org:/tmp/cvs-serv8217/graphics/pil
Modified Files:
BUILD DETAILS
Log Message:
fix bug #595.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/pil/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 7 Jan 2004 21:52:02 -0000 1.6
+++ BUILD 23 Dec 2004 18:17:10 -0000 1.7
@@ -1,7 +1,9 @@
(
export CC="cc $CFLAGS"
-# patch_it /var/spool/lunar/$SOURCE3 0
+
+ sedit "s:freetype/freetype.h>:ft2build.h>\n#include FT_FREETYPE_H:" _imagingft.c &&
+
cd libImaging &&
./configure --prefix=/usr \
$OPTS &&
@@ -12,7 +14,7 @@
python setup.py build &&
prepare_install &&
cd libImaging &&
- cp ImConfig.h ImPlatform.h Imaging.h /usr/include/python2.3 &&
+ cp ImConfig.h ImPlatform.h Imaging.h /usr/include/python2.4 &&
cd .. &&
python setup.py install &&
mkdir -p $DOCUMENT_DIRECTORY/pil &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/pil/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 5 Oct 2004 09:30:06 -0000 1.5
+++ DETAILS 23 Dec 2004 18:17:10 -0000 1.6
@@ -2,15 +2,14 @@
VERSION=1.1.4
SOURCE=Imaging-$VERSION.tar.gz
SOURCE2=pil-handbook.pdf
-# SOURCE3=pil.patch.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION
SOURCE_URL[0]=http://www.effbot.org/downloads/
SOURCE2_URL[0]=http://www.pythonware.com/products/pil/
-# SOURCE3_URL[0]=$PATCH_URL/
WEB_SITE=http://www.pythonware.com/products/pil/index.htm
ENTERED=20020420
UPDATED=20020420
SHORT="Python Imaging Library is an image processing library."
+
cat << EOF
The Python Imaging Library (PIL) adds image processing capabilities to
your Python environment. This library provides extensive file format
More information about the Lunar-commits
mailing list