From 1a5e8bbcf4fc2e8a4c1dd432eccdedf4bccfccab Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 6 Aug 2004 10:35:57 +0000 Subject: Changes 2.0.4: * several build fixes * fixed bug in Polarize plug-in * fixed out-of-bounds access in Ink tool code * improved antialiasing of elliptical selections * fixed typo in gradient editor * really remove all associated items from the ID hash table when an image is being closed * work around integer overflows when transforming large drawables * fixed wrong EXIF handling in JPEG plug-in, a bug that has been introduced in 2.0.3 * fixed bug in Script-Fu extension * fixed crash in container grid views * handle changes to URI handling in newer glib releases --- graphics/gimp/patches/patch-ab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/gimp/patches') diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index 192985e1b3f..0d13ec80448 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.9 2004/06/21 19:48:41 adam Exp $ +$NetBSD: patch-ab,v 1.10 2004/08/06 10:35:57 adam Exp $ ---- configure.orig 2004-06-16 10:03:06.000000000 +0000 +--- configure.orig 2004-08-05 18:49:36.000000000 +0000 +++ configure -@@ -27307,8 +27307,16 @@ if test "x$enable_altivec" = xyes; then +@@ -27355,8 +27355,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.9 2004/06/21 19:48:41 adam Exp $ _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -@@ -27348,7 +27356,7 @@ enable_altivec=no +@@ -27396,7 +27404,7 @@ enable_altivec=no 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.9 2004/06/21 19:48:41 adam Exp $ fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -32672,7 +32680,7 @@ fi; +@@ -32719,7 +32727,7 @@ fi; gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" -- cgit v1.2.3