diff options
author | drochner <drochner@pkgsrc.org> | 2003-06-27 10:11:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-06-27 10:11:59 +0000 |
commit | a255fa18f62ce05c8086ef4908f702f8b1f9940b (patch) | |
tree | 6741859f56bce3ab025bc48aa357b4d085043e3d /graphics/py-imaging/PLIST | |
parent | e1f6018a66cd36279db94dfd735e1e4c54e9aa19 (diff) | |
download | pkgsrc-a255fa18f62ce05c8086ef4908f702f8b1f9940b.tar.gz |
update to 1.1.4
changes:
Version 1.1.4 adds improved build scripts, truetype/opentype font support,
memory mapping support also for non-Windows platforms, screen and clipboard
grabbing on Windows, support for CSS-style color strings, support for
IPTC/NAA and EXIF metadata, and more.
pkgsrc note:
We don't build the truetype component yet -- this might go into a separate
pkg to get more finegrained dependencies.
(Py-Imaging is supposed to work offline to, ie w/o X11.)
Diffstat (limited to 'graphics/py-imaging/PLIST')
-rw-r--r-- | graphics/py-imaging/PLIST | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/graphics/py-imaging/PLIST b/graphics/py-imaging/PLIST index 11776b935e1..6ab99dfb9c0 100644 --- a/graphics/py-imaging/PLIST +++ b/graphics/py-imaging/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/10/25 13:23:43 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/06/27 10:11:59 drochner Exp $ ${PYINC}/PIL/ImConfig.h ${PYINC}/PIL/ImPlatform.h ${PYINC}/PIL/Imaging.h @@ -17,6 +17,8 @@ ${PYSITELIB}/PIL/DcxImagePlugin.py ${PYSITELIB}/PIL/DcxImagePlugin.pyc ${PYSITELIB}/PIL/EpsImagePlugin.py ${PYSITELIB}/PIL/EpsImagePlugin.pyc +${PYSITELIB}/PIL/ExifTags.py +${PYSITELIB}/PIL/ExifTags.pyc ${PYSITELIB}/PIL/FliImagePlugin.py ${PYSITELIB}/PIL/FliImagePlugin.pyc ${PYSITELIB}/PIL/FontFile.py @@ -41,6 +43,8 @@ ${PYSITELIB}/PIL/Image.py ${PYSITELIB}/PIL/Image.pyc ${PYSITELIB}/PIL/ImageChops.py ${PYSITELIB}/PIL/ImageChops.pyc +${PYSITELIB}/PIL/ImageColor.py +${PYSITELIB}/PIL/ImageColor.pyc ${PYSITELIB}/PIL/ImageDraw.py ${PYSITELIB}/PIL/ImageDraw.pyc ${PYSITELIB}/PIL/ImageEnhance.py @@ -53,6 +57,8 @@ ${PYSITELIB}/PIL/ImageFilter.py ${PYSITELIB}/PIL/ImageFilter.pyc ${PYSITELIB}/PIL/ImageFont.py ${PYSITELIB}/PIL/ImageFont.pyc +${PYSITELIB}/PIL/ImageGrab.py +${PYSITELIB}/PIL/ImageGrab.pyc ${PYSITELIB}/PIL/ImageOps.py ${PYSITELIB}/PIL/ImageOps.pyc ${PYSITELIB}/PIL/ImagePalette.py @@ -65,6 +71,8 @@ ${PYSITELIB}/PIL/ImageStat.py ${PYSITELIB}/PIL/ImageStat.pyc ${PYSITELIB}/PIL/ImageTk.py ${PYSITELIB}/PIL/ImageTk.pyc +${PYSITELIB}/PIL/ImageTransform.py +${PYSITELIB}/PIL/ImageTransform.pyc ${PYSITELIB}/PIL/ImageWin.py ${PYSITELIB}/PIL/ImageWin.pyc ${PYSITELIB}/PIL/ImtImagePlugin.py @@ -87,6 +95,8 @@ ${PYSITELIB}/PIL/PSDraw.py ${PYSITELIB}/PIL/PSDraw.pyc ${PYSITELIB}/PIL/PaletteFile.py ${PYSITELIB}/PIL/PaletteFile.pyc +${PYSITELIB}/PIL/PalmImagePlugin.py +${PYSITELIB}/PIL/PalmImagePlugin.pyc ${PYSITELIB}/PIL/PcdImagePlugin.py ${PYSITELIB}/PIL/PcdImagePlugin.pyc ${PYSITELIB}/PIL/PcfFontFile.py @@ -115,6 +125,8 @@ ${PYSITELIB}/PIL/TiffImagePlugin.py ${PYSITELIB}/PIL/TiffImagePlugin.pyc ${PYSITELIB}/PIL/TiffTags.py ${PYSITELIB}/PIL/TiffTags.pyc +${PYSITELIB}/PIL/WalImageFile.py +${PYSITELIB}/PIL/WalImageFile.pyc ${PYSITELIB}/PIL/WmfImagePlugin.py ${PYSITELIB}/PIL/WmfImagePlugin.pyc ${PYSITELIB}/PIL/XVThumbImagePlugin.py |