diff options
author | adam <adam@pkgsrc.org> | 2004-11-22 16:28:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-22 16:28:24 +0000 |
commit | 8d9d0e28373372320481d816da383e8d814a34b0 (patch) | |
tree | 617f08f128eef002ff2a3b61c04fe7307036759b /graphics/ImageMagick/PLIST | |
parent | 059a6f2175d4b09570434f2e81d510c80e208393 (diff) | |
download | pkgsrc-8d9d0e28373372320481d816da383e8d814a34b0.tar.gz |
Changes 6.1.5-2:
* The black channel offset was incorrectly computed when compositing causing
a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
QuantizeImages() (bug report by Tim Hunter).
Diffstat (limited to 'graphics/ImageMagick/PLIST')
-rw-r--r-- | graphics/ImageMagick/PLIST | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index 918f463fde8..f5591ef06b2 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2004/11/15 11:14:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.26 2004/11/22 16:28:25 adam Exp $ bin/Magick++-config bin/Magick-config bin/Wand-config @@ -92,10 +92,7 @@ include/magick/utility.h include/magick/version.h include/magick/widget.h include/magick/xwindow.h -include/wand/drawing_wand.h -include/wand/magick_wand.h -include/wand/pixel_iterator.h -include/wand/pixel_wand.h +include/wand/pixel_wand_private.h lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/colors.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/configure.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/delegates.xml |