pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Update GraphicsMagick to 1.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e6077f7d86a
branches:  trunk
changeset: 542853:5e6077f7d86a
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 29 04:16:00 2008 +0000

description:
Update GraphicsMagick to 1.2.2.

1.2.2 (May 28, 2008)
===================

Bug fixes:

  * Documentation is now installed according to the conventions
    established by the configure script. This results in documentation
    being installed under /usr/local/share/doc/GraphicsMagick by default.

  * HWB colorspace now works correctly.

  * Composition with CopyOpacity now produces an image with transparency
    (as expected).

  * Composition now preserves the canvas colorspace.

  * Composition with a displacement map (-displace) no longer leaks an
    image.

  * Composition now handles CopyBlack properly for CMYK images.

  * Alpha composition now works as expected when both pixels involved
    include transparency.

  * -gamma multiple channel syntax now works as documented.

  * PerlMagick: Dissolve composition with Opacity now works correctly.

  * TIFF: Was accidentially converting CMYK images to RGB.

  * TIFF: Reject JPEG compression when writing CMYK images.

  * Should now compile with Visual C++ 2008.

  * Detects libbz2 and libxml2 and builds properly with them in a MinGW
    build.

Performance improvments:

  * Exploratory support for OpenMP in the image resize code.  Can result
    in significant performance improvement when significantly reducing
    the image size on multi-core systems, but little to no improvement
    when the input and output images are close to the same size. Add
    --enable-openmp to the configure options to enable using OpenMP.

Feature improvements:

  * Composition now supports CopyCyan, CopyMagenta, CopyYellow, and
    CopyBlack in order to copy CMYK channels into an image. CMYK copy
    composition operators automatically set the image colorspace to CMYK
    so that everything just works.

diffstat:

 graphics/GraphicsMagick/Makefile |    4 +-
 graphics/GraphicsMagick/PLIST    |  285 +++++++++++++++++++-------------------
 graphics/GraphicsMagick/distinfo |    8 +-
 3 files changed, 150 insertions(+), 147 deletions(-)

diffs (truncated from 329 to 300 lines):

diff -r a8d4a39c38d6 -r 5e6077f7d86a graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Thu May 29 03:05:21 2008 +0000
+++ b/graphics/GraphicsMagick/Makefile  Thu May 29 04:16:00 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/05/07 04:15:11 obache Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/29 04:16:00 obache Exp $
 #
 
-DISTNAME=      GraphicsMagick-1.2.1
+DISTNAME=      GraphicsMagick-1.2.2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
                ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
diff -r a8d4a39c38d6 -r 5e6077f7d86a graphics/GraphicsMagick/PLIST
--- a/graphics/GraphicsMagick/PLIST     Thu May 29 03:05:21 2008 +0000
+++ b/graphics/GraphicsMagick/PLIST     Thu May 29 04:16:00 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2008/05/07 04:15:11 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2008/05/29 04:16:00 obache Exp $
 bin/GraphicsMagick++-config
 bin/GraphicsMagick-config
 bin/GraphicsMagickWand-config
@@ -87,150 +87,153 @@
 man/man1/gm.1
 man/man4/miff.4
 man/man5/quantize.5
-share/${PKGNAME}/ChangeLog
-share/${PKGNAME}/Copyright.txt
-share/${PKGNAME}/NEWS.txt
 share/${PKGNAME}/config/colors.mgk
 share/${PKGNAME}/config/log.mgk
 share/${PKGNAME}/config/magic.mgk
 share/${PKGNAME}/config/modules.mgk
