pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 20 15:22:38 UTC 2012

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo
Removed Files:
        pkgsrc/graphics/ImageMagick/patches: patch-coders_jpeg.c
            patch-coders_tiff.c patch-magick_profile.c patch-magick_property.c

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...


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.94 -r1.95 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.111 -r1.112 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/ImageMagick/patches/patch-coders_jpeg.c \
    pkgsrc/graphics/ImageMagick/patches/patch-coders_tiff.c \
    pkgsrc/graphics/ImageMagick/patches/patch-magick_profile.c
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/ImageMagick/patches/patch-magick_property.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index