summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam>2007-04-30 12:03:05 +0000
committeradam <adam>2007-04-30 12:03:05 +0000
commitd02916744624a33f5736c40bbae33f152f0dd549 (patch)
treef845cc40a313b1ad08998d7b509427e6b9ef23e1 /graphics
parent6a923531d89188e1fc7505785efab93b8e531a3f (diff)
downloadpkgsrc-d02916744624a33f5736c40bbae33f152f0dd549.tar.gz
Changes 2.2.14:
- avoid crashing on newer versions of the winicon format - fixed crash in Postscript plug-in - fixed handling of TABs in the text tool - fixed bug in Depth Merge plug-in - fixed bug in GimpDrawablePreview widget - fixed bug in Line Nove script - fixed bug in Ripple plug-in - save locale independent files from Fractal Explorer plug-in - fixed bug in Super Nova plug-in - be more robust against broken XCF files - fixed drawing issues in Image Map plug-in - fixed smoothing option in Fractal Explorer plug-in - load channels in the proper order when opening an XCF file - deal with floating selections in the Burn-In Animation script - fixed clipping in the GimpPreviewArea widget - fixed a potential crash in gimp-remote - work around a file-chooser problem on Windows - fixed markup of the gimp(1) manual page - fixed the fix for the right-to-left layout in layers dialog - fixed PSD save plug-in on 64bit architectures - added missing dependency in gimpui-2.0.pc file - fixed a crash in the PSD save plug-in - improved robustness of transform tool preview code - improved forward compatibility of XCF loader - don't crash in the Compressor plug-in if files can't be opened - fixed sensitivity of input fields in the Lighting plug-in
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile5
-rw-r--r--graphics/gimp/PLIST9
-rw-r--r--graphics/gimp/distinfo12
-rw-r--r--graphics/gimp/patches/patch-aa6
-rw-r--r--graphics/gimp/patches/patch-ab10
5 files changed, 20 insertions, 22 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index dc7f20ce7ac..6b1ae6f703c 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2007/03/21 12:05:46 wiz Exp $
+# $NetBSD: Makefile,v 1.153 2007/04/30 12:03:05 adam Exp $
-DISTNAME= gimp-2.2.13
-PKGREVISION= 2
+DISTNAME= gimp-2.2.14
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST
index 9bc2c59ad1d..76bbe76f73b 100644
--- a/graphics/gimp/PLIST
+++ b/graphics/gimp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2006/09/17 06:49:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2007/04/30 12:03:05 adam Exp $
bin/gimp
bin/gimp-2.2
bin/gimp-remote
@@ -469,6 +469,7 @@ share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpColorSpace.html
share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpHSV.html
share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpRGB.html
share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.devhelp
+share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.devhelp2
share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.html
share/doc/${PKGNAME}/libgimpcolor/right.png
share/doc/${PKGNAME}/libgimpcolor/style.css
@@ -482,6 +483,7 @@ share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpMath.html
share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpMatrix.html
share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpVector.html
share/doc/${PKGNAME}/libgimpmath/libgimpmath.devhelp
+share/doc/${PKGNAME}/libgimpmath/libgimpmath.devhelp2
share/doc/${PKGNAME}/libgimpmath/libgimpmath.html
share/doc/${PKGNAME}/libgimpmath/right.png
share/doc/${PKGNAME}/libgimpmath/style.css
@@ -493,6 +495,7 @@ share/doc/${PKGNAME}/libgimpmodule/index.html
share/doc/${PKGNAME}/libgimpmodule/index.sgml
share/doc/${PKGNAME}/libgimpmodule/left.png
share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.devhelp
+share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.devhelp2
share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.html
share/doc/${PKGNAME}/libgimpmodule/right.png
share/doc/${PKGNAME}/libgimpmodule/style.css
@@ -1759,10 +1762,6 @@ share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/nl/LC_MESSAGES/gimp20.mo
-share/locale/no/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/no/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/no/LC_MESSAGES/gimp20.mo
share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo
index fae7136a11a..26ea55192fb 100644
--- a/graphics/gimp/distinfo
+++ b/graphics/gimp/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2006/08/26 07:44:04 adam Exp $
+$NetBSD: distinfo,v 1.32 2007/04/30 12:03:06 adam Exp $
-SHA1 (gimp-2.2.13.tar.bz2) = 7f215396c817b2a16ef62fc2d90f98881fc91c65
-RMD160 (gimp-2.2.13.tar.bz2) = cebd438c778cae175c26ae4fc4c4914f24711a9b
-Size (gimp-2.2.13.tar.bz2) = 12930670 bytes
-SHA1 (patch-aa) = 027e376c60279a561f55f22e55a8af09b6b3bd67
-SHA1 (patch-ab) = ad4927755b7aff8299a9c8c2896742258b704cb3
+SHA1 (gimp-2.2.14.tar.bz2) = cf0926b9f0ca910b31219bafa8188a8b7ebabe10
+RMD160 (gimp-2.2.14.tar.bz2) = cf43fb0436a6086a0bc85fd4a33b009bee557aa0
+Size (gimp-2.2.14.tar.bz2) = 12836732 bytes
+SHA1 (patch-aa) = 6a25d14a018e02d353e6f10364384e9df7a30ebd
+SHA1 (patch-ab) = 461467b76c45e53042da8e3aee4bb9f556730792
SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
index 46234890e47..dee1256535b 100644
--- a/graphics/gimp/patches/patch-aa
+++ b/graphics/gimp/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.16 2006/07/10 22:06:32 adam Exp $
+$NetBSD: patch-aa,v 1.17 2007/04/30 12:03:06 adam Exp $
---- etc/Makefile.in.orig 2006-06-22 12:52:52.000000000 +0200
+--- etc/Makefile.in.orig 2007-04-17 23:19:50.000000000 +0200
+++ etc/Makefile.in
-@@ -366,7 +366,7 @@ exec_prefix = @exec_prefix@
+@@ -367,7 +367,7 @@ exec_prefix = @exec_prefix@
gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
gimpplugindir = @gimpplugindir@
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index 1d162e799cb..0680eeea5d2 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.18 2006/08/26 07:44:04 adam Exp $
+$NetBSD: patch-ab,v 1.19 2007/04/30 12:03:06 adam Exp $
---- configure.orig 2006-08-16 11:13:33.000000000 +0200
+--- configure.orig 2007-04-17 23:20:09.000000000 +0200
+++ configure
-@@ -30847,8 +30847,16 @@ if test "x$enable_altivec" = xyes; then
+@@ -29137,8 +29137,16 @@ if test "x$enable_altivec" = xyes; then
{ echo "$as_me:$LINENO: checking whether we can compile Altivec code" >&5
echo $ECHO_N "checking whether we can compile Altivec code... $ECHO_C" >&6; }
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.18 2006/08/26 07:44:04 adam Exp $
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
-@@ -30901,7 +30909,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
+@@ -29174,7 +29182,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
echo "${ECHO_T}no" >&6; }
{ echo "$as_me:$LINENO: WARNING: The assembler does not support the Altivec command set." >&5
echo "$as_me: WARNING: The assembler does not support the Altivec command set." >&2;}
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.18 2006/08/26 07:44:04 adam Exp $
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-@@ -37486,7 +37494,7 @@ fi
+@@ -35035,7 +35043,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"