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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a606b1025d
branches:  trunk
changeset: 507111:35a606b1025d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 26 20:38:18 2006 +0000

description:
Changes 6.2.6.0:
* Bug fixes

diffstat:

 graphics/ImageMagick/Makefile         |   3 +--
 graphics/ImageMagick/Makefile.common  |   6 +++---
 graphics/ImageMagick/PLIST            |  20 +++++++++++++++-----
 graphics/ImageMagick/buildlink3.mk    |   4 ++--
 graphics/ImageMagick/distinfo         |  10 +++++-----
 graphics/ImageMagick/options.mk       |   4 ++--
 graphics/ImageMagick/patches/patch-aa |   6 +++---
 7 files changed, 31 insertions(+), 22 deletions(-)

diffs (162 lines):

diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/Makefile     Thu Jan 26 20:38:18 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.135 2006/01/24 07:32:10 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2006/01/26 20:38:18 adam Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
-PKGREVISION=   1
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.simplesystems.org/ImageMagick/
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/Makefile.common      Thu Jan 26 20:38:18 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.45 2005/11/29 08:51:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.46 2006/01/26 20:38:18 adam Exp $
 
-IM_MAJOR_VER=          6.2.5
-IM_MINOR_VER=          5
+IM_MAJOR_VER=          6.2.6
+IM_MINOR_VER=          0
 IM_MAJOR_LIB_VER=      ${IM_MAJOR_VER}
 
 .if (${IM_MINOR_VER} != NONE)
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/PLIST
--- a/graphics/ImageMagick/PLIST        Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/PLIST        Thu Jan 26 20:38:18 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2005/11/29 08:51:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2006/01/26 20:38:18 adam Exp $
 bin/Magick++-config
 bin/Magick-config
 bin/Wand-config
@@ -26,6 +26,7 @@
 include/Magick++/STL.h
 include/Magick++/TypeMetric.h
 include/magick/ImageMagick.h
+include/magick/MagickCore.h
 include/magick/PreRvIcccm.h
 include/magick/animate.h
 include/magick/annotate.h
@@ -42,9 +43,7 @@
 include/magick/composite.h
 include/magick/compress.h
 include/magick/configure.h
-include/magick/conjure.h
 include/magick/constitute.h
-include/magick/convert.h
 include/magick/decorate.h
 include/magick/delegate.h
 include/magick/deprecate.h
@@ -59,7 +58,6 @@
 include/magick/hashmap.h
 include/magick/identify.h
 include/magick/image.h
-include/magick/import.h
 include/magick/list.h
 include/magick/locale_.h
 include/magick/log.h
@@ -70,7 +68,6 @@
 include/magick/memory_.h
 include/magick/methods.h
 include/magick/module.h
-include/magick/mogrify.h
 include/magick/monitor.h
 include/magick/montage.h
 include/magick/option.h
@@ -99,14 +96,27 @@
 include/magick/utility.h
 include/magick/version.h
 include/magick/widget.h
+include/magick/xml-tree.h
 include/magick/xwindow.h
+include/wand/MagickWand.h
+include/wand/animate.h
+include/wand/compare.h
+include/wand/composite.h
+include/wand/conjure.h
+include/wand/convert.h
+include/wand/display.h
 include/wand/drawing-wand.h
+include/wand/identify.h
+include/wand/import.h
 include/wand/magick-attribute.h
 include/wand/magick-image.h
 include/wand/magick-wand.h
 include/wand/magick_wand.h
+include/wand/mogrify.h
+include/wand/montage.h
 include/wand/pixel-iterator.h
 include/wand/pixel-wand.h
+include/wand/wand-config.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
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/buildlink3.mk
--- a/graphics/ImageMagick/buildlink3.mk        Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/buildlink3.mk        Thu Jan 26 20:38:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/01/24 07:32:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2006/01/26 20:38:18 adam Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 IMAGEMAGICK_BUILDLINK3_MK:=    ${IMAGEMAGICK_BUILDLINK3_MK}+
@@ -23,4 +23,4 @@
 .include "../../graphics/libwmf/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 
-BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/distinfo     Thu Jan 26 20:38:18 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2005/11/29 08:51:17 adam Exp $
+$NetBSD: distinfo,v 1.57 2006/01/26 20:38:18 adam Exp $
 
-SHA1 (ImageMagick-6.2.5-5.tar.bz2) = ce1289edb35a7d2999bdfc1654b18251939832d5
-RMD160 (ImageMagick-6.2.5-5.tar.bz2) = b2882a7cef6ce98ea797ca99cec62a39b026f252
-Size (ImageMagick-6.2.5-5.tar.bz2) = 5044679 bytes
-SHA1 (patch-aa) = 0b79328af247471986b8c9a55b688bd4bf45f88e
+SHA1 (ImageMagick-6.2.6-0.tar.bz2) = 0cf67149e806053a63fdaec70de913a9fd72aaf9
+RMD160 (ImageMagick-6.2.6-0.tar.bz2) = 34d8ea5408439c536ac2c791c7ad2fafa1424671
+Size (ImageMagick-6.2.6-0.tar.bz2) = 5139235 bytes
+SHA1 (patch-aa) = b5002ca0bd553c27a23f3ea9835e5b6c738f4f8d
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/options.mk
--- a/graphics/ImageMagick/options.mk   Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/options.mk   Thu Jan 26 20:38:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/06/01 18:02:53 jlam Exp $
+# $NetBSD: options.mk,v 1.4 2006/01/26 20:38:18 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ImageMagick
 PKG_SUPPORTED_OPTIONS= x11
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mx11)
-BUILDLINK_DEPENDS.jasper+= jasper>=1.701.0
+BUILDLINK_DEPENDS.jasper+=     jasper>=1.701.0
 DEPENDS+=              mpeg2codec-1.2:../../graphics/mpeg2codec
 
 .include "../../graphics/jasper/buildlink3.mk"
diff -r 1fb5a7f804e6 -r 35a606b1025d graphics/ImageMagick/patches/patch-aa
--- a/graphics/ImageMagick/patches/patch-aa     Thu Jan 26 18:48:48 2006 +0000
+++ b/graphics/ImageMagick/patches/patch-aa     Thu Jan 26 20:38:18 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.32 2005/10/03 13:57:40 adam Exp $
+$NetBSD: patch-aa,v 1.33 2006/01/26 20:38:18 adam Exp $
 
---- configure.orig     2005-10-02 03:27:16.000000000 +0000
+--- configure.orig     2006-01-19 04:20:30.000000000 +0100
 +++ configure
-@@ -26215,9 +26215,6 @@ fi
+@@ -25186,9 +25186,6 @@ fi
  # Enable building/use of libltdl if we are building shared libraries regardless
  # of whether modules are built or not.
  with_ltdl='no'



Home | Main Index | Thread Index | Old Index