diff options
author | minskim <minskim@pkgsrc.org> | 2006-02-27 21:45:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-02-27 21:45:21 +0000 |
commit | 940e25fae503665206dcce9e63d363651fcbfe07 (patch) | |
tree | 86e067bb05c97685dc4c770b77c3c8614c28a628 /graphics/gthumb/patches | |
parent | 8864becd1dbac804f3b2ef8256ae6b003123494c (diff) | |
download | pkgsrc-940e25fae503665206dcce9e63d363651fcbfe07.tar.gz |
Update gthumb to 2.6.9.
Changes:
Fixed bug #326879 - gthumb-2.6.8: fix compilation against libexif-0.6.13
Fixed bug #318828: Exif Orientation Tag Incorrectly Updated.
Fixed bug #305165: gthumb crash resize.
Fixed bug #321124: Confusing handling of --disable-schemas-install
Fixed bug #320947: Create Web Album Tool doesn't generate HTML pages with
International characters
Fixed bug #321274: Incorrect log2 definition/detection
Fixed bug #317623: [PATCH] Enter a directory or a catalog with the ENTER key.
Fixed bug #317628: [PATCH] Zoom in/out with CTRL + scrollwheel
Fixed bug #317056: gthumb Cygwin build fixes.
Fixed bug #316952: [PATCH] bind DELETE key to move a folder to trash in
directory list.
Diffstat (limited to 'graphics/gthumb/patches')
-rw-r--r-- | graphics/gthumb/patches/patch-aa | 10 | ||||
-rw-r--r-- | graphics/gthumb/patches/patch-ab | 19 | ||||
-rw-r--r-- | graphics/gthumb/patches/patch-ac | 17 | ||||
-rw-r--r-- | graphics/gthumb/patches/patch-ad | 19 |
4 files changed, 5 insertions, 60 deletions
diff --git a/graphics/gthumb/patches/patch-aa b/graphics/gthumb/patches/patch-aa index e7f693f123b..8c295dbb994 100644 --- a/graphics/gthumb/patches/patch-aa +++ b/graphics/gthumb/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2006/01/13 17:58:25 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2006/02/27 21:45:21 minskim Exp $ ---- data/Makefile.in.orig 2005-09-21 07:58:48.000000000 +0000 +--- data/Makefile.in.orig 2006-02-17 01:04:46.000000000 -0800 +++ data/Makefile.in -@@ -686,7 +686,7 @@ uninstall-man: uninstall-man1 +@@ -688,7 +688,7 @@ uninstall-man: uninstall-man1 @INTLTOOL_SCHEMAS_RULE@ --@SCHEMAS_INSTALL_TRUE@install-data-local: +-@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local: +install-data-local: - @SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + @GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/graphics/gthumb/patches/patch-ab b/graphics/gthumb/patches/patch-ab deleted file mode 100644 index 154972dc996..00000000000 --- a/graphics/gthumb/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/01/13 17:58:25 wiz Exp $ - ---- src/dlg-jpegtran.c.orig 2005-09-21 07:56:17.000000000 +0000 -+++ src/dlg-jpegtran.c -@@ -31,10 +31,10 @@ - #include <glade/glade.h> - - #ifdef HAVE_LIBEXIF --#include <exif-data.h> --#include <exif-content.h> --#include <exif-entry.h> --#include <exif-utils.h> -+#include <libexif/exif-data.h> -+#include <libexif/exif-content.h> -+#include <libexif/exif-entry.h> -+#include <libexif/exif-utils.h> - #include "jpegutils/jpeg-data.h" - #endif /* HAVE_LIBEXIF */ - diff --git a/graphics/gthumb/patches/patch-ac b/graphics/gthumb/patches/patch-ac deleted file mode 100644 index ed8d3da0d67..00000000000 --- a/graphics/gthumb/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/01/13 17:58:25 wiz Exp $ - ---- src/gth-exif-data-viewer.c.orig 2005-09-21 07:56:17.000000000 +0000 -+++ src/gth-exif-data-viewer.c -@@ -34,9 +34,9 @@ - #include "image-viewer.h" - - #ifdef HAVE_LIBEXIF --#include <exif-data.h> --#include <exif-content.h> --#include <exif-entry.h> -+#include <libexif/exif-data.h> -+#include <libexif/exif-content.h> -+#include <libexif/exif-entry.h> - #endif /* HAVE_LIBEXIF */ - - diff --git a/graphics/gthumb/patches/patch-ad b/graphics/gthumb/patches/patch-ad deleted file mode 100644 index 56b232d4622..00000000000 --- a/graphics/gthumb/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/01/13 17:58:25 wiz Exp $ - ---- src/gth-exif-utils.h.orig 2005-09-21 07:56:17.000000000 +0000 -+++ src/gth-exif-utils.h -@@ -28,10 +28,10 @@ - - #ifdef HAVE_LIBEXIF - --#include <exif-data.h> --#include <exif-content.h> --#include <exif-entry.h> --#include <exif-utils.h> -+#include <libexif/exif-data.h> -+#include <libexif/exif-content.h> -+#include <libexif/exif-entry.h> -+#include <libexif/exif-utils.h> - - - typedef enum { /*< skip >*/ |