summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authoradam <adam>2007-12-17 19:07:11 +0000
committeradam <adam>2007-12-17 19:07:11 +0000
commit719c33036b1b723ad9259cc75925b35aa755f923 (patch)
treeceb09c1104daccfb3b0478ba068f7f9ad6e2b727 /graphics/gimp
parent37ba47c4b064a571fb6fb3944904e24b6b2d07b8 (diff)
downloadpkgsrc-719c33036b1b723ad9259cc75925b35aa755f923.tar.gz
Changes 2.4.3:
- avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile5
-rw-r--r--graphics/gimp/distinfo12
-rw-r--r--graphics/gimp/patches/patch-aa6
-rw-r--r--graphics/gimp/patches/patch-ab12
4 files changed, 17 insertions, 18 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 20b3af9998e..f7b17eed8ca 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.169 2007/12/07 20:08:10 gdt Exp $
+# $NetBSD: Makefile,v 1.170 2007/12/17 19:07:11 adam Exp $
-DISTNAME= gimp-2.4.2
-PKGREVISION= 1
+DISTNAME= gimp-2.4.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \
ftp://ftp.sunet.se/pub/gnu/gimp/v2.4/ \
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo
index 969ee98b92a..ed7d7814983 100644
--- a/graphics/gimp/distinfo
+++ b/graphics/gimp/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2007/11/21 19:52:15 adam Exp $
+$NetBSD: distinfo,v 1.40 2007/12/17 19:07:11 adam Exp $
-SHA1 (gimp-2.4.2.tar.bz2) = 4913a411abde3fccae5350e00a9bd20742715367
-RMD160 (gimp-2.4.2.tar.bz2) = f9da1008c29746379eb728f27e9b0d452ba2318f
-Size (gimp-2.4.2.tar.bz2) = 17777846 bytes
-SHA1 (patch-aa) = 5abf13951f748568e67c897210dacce28e51fedc
-SHA1 (patch-ab) = 7eb39d3c68a2f5437d1bdefbce7f197ed25ef3d1
+SHA1 (gimp-2.4.3.tar.bz2) = 2be7a61d11c86da41e4645fee518a7bfe951302a
+RMD160 (gimp-2.4.3.tar.bz2) = 52b5089a70d68177b5a8191723a03bad225aadcd
+Size (gimp-2.4.3.tar.bz2) = 17737035 bytes
+SHA1 (patch-aa) = df29dbe5578ee21c705ac4a94f355b473930c226
+SHA1 (patch-ab) = b185da3312eb9fc6dc2af3c41d597cf7b1c86744
SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
index 93525791197..ad9ba535fb7 100644
--- a/graphics/gimp/patches/patch-aa
+++ b/graphics/gimp/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.18 2007/10/25 21:06:17 adam Exp $
+$NetBSD: patch-aa,v 1.19 2007/12/17 19:07:11 adam Exp $
---- etc/Makefile.in.orig 2007-10-22 21:17:40.000000000 +0200
+--- etc/Makefile.in.orig 2007-12-14 15:57:54.000000000 +0100
+++ etc/Makefile.in
-@@ -403,7 +403,7 @@ gimpdatadir = @gimpdatadir@
+@@ -404,7 +404,7 @@ gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
gimplocaledir = @gimplocaledir@
gimpplugindir = @gimpplugindir@
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index c5ca7f4a1b9..5fe3a1a7ca5 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $
+$NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $
---- configure.orig 2007-10-31 09:09:36.000000000 +0100
+--- configure.orig 2007-12-14 15:58:18.000000000 +0100
+++ configure
-@@ -31051,6 +31051,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -31187,6 +31187,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $
if test "x$gimp_ok" = xyes; then
-@@ -31059,7 +31060,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -31195,7 +31196,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
-@@ -33607,7 +33607,7 @@ if test "x$with_print" != xno; then
+@@ -33743,7 +33743,7 @@ if test "x$with_print" != xno; then
fi
@@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36605,7 +36605,7 @@ fi
+@@ -36741,7 +36741,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"