-share/${PKGNAME}/images/ball.png
-share/${PKGNAME}/images/corbis.png
-share/${PKGNAME}/images/examples.jpg
-share/${PKGNAME}/images/gm-125x80t.png
-share/${PKGNAME}/images/gm-188x120t.png
-share/${PKGNAME}/images/gm-282x180t.png
-share/${PKGNAME}/images/home.png
-share/${PKGNAME}/images/mail.png
-share/${PKGNAME}/images/pdfsages.png
-share/${PKGNAME}/images/pngnow.png
-share/${PKGNAME}/images/right_triangle.png
-share/${PKGNAME}/images/right_triangle_option.png
-share/${PKGNAME}/index.html
-share/${PKGNAME}/www/AUTHORS.html
-share/${PKGNAME}/www/BENCHMARKS.html
-share/${PKGNAME}/www/BUGS.html
-share/${PKGNAME}/www/Changelog.html
-share/${PKGNAME}/www/Copyright.html
-share/${PKGNAME}/www/FAQ.html
-share/${PKGNAME}/www/GraphicsMagick.html
-share/${PKGNAME}/www/INSTALL-unix.html
-share/${PKGNAME}/www/INSTALL-windows.html
-share/${PKGNAME}/www/ImageMagickObject.html
-share/${PKGNAME}/www/Magick++/Blob.html
-share/${PKGNAME}/www/Magick++/Cache.fig
-share/${PKGNAME}/www/Magick++/Cache.png
-share/${PKGNAME}/www/Magick++/Cache.svg
-share/${PKGNAME}/www/Magick++/ChangeLog.html
-share/${PKGNAME}/www/Magick++/CoderInfo.html
-share/${PKGNAME}/www/Magick++/Color.html
-share/${PKGNAME}/www/Magick++/Documentation.html
-share/${PKGNAME}/www/Magick++/Drawable.html
-share/${PKGNAME}/www/Magick++/Drawable_example_1.png
-share/${PKGNAME}/www/Magick++/Enumerations.html
-share/${PKGNAME}/www/Magick++/Exception.html
-share/${PKGNAME}/www/Magick++/FormatCharacters.html
-share/${PKGNAME}/www/Magick++/Future.html
-share/${PKGNAME}/www/Magick++/Geometry.html
-share/${PKGNAME}/www/Magick++/Image.fig
-share/${PKGNAME}/www/Magick++/Image.html
-share/${PKGNAME}/www/Magick++/Image.png
-share/${PKGNAME}/www/Magick++/ImageDesign.html
-share/${PKGNAME}/www/Magick++/ImageMagick.png
-share/${PKGNAME}/www/Magick++/Install.html
-share/${PKGNAME}/www/Magick++/Magick++.png
-share/${PKGNAME}/www/Magick++/Montage.html
-share/${PKGNAME}/www/Magick++/NEWS.html
-share/${PKGNAME}/www/Magick++/PixelPacket.html
-share/${PKGNAME}/www/Magick++/Pixels.html
-share/${PKGNAME}/www/Magick++/README.txt
-share/${PKGNAME}/www/Magick++/STL.html
-share/${PKGNAME}/www/Magick++/TypeMetric.html
-share/${PKGNAME}/www/Magick++/gm-188x120t.png
-share/${PKGNAME}/www/Magick++/index.html
-share/${PKGNAME}/www/Magick++/montage-sample-framed.jpg
-share/${PKGNAME}/www/Magick++/right_triangle.png
-share/${PKGNAME}/www/Magick++/thumbnail-anatomy-framed.fig
-share/${PKGNAME}/www/Magick++/thumbnail-anatomy-framed.jpg
-share/${PKGNAME}/www/Magick++/thumbnail-anatomy-plain.fig
-share/${PKGNAME}/www/Magick++/thumbnail-anatomy-plain.jpg
-share/${PKGNAME}/www/Magick++/thumbnail-sample-framed.jpg
-share/${PKGNAME}/www/Magick++/thumbnail-sample-plain.jpg
-share/${PKGNAME}/www/NEWS.html
-share/${PKGNAME}/www/PLATFORMS.html
-share/${PKGNAME}/www/README.html
-share/${PKGNAME}/www/animate.html
-share/${PKGNAME}/www/api.html
-share/${PKGNAME}/www/api/animate.html
-share/${PKGNAME}/www/api/annotate.html
-share/${PKGNAME}/www/api/attribute.html
-share/${PKGNAME}/www/api/blob.html
-share/${PKGNAME}/www/api/channel.html
-share/${PKGNAME}/www/api/color.html
-share/${PKGNAME}/www/api/composite.html
-share/${PKGNAME}/www/api/constitute.html
-share/${PKGNAME}/www/api/decorate.html
-share/${PKGNAME}/www/api/deprecate.html
-share/${PKGNAME}/www/api/display.html
-share/${PKGNAME}/www/api/draw.html
-share/${PKGNAME}/www/api/effect.html
-share/${PKGNAME}/www/api/enhance.html
-share/${PKGNAME}/www/api/error.html
-share/${PKGNAME}/www/api/fx.html
-share/${PKGNAME}/www/api/image.html
-share/${PKGNAME}/www/api/list.html
-share/${PKGNAME}/www/api/magick.html
-share/${PKGNAME}/www/api/memory.html
-share/${PKGNAME}/www/api/monitor.html
-share/${PKGNAME}/www/api/montage.html
-share/${PKGNAME}/www/api/operator.html
-share/${PKGNAME}/www/api/paint.html
-share/${PKGNAME}/www/api/pixel_cache.html
-share/${PKGNAME}/www/api/profile.html
-share/${PKGNAME}/www/api/quantize.html
-share/${PKGNAME}/www/api/registry.html
-share/${PKGNAME}/www/api/render.html
-share/${PKGNAME}/www/api/resize.html
-share/${PKGNAME}/www/api/resource.html
-share/${PKGNAME}/www/api/segment.html
-share/${PKGNAME}/www/api/shear.html
-share/${PKGNAME}/www/api/signature.html
-share/${PKGNAME}/www/api/transform.html
-share/${PKGNAME}/www/api/types.html
-share/${PKGNAME}/www/api/widget.html
-share/${PKGNAME}/www/body.html
-share/${PKGNAME}/www/color.html
-share/${PKGNAME}/www/composite.html
-share/${PKGNAME}/www/conjure.html
-share/${PKGNAME}/www/contribute.html
-share/${PKGNAME}/www/convert.html
-share/${PKGNAME}/www/cvs.html
-share/${PKGNAME}/www/development.html
-share/${PKGNAME}/www/display.html
-share/${PKGNAME}/www/download.html
-share/${PKGNAME}/www/formats.html
-share/${PKGNAME}/www/gm.html
-share/${PKGNAME}/www/header.html
-share/${PKGNAME}/www/identify.html
-share/${PKGNAME}/www/import.html
-share/${PKGNAME}/www/index.html
-share/${PKGNAME}/www/links.html
-share/${PKGNAME}/www/magick.css
-share/${PKGNAME}/www/miff.html
-share/${PKGNAME}/www/mission.html
-share/${PKGNAME}/www/mogrify.html
-share/${PKGNAME}/www/montage.html
-share/${PKGNAME}/www/motion-picture.html
-share/${PKGNAME}/www/perl.html
-share/${PKGNAME}/www/programming.html
-share/${PKGNAME}/www/quantize.html
-share/${PKGNAME}/www/smile.c
-share/${PKGNAME}/www/tools.html
-share/${PKGNAME}/www/utilities.html
-@dirrm share/${PKGNAME}/www/api
-@dirrm share/${PKGNAME}/www/Magick++
-@dirrm share/${PKGNAME}/www
-@dirrm share/${PKGNAME}/images
+share/doc/GraphicsMagick/ChangeLog
+share/doc/GraphicsMagick/ChangeLog.2001
+share/doc/GraphicsMagick/ChangeLog.2002
+share/doc/GraphicsMagick/ChangeLog.2003
+share/doc/GraphicsMagick/ChangeLog.2004
+share/doc/GraphicsMagick/ChangeLog.2005
+share/doc/GraphicsMagick/ChangeLog.2006
+share/doc/GraphicsMagick/ChangeLog.2007
+share/doc/GraphicsMagick/Copyright.txt
+share/doc/GraphicsMagick/NEWS.txt
+share/doc/GraphicsMagick/images/ball.png
+share/doc/GraphicsMagick/images/examples.jpg
+share/doc/GraphicsMagick/images/gm-125x80t.png
+share/doc/GraphicsMagick/images/gm-188x120t.png
+share/doc/GraphicsMagick/images/gm-282x180t.png
+share/doc/GraphicsMagick/images/right_triangle.png
+share/doc/GraphicsMagick/images/right_triangle_option.png
+share/doc/GraphicsMagick/index.html
+share/doc/GraphicsMagick/www/AUTHORS.html
+share/doc/GraphicsMagick/www/BENCHMARKS.html
+share/doc/GraphicsMagick/www/BUGS.html
+share/doc/GraphicsMagick/www/Changelog.html
+share/doc/GraphicsMagick/www/Copyright.html
+share/doc/GraphicsMagick/www/FAQ.html
+share/doc/GraphicsMagick/www/GraphicsMagick.html
+share/doc/GraphicsMagick/www/INSTALL-unix.html
+share/doc/GraphicsMagick/www/INSTALL-windows.html
+share/doc/GraphicsMagick/www/ImageMagickObject.html
+share/doc/GraphicsMagick/www/Magick++/Blob.html
+share/doc/GraphicsMagick/www/Magick++/Cache.fig
+share/doc/GraphicsMagick/www/Magick++/Cache.png
+share/doc/GraphicsMagick/www/Magick++/Cache.svg
+share/doc/GraphicsMagick/www/Magick++/ChangeLog.html
+share/doc/GraphicsMagick/www/Magick++/CoderInfo.html
+share/doc/GraphicsMagick/www/Magick++/Color.html
+share/doc/GraphicsMagick/www/Magick++/Documentation.html
+share/doc/GraphicsMagick/www/Magick++/Drawable.html
+share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png
+share/doc/GraphicsMagick/www/Magick++/Enumerations.html
+share/doc/GraphicsMagick/www/Magick++/Exception.html
+share/doc/GraphicsMagick/www/Magick++/FormatCharacters.html
+share/doc/GraphicsMagick/www/Magick++/Future.html
+share/doc/GraphicsMagick/www/Magick++/Geometry.html
+share/doc/GraphicsMagick/www/Magick++/Image.fig
+share/doc/GraphicsMagick/www/Magick++/Image.html
+share/doc/GraphicsMagick/www/Magick++/Image.png
+share/doc/GraphicsMagick/www/Magick++/ImageDesign.html
+share/doc/GraphicsMagick/www/Magick++/ImageMagick.png
+share/doc/GraphicsMagick/www/Magick++/Install.html
+share/doc/GraphicsMagick/www/Magick++/Magick++.png
+share/doc/GraphicsMagick/www/Magick++/Montage.html
+share/doc/GraphicsMagick/www/Magick++/NEWS.html
+share/doc/GraphicsMagick/www/Magick++/PixelPacket.html
+share/doc/GraphicsMagick/www/Magick++/Pixels.html
+share/doc/GraphicsMagick/www/Magick++/README.txt
+share/doc/GraphicsMagick/www/Magick++/STL.html
+share/doc/GraphicsMagick/www/Magick++/TypeMetric.html
+share/doc/GraphicsMagick/www/Magick++/gm-188x120t.png
+share/doc/GraphicsMagick/www/Magick++/index.html
+share/doc/GraphicsMagick/www/Magick++/montage-sample-framed.jpg
+share/doc/GraphicsMagick/www/Magick++/right_triangle.png
+share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.fig
+share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-framed.jpg
+share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.fig
+share/doc/GraphicsMagick/www/Magick++/thumbnail-anatomy-plain.jpg
+share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-framed.jpg
+share/doc/GraphicsMagick/www/Magick++/thumbnail-sample-plain.jpg
+share/doc/GraphicsMagick/www/NEWS.html
+share/doc/GraphicsMagick/www/PLATFORMS.html
+share/doc/GraphicsMagick/www/README.html
+share/doc/GraphicsMagick/www/animate.html
+share/doc/GraphicsMagick/www/api.html
+share/doc/GraphicsMagick/www/api/animate.html
+share/doc/GraphicsMagick/www/api/annotate.html
+share/doc/GraphicsMagick/www/api/attribute.html
+share/doc/GraphicsMagick/www/api/blob.html
+share/doc/GraphicsMagick/www/api/channel.html
+share/doc/GraphicsMagick/www/api/color.html
+share/doc/GraphicsMagick/www/api/composite.html
+share/doc/GraphicsMagick/www/api/constitute.html
+share/doc/GraphicsMagick/www/api/decorate.html
+share/doc/GraphicsMagick/www/api/deprecate.html
+share/doc/GraphicsMagick/www/api/display.html
+share/doc/GraphicsMagick/www/api/draw.html
+share/doc/GraphicsMagick/www/api/effect.html
+share/doc/GraphicsMagick/www/api/enhance.html
+share/doc/GraphicsMagick/www/api/error.html
+share/doc/GraphicsMagick/www/api/fx.html
+share/doc/GraphicsMagick/www/api/image.html
+share/doc/GraphicsMagick/www/api/list.html
+share/doc/GraphicsMagick/www/api/magick.html
+share/doc/GraphicsMagick/www/api/memory.html
+share/doc/GraphicsMagick/www/api/monitor.html
+share/doc/GraphicsMagick/www/api/montage.html
+share/doc/GraphicsMagick/www/api/operator.html
+share/doc/GraphicsMagick/www/api/paint.html
+share/doc/GraphicsMagick/www/api/pixel_cache.html
+share/doc/GraphicsMagick/www/api/profile.html
+share/doc/GraphicsMagick/www/api/quantize.html
+share/doc/GraphicsMagick/www/api/registry.html
+share/doc/GraphicsMagick/www/api/render.html
+share/doc/GraphicsMagick/www/api/resize.html
+share/doc/GraphicsMagick/www/api/resource.html
+share/doc/GraphicsMagick/www/api/segment.html
+share/doc/GraphicsMagick/www/api/shear.html
+share/doc/GraphicsMagick/www/api/signature.html
+share/doc/GraphicsMagick/www/api/transform.html
+share/doc/GraphicsMagick/www/api/types.html
+share/doc/GraphicsMagick/www/api/widget.html
+share/doc/GraphicsMagick/www/body.html
+share/doc/GraphicsMagick/www/color.html
+share/doc/GraphicsMagick/www/composite.html
+share/doc/GraphicsMagick/www/conjure.html
+share/doc/GraphicsMagick/www/contribute.html
+share/doc/GraphicsMagick/www/convert.html
+share/doc/GraphicsMagick/www/cvs.html
+share/doc/GraphicsMagick/www/development.html
+share/doc/GraphicsMagick/www/display.html
+share/doc/GraphicsMagick/www/download.html
+share/doc/GraphicsMagick/www/formats.html
+share/doc/GraphicsMagick/www/gm.html
+share/doc/GraphicsMagick/www/header.html
+share/doc/GraphicsMagick/www/identify.html
+share/doc/GraphicsMagick/www/import.html
+share/doc/GraphicsMagick/www/index.html
+share/doc/GraphicsMagick/www/links.html
+share/doc/GraphicsMagick/www/magick.css
+share/doc/GraphicsMagick/www/miff.html
+share/doc/GraphicsMagick/www/mission.html
+share/doc/GraphicsMagick/www/mogrify.html



Home | Main Index | Thread Index | Old Index