Update gthumb to 2.6.1.
Changes: * Fixed bug #158682: Modified image auto-saved through confirmation dialog loses EXIF data. * Fixed bug #158253: Crash when parsing dir with UTF8(?) filenames * Fixed bug #158174: Clicking cancel while thumbnail list is still being extracted from camera crashes gthumb. * Fixed Bug #156851: Crash on startup on 64-bit architectures, and other 64-bit cleanliness issues. * Fixed bug #156933: Patch to enable resizing of Import Photos dialog. * Fixes bug #152542: Add F12 keybinding to the Revert action. * Fixes bug #157761: Cannot resize the columns in the "find duplicates" dialog of gthumb. * Enhanced usability with non-loadable images, for example xcf images.
This commit is contained in:
parent
e52b8eb717
commit
1e9da84707
4 changed files with 13 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/10/30 00:25:04 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/11/25 18:50:31 minskim Exp $
|
||||
|
||||
DISTNAME= gthumb-2.6.0.1
|
||||
DISTNAME= gthumb-2.6.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gthumb/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/25 20:00:55 minskim Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2004/11/25 18:50:31 minskim Exp $
|
||||
bin/gthumb
|
||||
lib/bonobo/servers/GNOME_GThumb_CatalogView.server
|
||||
lib/bonobo/servers/GNOME_GThumb_Viewer.server
|
||||
|
@ -128,6 +128,7 @@ share/gthumb/icons/rotate.xpm
|
|||
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gthumb.mo
|
||||
|
@ -153,6 +154,7 @@ ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gthumb.mo
|
|||
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gthumb.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gthumb.mo
|
||||
|
@ -186,7 +188,7 @@ share/pixmaps/gthumb.png
|
|||
@dirrm share/gnome/help/gthumb/C
|
||||
@dirrm share/gnome/help/gthumb
|
||||
@comment in gnome2-dirs: @dirrm share/gnome/help
|
||||
@comment in gnome2-dirs: @dirrm share/gnome-2.0o/ui
|
||||
@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
|
||||
@comment in GConf2: @dirrm share/gconf/schemas
|
||||
@comment in xdg-dirs: @dirrm share/applications
|
||||
@comment in xdg-dirs: @dirrm share/application-registry
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/10/25 20:00:55 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/11/25 18:50:31 minskim Exp $
|
||||
|
||||
SHA1 (gthumb-2.6.0.1.tar.gz) = 6435ffe3892997bb366e0cb97dfeae8f6311717f
|
||||
Size (gthumb-2.6.0.1.tar.gz) = 3087128 bytes
|
||||
SHA1 (patch-aa) = 9f4364ce3cece892d42b6f0a66a54d5164922db3
|
||||
SHA1 (gthumb-2.6.1.tar.gz) = 71f75cc1594b17509780264a049ebbdf4904b68d
|
||||
Size (gthumb-2.6.1.tar.gz) = 3155257 bytes
|
||||
SHA1 (patch-aa) = fd593b6157b8749cdb92bf502c01b70c090b7947
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/10/25 20:00:55 minskim Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2004/11/25 18:50:31 minskim Exp $
|
||||
|
||||
--- data/Makefile.in.orig 2004-10-21 01:24:31.000000000 -0500
|
||||
--- data/Makefile.in.orig 2004-11-20 14:27:47.000000000 -0600
|
||||
+++ data/Makefile.in
|
||||
@@ -682,7 +682,7 @@ uninstall-man: uninstall-man1
|
||||
@@ -684,7 +684,7 @@ uninstall-man: uninstall-man1
|
||||
|
||||
@INTLTOOL_SCHEMAS_RULE@
|
||||
|
||||
|
|
Loading…
Reference in a new issue