diff options
author | adam <adam@pkgsrc.org> | 2010-07-04 05:36:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-04 05:36:49 +0000 |
commit | 646fee7641a5e98ba31d8f8624528cff332a2d73 (patch) | |
tree | ba0b32aca5e9b335477262ad8b0820552fe9f97d /graphics/gimp/patches | |
parent | abee5de4fc4e7c4290eda0887df5cf05cfea26a0 (diff) | |
download | pkgsrc-646fee7641a5e98ba31d8f8624528cff332a2d73.tar.gz |
Changes 2.6.9:
* Bugs fixed:
- Font selection remains visible
- gimp.desktop: image/x-psd in MimeTypes twice
- Unportable test(1) construct in configure script
- Description of "histogram" procedure is slightly inaccurate
- Tool options not saved/loaded correctly?
- Importing PDF files with long titles
- blur-gauss-selective.exe crashes
- Dialog of "Save as BMP" ignores changes which are not made
with a mous
- Text-Tool crashes when edit a 2.4.2 version xcf
- Text-Tool crashes when edit a 2.4.2 version xcf
- Layer preview suddenly stops getting updated
- leaks shared memory
- Exporting to Alias PIX format fails
- a few strings in Save as... > Raw image data dialog are always
in English
- GEGL Operation "path" crashes GIMP
- Crashes when using path tool
- GIMP 2.7.0 fails to build against libpng 1.4.0
- Saving to .ppm fails on indexed colorspace
- the "Antialiasing..." message in the progress bar does not show
translated
- gimp-layer-new-from-visible should work from updated projection
* Updated and new translations
Diffstat (limited to 'graphics/gimp/patches')
-rw-r--r-- | graphics/gimp/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 19 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ac | 8 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ad | 23 |
4 files changed, 11 insertions, 45 deletions
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index be7ab7d87cf..6fe733d13a8 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.25 2009/08/21 19:46:27 adam Exp $ +$NetBSD: patch-aa,v 1.26 2010/07/04 05:36:49 adam Exp $ ---- etc/Makefile.in.orig 2009-08-13 21:37:06.000000000 +0200 +--- etc/Makefile.in.orig 2010-06-21 20:00:58.000000000 +0000 +++ etc/Makefile.in -@@ -320,7 +320,7 @@ gimpdatadir = @gimpdatadir@ +@@ -342,7 +342,7 @@ gimpdatadir = @gimpdatadir@ gimpdir = @gimpdir@ gimplocaledir = @gimplocaledir@ gimpplugindir = @gimpplugindir@ diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index 68b80854826..4ad4347f957 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,10 +1,8 @@ -$NetBSD: patch-ab,v 1.31 2010/06/20 14:01:59 wiz Exp $ +$NetBSD: patch-ab,v 1.32 2010/07/04 05:36:49 adam Exp $ -enable_print chunk sent upstream as https://bugzilla.gnome.org/show_bug.cgi?id=622196 - ---- configure.orig 2009-08-13 21:37:15.000000000 +0200 +--- configure.orig 2010-06-21 20:01:08.000000000 +0000 +++ configure -@@ -17595,13 +17595,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& +@@ -17706,13 +17706,13 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& gimp_ok=yes fi rm -f conftest* @@ -19,16 +17,7 @@ enable_print chunk sent upstream as https://bugzilla.gnome.org/show_bug.cgi?id=6 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gimp_ok" >&5 $as_echo "$gimp_ok" >&6; } if test "x$gimp_ok" = xno; then -@@ -18930,7 +18930,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 -@@ -21126,7 +21126,7 @@ fi +@@ -21381,7 +21381,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 de9265fc7b1..f26f8de7b5e 100644 --- a/graphics/gimp/patches/patch-ac +++ b/graphics/gimp/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.17 2009/01/24 20:55:06 adam Exp $ +$NetBSD: patch-ac,v 1.18 2010/07/04 05:36:49 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 -@@ -67,7 +67,7 @@ +--- plug-ins/twain/Makefile.in.orig 2010-06-21 20:01:06.000000000 +0000 ++++ plug-ins/twain/Makefile.in +@@ -69,7 +69,7 @@ twain_DEPENDENCIES = $(libgimp) $(libgim $(am__DEPENDENCIES_1) twain_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(twain_LDFLAGS) \ diff --git a/graphics/gimp/patches/patch-ad b/graphics/gimp/patches/patch-ad deleted file mode 100644 index 7df9d660ace..00000000000 --- a/graphics/gimp/patches/patch-ad +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ad,v 1.9 2010/06/20 14:01:59 wiz Exp $ - -https://bugzilla.gnome.org/show_bug.cgi?id=622198 - ---- plug-ins/file-ico/ico-load.c.orig 2009-07-20 20:20:51.000000000 +0000 -+++ plug-ins/file-ico/ico-load.c -@@ -287,14 +287,14 @@ ico_read_png (FILE *fp, - switch (color_type) - { - case PNG_COLOR_TYPE_GRAY: -- png_set_gray_1_2_4_to_8 (png_ptr); -+ png_set_expand_gray_1_2_4_to_8 (png_ptr); - if ( bit_depth == 16 ) - png_set_strip_16 (png_ptr); - png_set_gray_to_rgb (png_ptr); - png_set_add_alpha (png_ptr, 0xff, PNG_FILLER_AFTER); - break; - case PNG_COLOR_TYPE_GRAY_ALPHA: -- png_set_gray_1_2_4_to_8 (png_ptr); -+ png_set_expand_gray_1_2_4_to_8 (png_ptr); - if ( bit_depth == 16 ) - png_set_strip_16 (png_ptr); - png_set_gray_to_rgb (png_ptr); |