Subject: CVS commit: pkgsrc/graphics/py-imaging
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2002 23:31:03
Module Name: pkgsrc
Committed By: drochner
Date: Tue Sep 3 20:31:03 UTC 2002
Modified Files:
pkgsrc/graphics/py-imaging: Makefile distinfo
pkgsrc/graphics/py-imaging/patches: patch-aa
Added Files:
pkgsrc/graphics/py-imaging: PLIST
pkgsrc/graphics/py-imaging/patches: patch-ab
Removed Files:
pkgsrc/graphics/py-imaging: PLIST.pre
Log Message:
update to 1.1.3
changes:
+ Adapted to Python 1.6, 2.0, 2.1 and 2.2. This version also
runs under 1.5.2, but probably not under versions older than
that.
+ To reduce module dependencies, the Tkinter support has been
moved to a separate binary module.
+ The JPEG decoder is more tolerant for broken files. As long
as all image data can be read, it won't complain.
+ An ANTIALIAS downsampling filter has been added.
+ Includes distutils build script (setup.py) for 2.0 and later.
+ The usual crop of bug fixes and performance tweaks.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/py-imaging/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/graphics/py-imaging/PLIST
cvs rdiff -r1.2 -r0 pkgsrc/graphics/py-imaging/PLIST.pre
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/py-imaging/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/py-imaging/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/graphics/py-imaging/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.