diff options
author | perry <perry@pkgsrc.org> | 2006-08-07 01:08:04 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-07 01:08:04 +0000 |
commit | e22ac67afad488cb5f48bfb55413230d7ae4bb58 (patch) | |
tree | 1fdde76eb9419908d4dc877a649255f8bf3130ee /graphics | |
parent | 95863f156b92f065c2c2ad259624f8ea84582509 (diff) | |
download | pkgsrc-e22ac67afad488cb5f48bfb55413230d7ae4bb58.tar.gz |
Update to 6.2.8-8 -- -7 is no longer available on most ImageMagick
mirrors.
The ChangeLog between -7 and -8 says:
* Add -unique-colors to discard all but one of any pixel color.
* The montage program properly parses the -channel option.
* Make -colors work consistently as an image operator.
* Some DPX images do not contain a television header.
* Restore ability to read 10-bit grayscale Cineon images.
* Improve handling of corrupt GIF images.
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 418e9d6c887..e64a9c73065 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2006/07/31 14:55:36 adam Exp $ +# $NetBSD: Makefile.common,v 1.60 2006/08/07 01:08:04 perry Exp $ ########################################################################### # @@ -10,7 +10,7 @@ ########################################################################### IM_MAJOR_VER= 6.2.8 -IM_MINOR_VER= 7 +IM_MINOR_VER= 8 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 89d8a85038a..6fb947309e9 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.71 2006/07/31 14:55:36 adam Exp $ +$NetBSD: distinfo,v 1.72 2006/08/07 01:08:04 perry Exp $ -SHA1 (ImageMagick-6.2.8-7.tar.bz2) = b81bc5706ec07327a730b5b3881f20100f956af5 -RMD160 (ImageMagick-6.2.8-7.tar.bz2) = 7feb57f95a72b8f3499d5598a37c00d89ec6a060 -Size (ImageMagick-6.2.8-7.tar.bz2) = 5317751 bytes +SHA1 (ImageMagick-6.2.8-8.tar.bz2) = ea5256c100162d85838329c2c19c0301c28d4c4e +RMD160 (ImageMagick-6.2.8-8.tar.bz2) = 8d6158c2b43f571e3fcd962ea497dce948b8f9bf +Size (ImageMagick-6.2.8-8.tar.bz2) = 5318333 bytes SHA1 (patch-aa) = e5586b6520ebcc2745f4ab86bfe83dd6b649273f SHA1 (patch-ab) = c3a3bf26b3a5edf22159e182e754a1c6dcdd121b |