diff options
author | adam <adam@pkgsrc.org> | 2005-06-30 15:14:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-06-30 15:14:07 +0000 |
commit | c866e02b016c87aee46d9f30938b20734a4e2635 (patch) | |
tree | d8be8b60f427f2dafae08c2c8064e0082a9cf59e /graphics/gimp/patches | |
parent | 76781bbe6934fcc7aeb646b836907d0060625bb2 (diff) | |
download | pkgsrc-c866e02b016c87aee46d9f30938b20734a4e2635.tar.gz |
Changes 2.2.8:
- fixed possible crash in plug-ins-query PDB function
- fixes to Script-Fu server mode on Win32
- fixed possible crash in win32 gimptool variant
- plugged a tiny memleak in the image display code
- plugged a tiny memleak in libgimpwidgets
- attempt to fix calling the web-browser on win32
- fixed loading of images in help-browser plug-in on win32
- fixed zoom offsets if dot-for-dot mode is disabled
- fixes to Gfig parasite loading
- disabled buggy gimprc option stingy-memory-use
- don't try to create a preview for a non-existant image file
- fixed bug in Retinex plug-in
- fixed bug in Newsprint plug-in
- fixed bug in Shift plug-in
- fixed bug in Grid plug-in
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r-- | graphics/gimp/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index ecb71f5b93e..96d64c851af 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.13 2005/02/23 14:16:15 adam Exp $ +$NetBSD: patch-aa,v 1.14 2005/06/30 15:14:07 adam Exp $ ---- etc/Makefile.in.orig 2005-02-22 22:11:13.000000000 +0000 +--- etc/Makefile.in.orig 2005-06-26 19:28:20.000000000 +0000 +++ etc/Makefile.in -@@ -340,7 +340,7 @@ exec_prefix = @exec_prefix@ +@@ -341,7 +341,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 6ec9c77937c..8dc7945f600 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.14 2005/04/11 09:32:45 adam Exp $ +$NetBSD: patch-ab,v 1.15 2005/06/30 15:14:07 adam Exp $ ---- configure.orig 2005-04-09 23:56:50.000000000 +0000 +--- configure.orig 2005-06-26 19:28:30.000000000 +0000 +++ configure -@@ -27859,8 +27859,16 @@ if test "x$enable_altivec" = xyes; then +@@ -28035,8 +28035,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.14 2005/04/11 09:32:45 adam Exp $ _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -@@ -27900,7 +27908,7 @@ enable_altivec=no +@@ -28076,7 +28084,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.14 2005/04/11 09:32:45 adam Exp $ fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -33867,7 +33875,7 @@ fi; +@@ -33947,7 +33955,7 @@ fi; gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" |