Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 09/17/2001 18:17:33
Module Name:	pkgsrc
Committed By:	tron
Date:		Mon Sep 17 15:17:33 UTC 2001

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile distinfo
	pkgsrc/graphics/ImageMagick/patches: patch-aa patch-ab patch-ac
	pkgsrc/graphics/ImageMagick/pkg: PLIST
	pkgsrc/graphics/p5-PerlMagick: Makefile
Removed Files:
	pkgsrc/graphics/p5-PerlMagick: distinfo

Log Message:
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9.
A complete list of changes is not available unfortunately. Recent
changes are:
- Text drawing now handles UTF8-encoding.
- Off-by-one GetImagePixels() fix in draw.c
- PingImage() now reports attributes for all images an image sequence.
- magick/image.h: Rename QuantumLeap define to QuantumDepth.
  QuantumDepth is set to the values 8 or 16, depend
  configuration option.
- Updated PerlMagick signatures to signature algorithm.
- ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit.
- Changed image->blob from BlobInfo to BlobInfo- so the Image
  structure size is not dependent on the large-file defines.
- Added -background to convert prog
- DispatchImage() now properly handles grayscale images.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/ImageMagick/patches/patch-aa
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/ImageMagick/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/ImageMagick/patches/patch-ac
cvs rdiff -r1.27 -r1.28 pkgsrc/graphics/ImageMagick/pkg/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/p5-PerlMagick/Makefile
cvs rdiff -r1.2 -r0 pkgsrc/graphics/p5-PerlMagick/distinfo

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