diff options
author | adam <adam@pkgsrc.org> | 2007-12-17 19:07:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-12-17 19:07:11 +0000 |
commit | 40a3ec104db8a2581791894245f758b7293db3cf (patch) | |
tree | ceb09c1104daccfb3b0478ba068f7f9ad6e2b727 /graphics/gimp/patches | |
parent | 6e071dd27c7da003f6f1cd29f85c6f7455489b80 (diff) | |
download | pkgsrc-40a3ec104db8a2581791894245f758b7293db3cf.tar.gz |
Changes 2.4.3:
- avoid filename encoding problems in the WMF import plug-in
- fixed horizontal flipping of linked layers
- raised the priority of the display idle renderer to improve performance
on Win32
- fixed a missing update in the Lighting plug-in UI
- fixed a potential crash in the projection code
- fixed a minor Makefile issue
- removed some pointless warnings from the JPEG and TIFF load plug-ins
- fixed size calculation for the image size warning dialog
- fixed loading of tool options for the rectangle tools
- push/pop a context in the Fog filter
- fixed potential crashes in the Python binding
- corrected grid drawing with non-integer spacing
- fixed grid snapping for coordinates less than the grid offset
- made the healing brush work properly when dragged
- update tool state when a device change happens
- improved validation of strings sent over the wire
- fixed integer check in Script-Fu
- fixed potential out-of-memory problem in Script-Fu
- fixed compilation on msys/mingw
- fixed localisation of Python plug-ins on Win32
- translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r-- | graphics/gimp/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index 93525791197..ad9ba535fb7 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.18 2007/10/25 21:06:17 adam Exp $ +$NetBSD: patch-aa,v 1.19 2007/12/17 19:07:11 adam Exp $ ---- etc/Makefile.in.orig 2007-10-22 21:17:40.000000000 +0200 +--- etc/Makefile.in.orig 2007-12-14 15:57:54.000000000 +0100 +++ etc/Makefile.in -@@ -403,7 +403,7 @@ gimpdatadir = @gimpdatadir@ +@@ -404,7 +404,7 @@ gimpdatadir = @gimpdatadir@ gimpdir = @gimpdir@ gimplocaledir = @gimplocaledir@ gimpplugindir = @gimpplugindir@ diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index c5ca7f4a1b9..5fe3a1a7ca5 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $ +$NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $ ---- configure.orig 2007-10-31 09:09:36.000000000 +0100 +--- configure.orig 2007-12-14 15:58:18.000000000 +0100 +++ configure -@@ -31051,6 +31051,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& +@@ -31187,6 +31187,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.21 2007/11/01 09:25:07 adam Exp $ if test "x$gimp_ok" = xyes; then -@@ -31059,7 +31060,6 @@ cat >>confdefs.h <<\_ACEOF +@@ -31195,7 +31196,6 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $ { echo "$as_me:$LINENO: result: $gimp_ok" >&5 echo "${ECHO_T}$gimp_ok" >&6; } if test "x$gimp_ok" = xno; then -@@ -33607,7 +33607,7 @@ if test "x$with_print" != xno; then +@@ -33743,7 +33743,7 @@ if test "x$with_print" != xno; then fi @@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.21 2007/11/01 09:25:07 adam Exp $ BUILD_PRINT_TRUE= BUILD_PRINT_FALSE='#' else -@@ -36605,7 +36605,7 @@ fi +@@ -36741,7 +36741,7 @@ fi gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" |