diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-12 14:48:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-12 14:48:44 +0000 |
commit | cd00f1eb318427eaa741a50fc0ef5952713e44cc (patch) | |
tree | 4f9ff0eb26270b990a48f8d6ae554b04aec542f1 /graphics/py-imaging/distinfo | |
parent | 135b2da8f364bbee106cbee40ed191d4bc39372a (diff) | |
download | pkgsrc-cd00f1eb318427eaa741a50fc0ef5952713e44cc.tar.gz |
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
Diffstat (limited to 'graphics/py-imaging/distinfo')
-rw-r--r-- | graphics/py-imaging/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/py-imaging/distinfo b/graphics/py-imaging/distinfo index e7e413490f3..a0895f77a51 100644 --- a/graphics/py-imaging/distinfo +++ b/graphics/py-imaging/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 08:45:12 agc Exp $ +$NetBSD: distinfo,v 1.9 2005/10/12 14:48:44 drochner Exp $ -SHA1 (python/Imaging-1.1.4.tar.gz) = 611972b63272bf4967ca966848ba8ddda970abcc -RMD160 (python/Imaging-1.1.4.tar.gz) = c53065f5e73b2f5ac5ff132a47c157e5290f0488 -Size (python/Imaging-1.1.4.tar.gz) = 416338 bytes -SHA1 (patch-aa) = ecca2f71e73f67d7bbd877ed7d70ba6bac22f67d -SHA1 (patch-ab) = c5444ea51d49933d99dc568351dec7d0e0bea826 +SHA1 (python/Imaging-1.1.5.tar.gz) = 06705b31b534a15aef827bccc87dceb9ebc51b9f +RMD160 (python/Imaging-1.1.5.tar.gz) = 99ca581f2f96d1112f6c36eccdf96da1ac014a04 +Size (python/Imaging-1.1.5.tar.gz) = 429570 bytes +SHA1 (patch-ab) = ccf70356bba6d5628d8cc40c1101dc4338bb6a55 |