diff options
author | adam <adam@pkgsrc.org> | 2008-01-31 20:41:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-31 20:41:45 +0000 |
commit | 7e6a98bee204923696a5d8686283dd4573b543dd (patch) | |
tree | 7c5efad05df68e0959bdf1cd81070f3cb22e3bd8 /graphics/gimp/patches | |
parent | 890a8c78873cac789b757ea6d1a79080098c8c51 (diff) | |
download | pkgsrc-7e6a98bee204923696a5d8686283dd4573b543dd.tar.gz |
Changes 2.4.4:
- fixed typo in stock icon name
- fixed handling of PSD files with empty layer names
- merged TinyScheme bug-fixes
- removed duplicate entry from Tango palette
- corrected parameter range in Chip Away script
- reduced redraw priority and speed of the marching ants
- fixed out-of-bounds array access in Convolution Matrix plug-in
- reduced rounding errors in Convolution Matrix plug-in
- fixed potential crash on missing CMYK color profile
- fixed crash in Bumpmap plug-in when called from some scripts
- Equalize should not equalise the alpha channel
- increased the number of points the ImageMap plug-in can handle
- adjusted the priority of the projection renderer
- smooth the brush mask to get a simpler cursor boundary
- show the selection even if the image window is invisible
- allow to commit a pending rectangular selection using Enter
- fixed bug in image dirty state logic
- improved GIMPressionist preformance and reduced startup time
- fixed a crash in the Convert to Color Profile plug-in
- merged some other minor fixes from trunk
- translation updates (de, it, lt, ru, sv, uk)
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r-- | graphics/gimp/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index 5fe3a1a7ca5..a321ba8f261 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $ +$NetBSD: patch-ab,v 1.23 2008/01/31 20:41:46 adam Exp $ ---- configure.orig 2007-12-14 15:58:18.000000000 +0100 +--- configure.orig 2008-01-30 10:49:34.000000000 +0100 +++ configure @@ -31187,6 +31187,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& gimp_ok=yes @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $ { echo "$as_me:$LINENO: result: $gimp_ok" >&5 echo "${ECHO_T}$gimp_ok" >&6; } if test "x$gimp_ok" = xno; then -@@ -33743,7 +33743,7 @@ if test "x$with_print" != xno; then +@@ -33744,7 +33744,7 @@ if test "x$with_print" != xno; then fi @@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $ BUILD_PRINT_TRUE= BUILD_PRINT_FALSE='#' else -@@ -36741,7 +36741,7 @@ fi +@@ -36742,7 +36742,7 @@ fi gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" |