From ccb82c0128344d60ec6ec1ffca7ffebc9b8a2026 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 12 Oct 2005 14:48:44 +0000 Subject: update to 1.1.5 changes: + Runs under Python 1.5.2 and newer, including 2.4. You may need additional libraries to build under 1.5.2; see instructions below. + New build procedure. The setup.py file now configures and builds the core library as well as the bindings, in one step. + Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files. Stub drivers can identify the file format, but relies on application-provided drivers to read or write images in that format. + Added experimental "LA" mode support. An "LA" image is an "L" image with an attached transparency layer. + Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter" classes to the ImageFilter module. + Improved support for applications using multiple threads on systems with multiple processors and/or hyperthreading processors. + Added EXIF GPSInfo read support for JPEG files. + Lots of bug fixes and performance tweaks. pkgsrc note: freetype and tiff support isn't built yet, should be separate pkgs --- graphics/py-imaging/PLIST | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'graphics/py-imaging/PLIST') diff --git a/graphics/py-imaging/PLIST b/graphics/py-imaging/PLIST index 68420e0cf9c..b4ffe5a6334 100644 --- a/graphics/py-imaging/PLIST +++ b/graphics/py-imaging/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/09/14 16:43:50 recht Exp $ -${PYINC}/PIL/ImConfig.h +@comment $NetBSD: PLIST,v 1.7 2005/10/12 14:48:44 drochner Exp $ ${PYINC}/PIL/ImPlatform.h ${PYINC}/PIL/Imaging.h ${PYSITELIB}/PIL.pth @@ -12,6 +11,9 @@ ${PYSITELIB}/PIL/BdfFontFile.pyo ${PYSITELIB}/PIL/BmpImagePlugin.py ${PYSITELIB}/PIL/BmpImagePlugin.pyc ${PYSITELIB}/PIL/BmpImagePlugin.pyo +${PYSITELIB}/PIL/BufrStubImagePlugin.py +${PYSITELIB}/PIL/BufrStubImagePlugin.pyc +${PYSITELIB}/PIL/BufrStubImagePlugin.pyo ${PYSITELIB}/PIL/ContainerIO.py ${PYSITELIB}/PIL/ContainerIO.pyc ${PYSITELIB}/PIL/ContainerIO.pyo @@ -27,6 +29,9 @@ ${PYSITELIB}/PIL/EpsImagePlugin.pyo ${PYSITELIB}/PIL/ExifTags.py ${PYSITELIB}/PIL/ExifTags.pyc ${PYSITELIB}/PIL/ExifTags.pyo +${PYSITELIB}/PIL/FitsStubImagePlugin.py +${PYSITELIB}/PIL/FitsStubImagePlugin.pyc +${PYSITELIB}/PIL/FitsStubImagePlugin.pyo ${PYSITELIB}/PIL/FliImagePlugin.py ${PYSITELIB}/PIL/FliImagePlugin.pyc ${PYSITELIB}/PIL/FliImagePlugin.pyo @@ -51,6 +56,15 @@ ${PYSITELIB}/PIL/GimpGradientFile.pyo ${PYSITELIB}/PIL/GimpPaletteFile.py ${PYSITELIB}/PIL/GimpPaletteFile.pyc ${PYSITELIB}/PIL/GimpPaletteFile.pyo +${PYSITELIB}/PIL/GribStubImagePlugin.py +${PYSITELIB}/PIL/GribStubImagePlugin.pyc +${PYSITELIB}/PIL/GribStubImagePlugin.pyo +${PYSITELIB}/PIL/Hdf5StubImagePlugin.py +${PYSITELIB}/PIL/Hdf5StubImagePlugin.pyc +${PYSITELIB}/PIL/Hdf5StubImagePlugin.pyo +${PYSITELIB}/PIL/IcnsImagePlugin.py +${PYSITELIB}/PIL/IcnsImagePlugin.pyc +${PYSITELIB}/PIL/IcnsImagePlugin.pyo ${PYSITELIB}/PIL/IcoImagePlugin.py ${PYSITELIB}/PIL/IcoImagePlugin.pyc ${PYSITELIB}/PIL/IcoImagePlugin.pyo @@ -84,6 +98,9 @@ ${PYSITELIB}/PIL/ImageFilter.pyo ${PYSITELIB}/PIL/ImageFont.py ${PYSITELIB}/PIL/ImageFont.pyc ${PYSITELIB}/PIL/ImageFont.pyo +${PYSITELIB}/PIL/ImageGL.py +${PYSITELIB}/PIL/ImageGL.pyc +${PYSITELIB}/PIL/ImageGL.pyo ${PYSITELIB}/PIL/ImageGrab.py ${PYSITELIB}/PIL/ImageGrab.pyc ${PYSITELIB}/PIL/ImageGrab.pyo @@ -171,6 +188,9 @@ ${PYSITELIB}/PIL/PsdImagePlugin.pyo ${PYSITELIB}/PIL/SgiImagePlugin.py ${PYSITELIB}/PIL/SgiImagePlugin.pyc ${PYSITELIB}/PIL/SgiImagePlugin.pyo +${PYSITELIB}/PIL/SpiderImagePlugin.py +${PYSITELIB}/PIL/SpiderImagePlugin.pyc +${PYSITELIB}/PIL/SpiderImagePlugin.pyo ${PYSITELIB}/PIL/SunImagePlugin.py ${PYSITELIB}/PIL/SunImagePlugin.pyc ${PYSITELIB}/PIL/SunImagePlugin.pyo -- cgit v1.2.3