summaryrefslogtreecommitdiff
path: root/graphics/gimp/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-01-24 20:55:05 +0000
committeradam <adam@pkgsrc.org>2009-01-24 20:55:05 +0000
commit532b523eac67c9d407eebfffbe9772e930f3926e (patch)
tree7f06cb322d92685ae4e3ccef825f85e1e9d11ede /graphics/gimp/patches
parent35eb247c7c59dc1297b3b07b6a729fe6952b5c85 (diff)
downloadpkgsrc-532b523eac67c9d407eebfffbe9772e930f3926e.tar.gz
Changes 2.6.4:
* Bugs fixed: Perspective transformation jagged edges / comb effect jpg save dialog: "cancel" is treated like "commit" for settings Using clone tool on a layer with a part out of canvas causes crashes crash when the drawable is changed while a color tool is active GIMP crashes on selecting Tools->GEGL operation python-fu-foggify does not check if image is in rgb mode Hue selection mode does not cross the 0-360 degrees line Scrollbars not resized when we extend the canvas size PF_PALETTE: 'TypeError' when used in a plugin that is registered in <Image> Compilation with --as-needed PF_SLIDER and PF_SPINNER 'Step' values do not change consistently... Default image dimensions are not correctly transferred in the file/new dialog box GIMP can't save to mounted filesystem if file exists * Updated translations
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r--graphics/gimp/patches/patch-aa2
-rw-r--r--graphics/gimp/patches/patch-ab16
-rw-r--r--graphics/gimp/patches/patch-ac2
-rw-r--r--graphics/gimp/patches/patch-ae23
4 files changed, 10 insertions, 33 deletions
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
index d82becb63db..825e6aa8dd3 100644
--- a/graphics/gimp/patches/patch-aa
+++ b/graphics/gimp/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.21 2008/08/30 11:11:50 adam Exp $
+$NetBSD: patch-aa,v 1.22 2009/01/24 20:55:06 adam Exp $
--- etc/Makefile.in.orig 2008-08-21 11:36:45.000000000 +0200
+++ etc/Makefile.in
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index bfc9e11c6ac..b482751b4c4 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.26 2008/08/30 11:11:50 adam Exp $
+$NetBSD: patch-ab,v 1.27 2009/01/24 20:55:06 adam Exp $
---- configure.orig 2008-08-21 11:36:52.000000000 +0200
+--- configure.orig 2008-11-20 23:48:56.000000000 +0100
+++ configure
-@@ -31016,6 +31016,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -31444,6 +31444,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.26 2008/08/30 11:11:50 adam Exp $
if test "x$gimp_ok" = xyes; then
-@@ -31024,7 +31025,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -31452,7 +31453,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
@@ -18,16 +18,16 @@ $NetBSD: patch-ab,v 1.26 2008/08/30 11:11:50 adam Exp $
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
-@@ -33563,7 +33563,7 @@ fi
- if test "x$with_print" != xno; then
- enable_print="yes"
+@@ -34171,7 +34171,7 @@ if test "x$with_print" != xno; then
+ enable_print="yes"
fi
+
- if test "x$enable_print" == xyes; then
+ if test "x$enable_print" = xyes; then
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36523,7 +36523,7 @@ fi
+@@ -36840,7 +36840,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
diff --git a/graphics/gimp/patches/patch-ac b/graphics/gimp/patches/patch-ac
index b435e046fcd..de9265fc7b1 100644
--- a/graphics/gimp/patches/patch-ac
+++ b/graphics/gimp/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.16 2008/08/30 20:22:25 tron Exp $
+$NetBSD: patch-ac,v 1.17 2009/01/24 20:55:06 adam Exp $
--- plug-ins/twain/Makefile.in.orig 2008-08-30 19:55:20.000000000 +0100
+++ plug-ins/twain/Makefile.in 2008-08-30 20:02:01.000000000 +0100
diff --git a/graphics/gimp/patches/patch-ae b/graphics/gimp/patches/patch-ae
deleted file mode 100644
index f7e4a7a3f7c..00000000000
--- a/graphics/gimp/patches/patch-ae
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ae,v 1.9 2007/10/25 21:06:17 adam Exp $
-
---- plug-ins/common/png.c.orig 2007-08-15 23:57:03.000000000 +0200
-+++ plug-ins/common/png.c
-@@ -1095,8 +1095,6 @@ load_image (const gchar *filename,
-
- g_free (pixel);
- g_free (pixels);
-- free (pp);
-- free (info);
-
- fclose (fp);
-
-@@ -1558,9 +1556,6 @@ save_image (const gchar *filename,
- g_free (text);
- }
-
-- free (pp);
-- free (info);
--
- fclose (fp);
-
- return TRUE;