From 7d0b28f6ddd3a99b5f869d2c357c4a6ce9d3a123 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 31 Jul 2007 21:01:16 +0000 Subject: Changes 2.3.19: - support long layer names in PSD files - improved EXIF handling in the JPEG file plug-in - added control for the playback speed in the Animation Playback plug-in - avoid needless image preview invalidation - allow to edit the image comment in the Image Properties dialog - further improved rectangle tools - made JPEG save parameters user-configurable - avoid color conversions between identical ICC color profiles - improved Print plug-in - improved loading and saving of indexed TGA images - bug fixes and code cleanup --- graphics/gimp24/patches/patch-ab | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/gimp24/patches/patch-ab') diff --git a/graphics/gimp24/patches/patch-ab b/graphics/gimp24/patches/patch-ab index 34a13df1770..8d555fc4f99 100644 --- a/graphics/gimp24/patches/patch-ab +++ b/graphics/gimp24/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.12 2007/05/28 12:41:50 adam Exp $ +$NetBSD: patch-ab,v 1.13 2007/07/31 21:01:16 adam Exp $ ---- configure.orig 2007-05-21 10:58:46.000000000 +0200 +--- configure.orig 2007-07-24 20:49:49.000000000 +0200 +++ configure -@@ -30961,6 +30961,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& +@@ -31212,6 +31212,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.12 2007/05/28 12:41:50 adam Exp $ if test $gimp_ok = yes; then -@@ -30969,7 +30970,6 @@ cat >>confdefs.h <<\_ACEOF +@@ -31220,7 +31221,6 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.12 2007/05/28 12:41:50 adam Exp $ { echo "$as_me:$LINENO: result: $gimp_ok" >&5 echo "${ECHO_T}$gimp_ok" >&6; } if test $gimp_ok = no; then -@@ -33587,7 +33587,7 @@ if test "x$with_print" != xno; then +@@ -33727,7 +33727,7 @@ if test "x$with_print" != xno; then fi @@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.12 2007/05/28 12:41:50 adam Exp $ BUILD_PRINT_TRUE= BUILD_PRINT_FALSE='#' else -@@ -36512,7 +36512,7 @@ fi +@@ -36652,7 +36652,7 @@ fi gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" -- cgit v1.2.3