diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-30 09:56:12 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-30 09:56:12 +0000 |
commit | 7547c3d0f496e3d6a33b49d9c14644d3c19564e9 (patch) | |
tree | c04677831f59a5e1367874652175b8207f9bea45 /graphics | |
parent | e78821def23c255a4b857a92e94e3b7bcad99882 (diff) | |
download | pkgsrc-7547c3d0f496e3d6a33b49d9c14644d3c19564e9.tar.gz |
Update to ImageMagick 6.2.6-6, as the 6.2.6-4 distfile is already not available
anymore (noted by tron).
2006-03-26 6.2.6-6 Cristy <stentz@image...>
* Specify '-depth 32 -define quantum:format=floating-point' to read/write
single precision floating point TIFF and raw formats.
* Specify '-depth 64 -define quantum:format=floating-point' to read/write
double precision floating point TIFF and raw formats.
* If you overlaying an image with a negative offset, the image is no
longer wrapped around the left and right edges of the canvas.
2006-03-20 6.2.6-5 Cristy <stentz@image...>
* Fix Group4-compression in the PDF writer.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 6b6f86b1a5c..cdaf98bc872 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.49 2006/03/29 21:32:35 ghen Exp $ +# $NetBSD: Makefile.common,v 1.50 2006/03/30 09:56:12 ghen Exp $ # NOTE: When updating this version, make sure to reset PKGREVISION in # both graphics/ImageMagick *and* graphics/p5-PerlMagick! IM_MAJOR_VER= 6.2.6 -IM_MINOR_VER= 4 +IM_MINOR_VER= 6 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 21f14248934..7b2b53ea38a 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.61 2006/03/29 21:32:35 ghen Exp $ +$NetBSD: distinfo,v 1.62 2006/03/30 09:56:12 ghen Exp $ -SHA1 (ImageMagick-6.2.6-4.tar.bz2) = 7a64116f713226c9c0ca85cec087e60a3ddaee03 -RMD160 (ImageMagick-6.2.6-4.tar.bz2) = 8a88d20527b940ff40b510f06d12f9c5fd6c29e0 -Size (ImageMagick-6.2.6-4.tar.bz2) = 5152530 bytes +SHA1 (ImageMagick-6.2.6-6.tar.bz2) = 9072be24090df876dea118896398c8af3979fe36 +RMD160 (ImageMagick-6.2.6-6.tar.bz2) = 38f5c9a31a921a261c824e0226d425fbfc519853 +Size (ImageMagick-6.2.6-6.tar.bz2) = 5143408 bytes SHA1 (patch-aa) = 59d1987bc26397f2c90ea36d19ab92a39c472aa4 SHA1 (patch-ab) = 385f2ee6a47abf0c967623c6b4cae7cd3fc2667c |