Subject: CVS commit: pkgsrc/graphics/ImageMagick
From: Adam Ciarcinski
Date: 2012-04-20 17:22:38
Message id: 20120420152238.3C607175DD@cvs.netbsd.org

Log Message:
Changes 6.7.6.6:
* Always unlock the semaphore before returning from the png codec, either
  by a "return" or png_error(); changed all Magick*Exception() calls
  after setjmp() to png_error() to ensure proper cleanup (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883).
* Fixed log known alpha*kernel normalization bug in morphology convolve.
* Pixel allocation for Pango is stride*rows not stride*columns.
* Set the image resolution for Postscript files with an embedded Photoshop
  profile.
More...

Files:
RevisionActionfile
1.180modifypkgsrc/graphics/ImageMagick/Makefile
1.95modifypkgsrc/graphics/ImageMagick/Makefile.common
1.73modifypkgsrc/graphics/ImageMagick/PLIST
1.112modifypkgsrc/graphics/ImageMagick/distinfo
1.1removepkgsrc/graphics/ImageMagick/patches/patch-coders_jpeg.c
1.1removepkgsrc/graphics/ImageMagick/patches/patch-coders_tiff.c
1.1removepkgsrc/graphics/ImageMagick/patches/patch-magick_profile.c
1.2removepkgsrc/graphics/ImageMagick/patches/patch-magick_property.c