Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 10/12/2005 14:48:44
Module Name:	pkgsrc
Committed By:	drochner
Date:		Wed Oct 12 14:48:44 UTC 2005

Modified Files:
	pkgsrc/graphics/py-imaging: Makefile PLIST distinfo
	pkgsrc/graphics/py-imaging/patches: patch-ab
	pkgsrc/graphics/py-imagingtk: Makefile distinfo
	pkgsrc/graphics/py-imagingtk/patches: patch-aa
Removed Files:
	pkgsrc/graphics/py-imaging/patches: patch-aa

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/graphics/py-imaging/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/py-imaging/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/py-imaging/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/graphics/py-imaging/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/py-imaging/patches/patch-ab
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/py-imagingtk/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/py-imagingtk/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/py-imagingtk/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.