pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Changes 6.3.6-1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6acb0e56b0e
branches:  trunk
changeset: 534203:a6acb0e56b0e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 13 18:13:31 2007 +0000

description:
Changes 6.3.6-1:
* Speed up the Fx interpreter.
* Use ULL not ui64 for MinGW 64-bit constants.
* Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
* Close all references to a pixel cache on disk before removing the temporary
  file as required under Windows.

Changes 6.3.6-0:
* Added Scaling 'derivitives' to -distort Arc, so image arcing is now
  sharp and clear as you approach the center of the distort.
* Added  " -set option:distort:viewport 'geometry' " special option
  that can be used to override the output image size and offset.
* Fixed experimental use of -filter and -support in Resampling (more later).
* Changed order for coordinate arguments in -distort (for leastsq addition)

diffstat:

 graphics/ImageMagick/Makefile.common |  6 +++---
 graphics/ImageMagick/PLIST           |  5 +++--
 graphics/ImageMagick/distinfo        |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 0e73841f0570 -r a6acb0e56b0e graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Sat Oct 13 18:12:40 2007 +0000
+++ b/graphics/ImageMagick/Makefile.common      Sat Oct 13 18:13:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.76 2007/09/24 08:03:23 tron Exp $
+# $NetBSD: Makefile.common,v 1.77 2007/10/13 18:13:31 adam Exp $
 
 ###########################################################################
 #
@@ -9,8 +9,8 @@
 #
 ###########################################################################
 
-IM_MAJOR_VER=          6.3.5
-IM_MINOR_VER=          10
+IM_MAJOR_VER=          6.3.6
+IM_MINOR_VER=          1
 IM_MAJOR_LIB_VER=      ${IM_MAJOR_VER}
 
 .if (${IM_MINOR_VER} != NONE)
diff -r 0e73841f0570 -r a6acb0e56b0e graphics/ImageMagick/PLIST
--- a/graphics/ImageMagick/PLIST        Sat Oct 13 18:12:40 2007 +0000
+++ b/graphics/ImageMagick/PLIST        Sat Oct 13 18:13:31 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2007/09/24 08:03:23 tron Exp $
+@comment $NetBSD: PLIST,v 1.58 2007/10/13 18:13:31 adam Exp $
 bin/Magick++-config
 bin/Magick-config
 bin/Wand-config
@@ -32,6 +32,7 @@
 include/magick/animate.h
 include/magick/annotate.h
 include/magick/api.h
+include/magick/artifact.h
 include/magick/blob.h
 include/magick/cache-view.h
 include/magick/cache.h
@@ -47,8 +48,8 @@
 include/magick/decorate.h
 include/magick/delegate.h
 include/magick/deprecate.h
+include/magick/display.h
 include/magick/distort.h
-include/magick/display.h
 include/magick/draw.h
 include/magick/effect.h
 include/magick/enhance.h
diff -r 0e73841f0570 -r a6acb0e56b0e graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Sat Oct 13 18:12:40 2007 +0000
+++ b/graphics/ImageMagick/distinfo     Sat Oct 13 18:13:31 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.91 2007/09/24 08:03:24 tron Exp $
+$NetBSD: distinfo,v 1.92 2007/10/13 18:13:31 adam Exp $
 
-SHA1 (ImageMagick-6.3.5-10.tar.bz2) = f2fb1b73895a335c553c40b705af7ea179700316
-RMD160 (ImageMagick-6.3.5-10.tar.bz2) = b8436a7a5ada2793177f47621d031c89753b770c
-Size (ImageMagick-6.3.5-10.tar.bz2) = 7571418 bytes
+SHA1 (ImageMagick-6.3.6-1.tar.bz2) = abd3ee4aa0a1d7beb238cf136f84686973c7c811
+RMD160 (ImageMagick-6.3.6-1.tar.bz2) = f1d138f2ef04f1b30deee99cf9e00c5fd3959671
+Size (ImageMagick-6.3.6-1.tar.bz2) = 7572795 bytes



Home | Main Index | Thread Index | Old Index