[Lunar-commits] <moonbase> Imaging: the Python Imaging Library

Dave Brown dagbrown at lunar-linux.org
Thu Jan 8 08:33:30 CET 2009


commit d98ee36a75acb40c8517992a45dc2a935e12bdcf
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Thu Jan 8 16:33:30 2009 +0900

    Imaging: the Python Imaging Library
    
    New module submission; added it to support calibre.
---
 python/Imaging/BUILD   |    7 +++++++
 python/Imaging/DEPENDS |    4 ++++
 python/Imaging/DETAILS |   15 +++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/python/Imaging/BUILD b/python/Imaging/BUILD
new file mode 100644
index 0000000..907875b
--- /dev/null
+++ b/python/Imaging/BUILD
@@ -0,0 +1,7 @@
+(
+
+    python setup.py build   &&
+    prepare_install         &&
+    python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/Imaging/DEPENDS b/python/Imaging/DEPENDS
new file mode 100644
index 0000000..5fd0dc8
--- /dev/null
+++ b/python/Imaging/DEPENDS
@@ -0,0 +1,4 @@
+depends setuptools &&
+optional_depends jpeg "" "" "for JPEG file support" &&
+optional_depends freetype2 "" "" "for TTF font support" &&
+optional_depends zlib "" "" "for PNG support"
diff --git a/python/Imaging/DETAILS b/python/Imaging/DETAILS
new file mode 100644
index 0000000..68738d1
--- /dev/null
+++ b/python/Imaging/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=Imaging
+         VERSION=1.1.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://effbot.org/downloads/
+      SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89
+        WEB_SITE=http://www.pythonware.com/products/pil/
+         ENTERED=20090108
+         UPDATED=20090108
+           SHORT="the Python Imaging Library"
+
+cat << EOF
+The Python Imaging Library (PIL) adds image processing capabilities to
+your Python interpreter. This library supports many file formats, and
+provides powerful image processing and graphics capabilities.
+EOF


More information about the Lunar-commits mailing list