diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-17 15:06:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-17 15:06:41 +0000 |
commit | 422cbdf4c7c024819671b7743b3636211e80ad27 (patch) | |
tree | c6f7fc5ec68d7bac882bf4a4017a97733642ed45 /graphics | |
parent | 355585246b08720fa5184fc46508efd5a2132471 (diff) | |
download | pkgsrc-422cbdf4c7c024819671b7743b3636211e80ad27.tar.gz |
Update to 6.8.3.9:
* GIF comments are no longer displaced by 1 for animated GIFs (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901).
* A blur kernel with a zero sigma is unity.
* Do not replace gAMA found in input with 1/2.2
* Avoid a libpng16 warning about storing unknown chunks.
* Improve performance when rendering a caption.
* The compare 'map' image should not be transparent.
* Use only major version for decorating include path.
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 0d6831cdb51..7dbc9144529 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.98 2013/03/05 16:50:25 adam Exp $ +# $NetBSD: Makefile.common,v 1.99 2013/03/17 15:06:41 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 6.8.3 -IM_MINOR_VER= 7 +IM_MINOR_VER= 9 IM_MAJOR_LIB_VER= 6 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 38a6514442c..653ecba5640 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.116 2013/03/05 16:50:26 adam Exp $ +$NetBSD: distinfo,v 1.117 2013/03/17 15:06:41 wiz Exp $ -SHA1 (ImageMagick-6.8.3-7.tar.xz) = a70276b42ba0c591f9e6b3e7337619b15096aa70 -RMD160 (ImageMagick-6.8.3-7.tar.xz) = 818a2b2ad877ae7e5d90a2d825a1ee8045a43581 -Size (ImageMagick-6.8.3-7.tar.xz) = 8383148 bytes +SHA1 (ImageMagick-6.8.3-9.tar.xz) = 6410dff69abcfeb043b4bbd05626aee9b1925bfa +RMD160 (ImageMagick-6.8.3-9.tar.xz) = 871432a063abf8bfa1689eedaa3dff18a0043322 +Size (ImageMagick-6.8.3-9.tar.xz) = 8362412 bytes |