diff options
author | adam <adam@pkgsrc.org> | 2005-02-23 14:16:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-23 14:16:15 +0000 |
commit | 52b1857b27c351e50890d5d28121ac22be169177 (patch) | |
tree | 3324decbbe670aae4a7484e650635daea1ca1fc1 /graphics/gimp/patches | |
parent | 748e0cc88f58b8ef31d9055758528da78e0a4d3b (diff) | |
download | pkgsrc-52b1857b27c351e50890d5d28121ac22be169177.tar.gz |
Changes 2.2.4:
- fixed an out-of-bounds read access in the Edge plug-in (bug #164963)
- limit aspect ratio in crop tool to sane values (bug #164827)
- fixed indexed conversion on floating selections (bug #165342)
- fixed button order in resize and scale dialogs
- improved handling of UNC paths on Windows
- fixed crash in winicon save plug-in (bug #162742)
- fixed image types registration for some python plug-ins (bug #1666650)
- workaround problems with font names ending in numbers (bug #166540)
- show clone source when cloning from a different image (bug #167002)
- corrected coordinate limits in New Guide script (bug #167529)
- fixed crash in gradient editor (bug #167604)
- don't give keyboard focus to combo boxes in image window (bug #167809)
- fixed saving of MNG files with negative layer offsets (bug #166059)
- fixed use of the text tool on floating selections (bug #166829)
- don't create duplicate templates when migrating user settings (bug #167893)
- let the py-slice script ignore out-of-bounds guides (bug #167843)
- store thumbnails in temporary folder if no valid home directory exists
(bug #167973)
- fixed Emboss plug-in for small images (bug #168022)
- avoid crashes in toolbox size allocation code (bug #162500)
- switch from display-wide grab to application-wide grab while tool
actions are being performed (bug #162823)
- update filesize in JPEG dialog if size of EXIF data changes (bug #164914)
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 0c6dc6eadd7..ecb71f5b93e 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.12 2005/01/04 15:20:25 adam Exp $ +$NetBSD: patch-aa,v 1.13 2005/02/23 14:16:15 adam Exp $ ---- etc/Makefile.in.orig 2004-12-27 19:49:29.000000000 +0000 +--- etc/Makefile.in.orig 2005-02-22 22:11:13.000000000 +0000 +++ etc/Makefile.in -@@ -339,7 +339,7 @@ exec_prefix = @exec_prefix@ +@@ -340,7 +340,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 2d8314f270b..74eb24357e8 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.12 2005/01/04 15:20:25 adam Exp $ +$NetBSD: patch-ab,v 1.13 2005/02/23 14:16:15 adam Exp $ ---- configure.orig 2004-12-27 19:49:38.000000000 +0000 +--- configure.orig 2005-02-22 22:11:23.000000000 +0000 +++ configure -@@ -27662,8 +27662,16 @@ if test "x$enable_altivec" = xyes; then +@@ -27859,8 +27859,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.12 2005/01/04 15:20:25 adam Exp $ _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -@@ -27703,7 +27711,7 @@ enable_altivec=no +@@ -27900,7 +27908,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.12 2005/01/04 15:20:25 adam Exp $ fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -@@ -33686,7 +33694,7 @@ fi; +@@ -33867,7 +33875,7 @@ fi; gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" |