pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gthumb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 19 06:58:04 UTC 2023

Modified Files:
        pkgsrc/graphics/gthumb: Makefile PLIST distinfo
        pkgsrc/graphics/gthumb/patches:
            patch-extensions_exiv2__tools_exiv2-utils.cpp
Removed Files:
        pkgsrc/graphics/gthumb/patches: patch-ab patch-ac patch-ad patch-ae
            patch-af patch-ag patch-ah

Log Message:
gthumb: update to 3.12.2.

More than 10 years of development.

Add patch to fix build with exiv2 0.28.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/graphics/gthumb/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gthumb/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gthumb/distinfo
cvs rdiff -u -r1.8 -r0 pkgsrc/graphics/gthumb/patches/patch-ab
cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/gthumb/patches/patch-ac \
    pkgsrc/graphics/gthumb/patches/patch-ad
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/gthumb/patches/patch-ae \
    pkgsrc/graphics/gthumb/patches/patch-af \
    pkgsrc/graphics/gthumb/patches/patch-ag \
    pkgsrc/graphics/gthumb/patches/patch-ah
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gthumb/Makefile
diff -u pkgsrc/graphics/gthumb/Makefile:1.113 pkgsrc/graphics/gthumb/Makefile:1.114
--- pkgsrc/graphics/gthumb/Makefile:1.113       Sat Jul  1 22:16:36 2023
+++ pkgsrc/graphics/gthumb/Makefile     Wed Jul 19 06:58:04 2023
@@ -1,53 +1,48 @@
-# $NetBSD: Makefile,v 1.113 2023/07/01 22:16:36 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2023/07/19 06:58:04 wiz Exp $
 
-DISTNAME=      gthumb-2.14.4
-PKGREVISION=   39
+DISTNAME=      gthumb-3.12.2
 CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gthumb/2.14/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gthumb/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
-MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://gthumb.sourceforge.net/
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://wiki.gnome.org/action/show/Apps/Gthumb
 COMMENT=       Image viewer and browser for the GNOME Desktop
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            intltool msgfmt pkg-config gmake bison
-GNU_CONFIGURE=         yes
-
-GCONF_SCHEMAS+=        gthumb.schemas
-GCONF_SCHEMAS+=        gthumb-comments.schemas gthumb-image-viewer.schemas
-GCONF_SCHEMAS+=        gthumb-importer.schemas gthumb-pixbuf-savers.schemas
-GCONF_SCHEMAS+=        gthumb-slideshow.schemas gthumb_convert_format.schemas
-GCONF_SCHEMAS+=        gthumb_crop_options.schemas gthumb_image_print.schemas
-GCONF_SCHEMAS+=        gthumb_photo_importer.schemas gthumb_rename_series.schemas
-GCONF_SCHEMAS+=        gthumb_resize_images.schemas gthumb_resize_options.schemas
-GCONF_SCHEMAS+=        gthumb_webalbums.schemas
+USE_TOOLS+=            bison intltool itstool msgfmt pkg-config
 
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
+LDFLAGS+=      ${LINKER_RPATH_FLAG}${PREFIX}/lib/gthumb/extensions
 
-.include "../../devel/GConf/schemas.mk"
+# TODO: add options for
+# - clutter
+# - colord
+# - gstreamer
+# - libchamplain
+# - webp
+# - jxl
+# - libraw
+# - librsvg2
+# - libheif
+# - web services: webkit-gtk, libsecret
+# - libbrasero
+
+.include "../../devel/glib2/schemas.mk"
+.include "../../lang/python/tool.mk"
+.include "../../devel/meson/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libgphoto2/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/exiv2/buildlink3.mk"
-.include "../../graphics/libgnomecanvas/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../devel/libgphoto2/buildlink3.mk"
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-#.include "../../net/ORBit2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-#.include "../../mk/omf-scrollkeeper.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11)
-.include "../../x11/libXrender/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.endif
-.include "../../x11/libunique/buildlink3.mk"
+#.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/gthumb/PLIST
diff -u pkgsrc/graphics/gthumb/PLIST:1.18 pkgsrc/graphics/gthumb/PLIST:1.19
--- pkgsrc/graphics/gthumb/PLIST:1.18   Sat Dec 17 13:50:38 2011
+++ pkgsrc/graphics/gthumb/PLIST        Wed Jul 19 06:58:04 2023
@@ -1,107 +1,123 @@
-@comment $NetBSD: PLIST,v 1.18 2011/12/17 13:50:38 drochner Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/07/19 06:58:04 wiz Exp $
 bin/gthumb
-include/gthumb-2.14/gthumb.h
-include/gthumb-2.14/gthumb/cairo-utils.h
-include/gthumb-2.14/gthumb/dom.h
-include/gthumb-2.14/gthumb/egg-macros.h
-include/gthumb-2.14/gthumb/eggfileformatchooser.h
-include/gthumb-2.14/gthumb/gconf-utils.h
-include/gthumb-2.14/gthumb/gedit-message-area.h
-include/gthumb-2.14/gthumb/gio-utils.h
-include/gthumb-2.14/gthumb/glib-utils.h
-include/gthumb-2.14/gthumb/gnome-desktop-thumbnail.h
-include/gthumb-2.14/gthumb/gsignature.h
-include/gthumb-2.14/gthumb/gth-async-task.h
-include/gthumb-2.14/gthumb/gth-browser.h
-include/gthumb-2.14/gthumb/gth-buffer-data.h
-include/gthumb-2.14/gthumb/gth-cell-renderer-thumbnail.h
-include/gthumb-2.14/gthumb/gth-dumb-notebook.h
-include/gthumb-2.14/gthumb/gth-duplicable.h
-include/gthumb-2.14/gthumb/gth-embedded-dialog.h
-include/gthumb-2.14/gthumb/gth-empty-list.h
-include/gthumb-2.14/gthumb/gth-enum-types.h
-include/gthumb-2.14/gthumb/gth-error.h
-include/gthumb-2.14/gthumb/gth-extensions.h
-include/gthumb-2.14/gthumb/gth-file-chooser-dialog.h
-include/gthumb-2.14/gthumb/gth-file-data.h
-include/gthumb-2.14/gthumb/gth-file-list.h
-include/gthumb-2.14/gthumb/gth-file-properties.h
-include/gthumb-2.14/gthumb/gth-file-selection.h
-include/gthumb-2.14/gthumb/gth-file-source-vfs.h
-include/gthumb-2.14/gthumb/gth-file-source.h
-include/gthumb-2.14/gthumb/gth-file-store.h
-include/gthumb-2.14/gthumb/gth-file-tool.h
-include/gthumb-2.14/gthumb/gth-file-view.h
-include/gthumb-2.14/gthumb/gth-filter-editor-dialog.h
-include/gthumb-2.14/gthumb/gth-filter-file.h
-include/gthumb-2.14/gthumb/gth-filter.h
-include/gthumb-2.14/gthumb/gth-filterbar.h
-include/gthumb-2.14/gthumb/gth-folder-tree.h
-include/gthumb-2.14/gthumb/gth-histogram-view.h
-include/gthumb-2.14/gthumb/gth-histogram.h
-include/gthumb-2.14/gthumb/gth-hook.h
-include/gthumb-2.14/gthumb/gth-icon-cache.h
-include/gthumb-2.14/gthumb/gth-icon-view.h
-include/gthumb-2.14/gthumb/gth-image-dragger.h
-include/gthumb-2.14/gthumb/gth-image-history.h
-include/gthumb-2.14/gthumb/gth-image-loader.h
-include/gthumb-2.14/gthumb/gth-image-navigator.h
-include/gthumb-2.14/gthumb/gth-image-preloader.h
-include/gthumb-2.14/gthumb/gth-image-selector.h
-include/gthumb-2.14/gthumb/gth-image-viewer-tool.h
-include/gthumb-2.14/gthumb/gth-image-viewer.h
-include/gthumb-2.14/gthumb/gth-image.h
-include/gthumb-2.14/gthumb/gth-info-bar.h
-include/gthumb-2.14/gthumb/gth-list-view.h
-include/gthumb-2.14/gthumb/gth-load-file-data-task.h
-include/gthumb-2.14/gthumb/gth-location-chooser.h
-include/gthumb-2.14/gthumb/gth-main.h
-include/gthumb-2.14/gthumb/gth-marshal.h
-include/gthumb-2.14/gthumb/gth-menu-button.h
-include/gthumb-2.14/gthumb/gth-metadata-chooser.h
-include/gthumb-2.14/gthumb/gth-metadata-provider.h
-include/gthumb-2.14/gthumb/gth-metadata.h
-include/gthumb-2.14/gthumb/gth-monitor.h
-include/gthumb-2.14/gthumb/gth-multipage.h
-include/gthumb-2.14/gthumb/gth-overwrite-dialog.h
-include/gthumb-2.14/gthumb/gth-pixbuf-list-task.h
-include/gthumb-2.14/gthumb/gth-pixbuf-saver.h
-include/gthumb-2.14/gthumb/gth-pixbuf-task.h
-include/gthumb-2.14/gthumb/gth-preferences.h
-include/gthumb-2.14/gthumb/gth-progress-dialog.h
-include/gthumb-2.14/gthumb/gth-request-dialog.h
-include/gthumb-2.14/gthumb/gth-save-file-data-task.h
-include/gthumb-2.14/gthumb/gth-screensaver.h
-include/gthumb-2.14/gthumb/gth-sidebar.h
-include/gthumb-2.14/gthumb/gth-source-tree.h
-include/gthumb-2.14/gthumb/gth-statusbar.h
-include/gthumb-2.14/gthumb/gth-stock.h
-include/gthumb-2.14/gthumb/gth-string-list.h
-include/gthumb-2.14/gthumb/gth-tags-entry.h
-include/gthumb-2.14/gthumb/gth-tags-file.h
-include/gthumb-2.14/gthumb/gth-task.h
-include/gthumb-2.14/gthumb/gth-test-category.h
-include/gthumb-2.14/gthumb/gth-test-chain.h
-include/gthumb-2.14/gthumb/gth-test-selector.h
-include/gthumb-2.14/gthumb/gth-test-simple.h
-include/gthumb-2.14/gthumb/gth-test.h
-include/gthumb-2.14/gthumb/gth-thumb-loader.h
-include/gthumb-2.14/gthumb/gth-time-selector.h
-include/gthumb-2.14/gthumb/gth-time.h
-include/gthumb-2.14/gthumb/gth-toggle-menu-tool-button.h
-include/gthumb-2.14/gthumb/gth-toolbox.h
-include/gthumb-2.14/gthumb/gth-uri-list.h
-include/gthumb-2.14/gthumb/gth-user-dir.h
-include/gthumb-2.14/gthumb/gth-viewer-page.h
-include/gthumb-2.14/gthumb/gth-window.h
-include/gthumb-2.14/gthumb/gtk-utils.h
-include/gthumb-2.14/gthumb/gvaluehash.h
-include/gthumb-2.14/gthumb/main.h
-include/gthumb-2.14/gthumb/pixbuf-cache.h
-include/gthumb-2.14/gthumb/pixbuf-io.h
-include/gthumb-2.14/gthumb/pixbuf-utils.h
-include/gthumb-2.14/gthumb/typedefs.h
-include/gthumb-2.14/gthumb/zlib-utils.h
+include/gthumb/cairo-scale.h
+include/gthumb/cairo-utils.h
+include/gthumb/color-utils.h
+include/gthumb/dom.h
+include/gthumb/gfixed.h
+include/gthumb/gimp-op.h
+include/gthumb/gio-utils.h
+include/gthumb/glib-utils.h
+include/gthumb/gnome-desktop-thumbnail.h
+include/gthumb/gsignature.h
+include/gthumb/gth-accel-button.h
+include/gthumb/gth-accel-dialog.h
+include/gthumb/gth-async-task.h
+include/gthumb/gth-auto-paned.h
+include/gthumb/gth-browser.h
+include/gthumb/gth-buffer-data.h
+include/gthumb/gth-color-manager.h
+include/gthumb/gth-color-scale.h
+include/gthumb/gth-delete-task.h
+include/gthumb/gth-duplicable.h
+include/gthumb/gth-empty-list.h
+include/gthumb/gth-enum-types.h
+include/gthumb/gth-error.h
+include/gthumb/gth-extensions.h
+include/gthumb/gth-file-chooser-dialog.h
+include/gthumb/gth-file-data.h
+include/gthumb/gth-file-list.h
+include/gthumb/gth-file-properties.h
+include/gthumb/gth-file-selection-info.h
+include/gthumb/gth-file-selection.h
+include/gthumb/gth-file-source-vfs.h
+include/gthumb/gth-file-source.h
+include/gthumb/gth-file-store.h
+include/gthumb/gth-file-tool.h
+include/gthumb/gth-file-view.h
+include/gthumb/gth-filter-editor-dialog.h
+include/gthumb/gth-filter-file.h
+include/gthumb/gth-filter-grid.h
+include/gthumb/gth-filter.h
+include/gthumb/gth-filterbar.h
+include/gthumb/gth-folder-tree.h
+include/gthumb/gth-grid-view.h
+include/gthumb/gth-histogram-view.h
+include/gthumb/gth-histogram.h
+include/gthumb/gth-hook.h
+include/gthumb/gth-icc-profile.h
+include/gthumb/gth-icon-cache.h
+include/gthumb/gth-image-dragger.h
+include/gthumb/gth-image-history.h
+include/gthumb/gth-image-list-task.h
+include/gthumb/gth-image-loader.h
+include/gthumb/gth-image-navigator.h
+include/gthumb/gth-image-overview.h
+include/gthumb/gth-image-preloader.h
+include/gthumb/gth-image-saver.h
+include/gthumb/gth-image-selector.h
+include/gthumb/gth-image-task-chain.h
+include/gthumb/gth-image-task.h
+include/gthumb/gth-image-utils.h
+include/gthumb/gth-image-viewer-tool.h
+include/gthumb/gth-image-viewer.h
+include/gthumb/gth-image.h
+include/gthumb/gth-info-bar.h
+include/gthumb/gth-load-file-data-task.h
+include/gthumb/gth-location-bar.h
+include/gthumb/gth-location-chooser-dialog.h
+include/gthumb/gth-location-chooser.h
+include/gthumb/gth-main.h
+include/gthumb/gth-marshal.h
+include/gthumb/gth-menu-manager.h
+include/gthumb/gth-metadata-chooser.h
+include/gthumb/gth-metadata-provider.h
+include/gthumb/gth-metadata.h
+include/gthumb/gth-monitor.h
+include/gthumb/gth-overwrite-dialog.h
+include/gthumb/gth-paned.h
+include/gthumb/gth-preferences.h
+include/gthumb/gth-progress-dialog.h
+include/gthumb/gth-property-view.h
+include/gthumb/gth-request-dialog.h
+include/gthumb/gth-save-file-data-task.h
+include/gthumb/gth-save-image-task.h
+include/gthumb/gth-screensaver.h
+include/gthumb/gth-shortcut.h
+include/gthumb/gth-sidebar-section.h
+include/gthumb/gth-sidebar.h
+include/gthumb/gth-statusbar.h
+include/gthumb/gth-string-list.h
+include/gthumb/gth-tags-entry.h
+include/gthumb/gth-tags-file.h
+include/gthumb/gth-task.h
+include/gthumb/gth-template-editor-dialog.h
+include/gthumb/gth-template-selector.h
+include/gthumb/gth-test-aspect-ratio.h
+include/gthumb/gth-test-category.h
+include/gthumb/gth-test-chain.h
+include/gthumb/gth-test-selector.h
+include/gthumb/gth-test-simple.h
+include/gthumb/gth-test.h
+include/gthumb/gth-thumb-loader.h
+include/gthumb/gth-time-selector.h
+include/gthumb/gth-time.h
+include/gthumb/gth-toolbox.h
+include/gthumb/gth-uri-list.h
+include/gthumb/gth-user-dir.h
+include/gthumb/gth-vfs-tree.h
+include/gthumb/gth-viewer-page.h
+include/gthumb/gth-window.h
+include/gthumb/gthumb.h
+include/gthumb/gtk-utils.h
+include/gthumb/gvaluehash.h
+include/gthumb/pixbuf-cache.h
+include/gthumb/pixbuf-io.h
+include/gthumb/pixbuf-utils.h
+include/gthumb/str-utils.h
+include/gthumb/typedefs.h
+include/gthumb/uri-utils.h
+include/gthumb/zlib-utils.h
 lib/gthumb/extensions/bookmarks.extension
 lib/gthumb/extensions/cairo_io.extension
 lib/gthumb/extensions/catalogs.extension
@@ -122,518 +138,76 @@ lib/gthumb/extensions/image_rotation.ext
 lib/gthumb/extensions/image_viewer.extension
 lib/gthumb/extensions/importer.extension
 lib/gthumb/extensions/jpeg_utils.extension
-lib/gthumb/extensions/libbookmarks.la
-lib/gthumb/extensions/libcairo_io.la
-lib/gthumb/extensions/libcatalogs.la
-lib/gthumb/extensions/libchange_date.la
-lib/gthumb/extensions/libcomments.la
-lib/gthumb/extensions/libcontact_sheet.la
-lib/gthumb/extensions/libconvert_format.la
-lib/gthumb/extensions/libdesktop_background.la
-lib/gthumb/extensions/libedit_metadata.la
-lib/gthumb/extensions/libexiv2_tools.la
-lib/gthumb/extensions/libexport_tools.la
-lib/gthumb/extensions/libfile_manager.la
-lib/gthumb/extensions/libfile_tools.la
-lib/gthumb/extensions/libfile_viewer.la
-lib/gthumb/extensions/libfind_duplicates.la
-lib/gthumb/extensions/libimage_print.la
-lib/gthumb/extensions/libimage_rotation.la
-lib/gthumb/extensions/libimage_viewer.la
-lib/gthumb/extensions/libimporter.la
-lib/gthumb/extensions/libjpeg_utils.la
-lib/gthumb/extensions/liblist_tools.la
-lib/gthumb/extensions/libphoto_importer.la
-lib/gthumb/extensions/libpixbuf_savers.la
-lib/gthumb/extensions/libraw_files.la
-lib/gthumb/extensions/libred_eye_removal.la
-lib/gthumb/extensions/librename_series.la
-lib/gthumb/extensions/libresize_images.la
-lib/gthumb/extensions/libsearch.la
-lib/gthumb/extensions/libslideshow.la
-lib/gthumb/extensions/libwebalbums.la
+lib/gthumb/extensions/libbookmarks.so
+lib/gthumb/extensions/libcairo_io.so
+lib/gthumb/extensions/libcatalogs.so
+lib/gthumb/extensions/libchange_date.so
+lib/gthumb/extensions/libcomments.so
+lib/gthumb/extensions/libcontact_sheet.so
+lib/gthumb/extensions/libconvert_format.so
+lib/gthumb/extensions/libdesktop_background.so
+lib/gthumb/extensions/libedit_metadata.so
+lib/gthumb/extensions/libexiv2_tools.so
+lib/gthumb/extensions/libexport_tools.so
+lib/gthumb/extensions/libfile_manager.so
+lib/gthumb/extensions/libfile_tools.so
+lib/gthumb/extensions/libfile_viewer.so
+lib/gthumb/extensions/libfind_duplicates.so
+lib/gthumb/extensions/libimage_print.so
+lib/gthumb/extensions/libimage_rotation.so
+lib/gthumb/extensions/libimage_viewer.so
+lib/gthumb/extensions/libimporter.so
+lib/gthumb/extensions/libjpeg_utils.so
+lib/gthumb/extensions/liblist_tools.so
+lib/gthumb/extensions/libphoto_importer.so
+lib/gthumb/extensions/libred_eye_removal.so
+lib/gthumb/extensions/librename_series.so
+lib/gthumb/extensions/libresize_images.so
+lib/gthumb/extensions/libsearch.so
+lib/gthumb/extensions/libselections.so
+lib/gthumb/extensions/libslideshow.so
+lib/gthumb/extensions/libterminal.so
+lib/gthumb/extensions/libwebalbums.so
 lib/gthumb/extensions/list_tools.extension
 lib/gthumb/extensions/photo_importer.extension
-lib/gthumb/extensions/pixbuf_savers.extension
-lib/gthumb/extensions/raw_files.extension
 lib/gthumb/extensions/red_eye_removal.extension
 lib/gthumb/extensions/rename_series.extension
 lib/gthumb/extensions/resize_images.extension
 lib/gthumb/extensions/search.extension
+lib/gthumb/extensions/selections.extension
 lib/gthumb/extensions/slideshow.extension
+lib/gthumb/extensions/terminal.extension
 lib/gthumb/extensions/webalbums.extension
-lib/pkgconfig/gthumb-2.14.pc
+lib/pkgconfig/gthumb.pc
+man/man1/gthumb.1
 share/aclocal/gthumb.m4
-share/applications/gthumb-import.desktop
-share/applications/gthumb.desktop
-share/gconf/schemas/gthumb-comments.schemas
-share/gconf/schemas/gthumb-file-manager.schemas
-share/gconf/schemas/gthumb-image-viewer.schemas
-share/gconf/schemas/gthumb-importer.schemas
-share/gconf/schemas/gthumb-pixbuf-savers.schemas
-share/gconf/schemas/gthumb-slideshow.schemas
-share/gconf/schemas/gthumb.schemas
-share/gconf/schemas/gthumb_change_date.schemas
-share/gconf/schemas/gthumb_contact_sheet.schemas
-share/gconf/schemas/gthumb_convert_format.schemas
-share/gconf/schemas/gthumb_crop_options.schemas
-share/gconf/schemas/gthumb_image_print.schemas
-share/gconf/schemas/gthumb_photo_importer.schemas
-share/gconf/schemas/gthumb_rename_series.schemas
-share/gconf/schemas/gthumb_resize_images.schemas
-share/gconf/schemas/gthumb_resize_options.schemas
-share/gconf/schemas/gthumb_rotate_options.schemas
-share/gconf/schemas/gthumb_webalbums.schemas
-share/gnome/help/gthumb/C/attributes.page
-share/gnome/help/gthumb/C/batch-change-date.page
-share/gnome/help/gthumb/C/batch-convert-format.page
-share/gnome/help/gthumb/C/batch-resize.page
-share/gnome/help/gthumb/C/batch-rotate.page
-share/gnome/help/gthumb/C/batch-scripts.page
-share/gnome/help/gthumb/C/bookmarks.page
-share/gnome/help/gthumb/C/browser.page
-share/gnome/help/gthumb/C/edit-colors.page
-share/gnome/help/gthumb/C/edit-redeye.page
-share/gnome/help/gthumb/C/edit-resize-crop.page
-share/gnome/help/gthumb/C/edit-rotate.page
-share/gnome/help/gthumb/C/edit-save-undo-redo.page
-share/gnome/help/gthumb/C/extensions.page
-share/gnome/help/gthumb/C/figures/comment.png
-share/gnome/help/gthumb/C/figures/general-filter.png
-share/gnome/help/gthumb/C/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/C/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/C/figures/import.png
-share/gnome/help/gthumb/C/figures/main-win.png
-share/gnome/help/gthumb/C/figures/nav-button.png
-share/gnome/help/gthumb/C/figures/palette.png
-share/gnome/help/gthumb/C/figures/preferences.png
-share/gnome/help/gthumb/C/figures/specific-filter.png
-share/gnome/help/gthumb/C/figures/thumbnail-pane.png
-share/gnome/help/gthumb/C/file-copy-move.page
-share/gnome/help/gthumb/C/filtering.page
-share/gnome/help/gthumb/C/fullscreen.page
-share/gnome/help/gthumb/C/gimp.page
-share/gnome/help/gthumb/C/import.page
-share/gnome/help/gthumb/C/index.page
-share/gnome/help/gthumb/C/introduction.page
-share/gnome/help/gthumb/C/legal.xml
-share/gnome/help/gthumb/C/printing.page
-share/gnome/help/gthumb/C/rename-series.page
-share/gnome/help/gthumb/C/sharing-disc.page
-share/gnome/help/gthumb/C/sharing-social.page
-share/gnome/help/gthumb/C/shortcuts.page
-share/gnome/help/gthumb/C/slideshow.page
-share/gnome/help/gthumb/C/sorting.page
-share/gnome/help/gthumb/C/strftime.page
-share/gnome/help/gthumb/C/thumbnail-pane.page
-share/gnome/help/gthumb/C/thumbnails.page
-share/gnome/help/gthumb/C/viewer.page
-share/gnome/help/gthumb/C/wallpaper.page
-share/gnome/help/gthumb/de/attributes.page
-share/gnome/help/gthumb/de/batch-change-date.page
-share/gnome/help/gthumb/de/batch-convert-format.page
-share/gnome/help/gthumb/de/batch-resize.page
-share/gnome/help/gthumb/de/batch-rotate.page
-share/gnome/help/gthumb/de/batch-scripts.page
-share/gnome/help/gthumb/de/bookmarks.page
-share/gnome/help/gthumb/de/browser.page
-share/gnome/help/gthumb/de/edit-colors.page
-share/gnome/help/gthumb/de/edit-redeye.page
-share/gnome/help/gthumb/de/edit-resize-crop.page
-share/gnome/help/gthumb/de/edit-rotate.page
-share/gnome/help/gthumb/de/edit-save-undo-redo.page
-share/gnome/help/gthumb/de/extensions.page
-share/gnome/help/gthumb/de/figures/comment.png
-share/gnome/help/gthumb/de/figures/general-filter.png
-share/gnome/help/gthumb/de/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/de/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/de/figures/import.png
-share/gnome/help/gthumb/de/figures/main-win.png
-share/gnome/help/gthumb/de/figures/nav-button.png
-share/gnome/help/gthumb/de/figures/palette.png
-share/gnome/help/gthumb/de/figures/preferences.png
-share/gnome/help/gthumb/de/figures/specific-filter.png
-share/gnome/help/gthumb/de/figures/thumbnail-pane.png
-share/gnome/help/gthumb/de/file-copy-move.page
-share/gnome/help/gthumb/de/filtering.page
-share/gnome/help/gthumb/de/fullscreen.page
-share/gnome/help/gthumb/de/gimp.page
-share/gnome/help/gthumb/de/import.page
-share/gnome/help/gthumb/de/index.page
-share/gnome/help/gthumb/de/introduction.page
-share/gnome/help/gthumb/de/legal.xml
-share/gnome/help/gthumb/de/printing.page
-share/gnome/help/gthumb/de/rename-series.page
-share/gnome/help/gthumb/de/sharing-disc.page
-share/gnome/help/gthumb/de/sharing-social.page
-share/gnome/help/gthumb/de/shortcuts.page
-share/gnome/help/gthumb/de/slideshow.page
-share/gnome/help/gthumb/de/sorting.page
-share/gnome/help/gthumb/de/strftime.page
-share/gnome/help/gthumb/de/thumbnail-pane.page
-share/gnome/help/gthumb/de/thumbnails.page
-share/gnome/help/gthumb/de/viewer.page
-share/gnome/help/gthumb/de/wallpaper.page
-share/gnome/help/gthumb/el/attributes.page
-share/gnome/help/gthumb/el/batch-change-date.page
-share/gnome/help/gthumb/el/batch-convert-format.page
-share/gnome/help/gthumb/el/batch-resize.page
-share/gnome/help/gthumb/el/batch-rotate.page
-share/gnome/help/gthumb/el/batch-scripts.page
-share/gnome/help/gthumb/el/bookmarks.page
-share/gnome/help/gthumb/el/browser.page
-share/gnome/help/gthumb/el/edit-colors.page
-share/gnome/help/gthumb/el/edit-redeye.page
-share/gnome/help/gthumb/el/edit-resize-crop.page
-share/gnome/help/gthumb/el/edit-rotate.page
-share/gnome/help/gthumb/el/edit-save-undo-redo.page
-share/gnome/help/gthumb/el/extensions.page
-share/gnome/help/gthumb/el/figures/comment.png
-share/gnome/help/gthumb/el/figures/general-filter.png
-share/gnome/help/gthumb/el/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/el/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/el/figures/import.png
-share/gnome/help/gthumb/el/figures/main-win.png
-share/gnome/help/gthumb/el/figures/nav-button.png
-share/gnome/help/gthumb/el/figures/palette.png
-share/gnome/help/gthumb/el/figures/preferences.png
-share/gnome/help/gthumb/el/figures/specific-filter.png
-share/gnome/help/gthumb/el/figures/thumbnail-pane.png
-share/gnome/help/gthumb/el/file-copy-move.page
-share/gnome/help/gthumb/el/filtering.page
-share/gnome/help/gthumb/el/fullscreen.page
-share/gnome/help/gthumb/el/gimp.page
-share/gnome/help/gthumb/el/import.page
-share/gnome/help/gthumb/el/index.page
-share/gnome/help/gthumb/el/introduction.page
-share/gnome/help/gthumb/el/legal.xml
-share/gnome/help/gthumb/el/printing.page
-share/gnome/help/gthumb/el/rename-series.page
-share/gnome/help/gthumb/el/sharing-disc.page
-share/gnome/help/gthumb/el/sharing-social.page
-share/gnome/help/gthumb/el/shortcuts.page
-share/gnome/help/gthumb/el/slideshow.page
-share/gnome/help/gthumb/el/sorting.page
-share/gnome/help/gthumb/el/strftime.page
-share/gnome/help/gthumb/el/thumbnail-pane.page
-share/gnome/help/gthumb/el/thumbnails.page
-share/gnome/help/gthumb/el/viewer.page
-share/gnome/help/gthumb/el/wallpaper.page
-share/gnome/help/gthumb/es/attributes.page
-share/gnome/help/gthumb/es/batch-change-date.page
-share/gnome/help/gthumb/es/batch-convert-format.page
-share/gnome/help/gthumb/es/batch-resize.page
-share/gnome/help/gthumb/es/batch-rotate.page
-share/gnome/help/gthumb/es/batch-scripts.page
-share/gnome/help/gthumb/es/bookmarks.page
-share/gnome/help/gthumb/es/browser.page
-share/gnome/help/gthumb/es/edit-colors.page
-share/gnome/help/gthumb/es/edit-redeye.page
-share/gnome/help/gthumb/es/edit-resize-crop.page
-share/gnome/help/gthumb/es/edit-rotate.page
-share/gnome/help/gthumb/es/edit-save-undo-redo.page
-share/gnome/help/gthumb/es/extensions.page
-share/gnome/help/gthumb/es/figures/comment.png
-share/gnome/help/gthumb/es/figures/general-filter.png
-share/gnome/help/gthumb/es/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/es/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/es/figures/import.png
-share/gnome/help/gthumb/es/figures/main-win.png
-share/gnome/help/gthumb/es/figures/nav-button.png
-share/gnome/help/gthumb/es/figures/palette.png
-share/gnome/help/gthumb/es/figures/preferences.png
-share/gnome/help/gthumb/es/figures/specific-filter.png
-share/gnome/help/gthumb/es/figures/thumbnail-pane.png
-share/gnome/help/gthumb/es/file-copy-move.page
-share/gnome/help/gthumb/es/filtering.page
-share/gnome/help/gthumb/es/fullscreen.page
-share/gnome/help/gthumb/es/gimp.page
-share/gnome/help/gthumb/es/import.page
-share/gnome/help/gthumb/es/index.page
-share/gnome/help/gthumb/es/introduction.page
-share/gnome/help/gthumb/es/legal.xml
-share/gnome/help/gthumb/es/printing.page
-share/gnome/help/gthumb/es/rename-series.page
-share/gnome/help/gthumb/es/sharing-disc.page
-share/gnome/help/gthumb/es/sharing-social.page
-share/gnome/help/gthumb/es/shortcuts.page
-share/gnome/help/gthumb/es/slideshow.page
-share/gnome/help/gthumb/es/sorting.page
-share/gnome/help/gthumb/es/strftime.page
-share/gnome/help/gthumb/es/thumbnail-pane.page
-share/gnome/help/gthumb/es/thumbnails.page
-share/gnome/help/gthumb/es/viewer.page
-share/gnome/help/gthumb/es/wallpaper.page
-share/gnome/help/gthumb/eu/attributes.page
-share/gnome/help/gthumb/eu/batch-change-date.page
-share/gnome/help/gthumb/eu/batch-convert-format.page
-share/gnome/help/gthumb/eu/batch-resize.page
-share/gnome/help/gthumb/eu/batch-rotate.page
-share/gnome/help/gthumb/eu/batch-scripts.page
-share/gnome/help/gthumb/eu/bookmarks.page
-share/gnome/help/gthumb/eu/browser.page
-share/gnome/help/gthumb/eu/edit-colors.page
-share/gnome/help/gthumb/eu/edit-redeye.page
-share/gnome/help/gthumb/eu/edit-resize-crop.page
-share/gnome/help/gthumb/eu/edit-rotate.page
-share/gnome/help/gthumb/eu/edit-save-undo-redo.page
-share/gnome/help/gthumb/eu/extensions.page
-share/gnome/help/gthumb/eu/figures/comment.png
-share/gnome/help/gthumb/eu/figures/general-filter.png
-share/gnome/help/gthumb/eu/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/eu/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/eu/figures/import.png
-share/gnome/help/gthumb/eu/figures/main-win.png
-share/gnome/help/gthumb/eu/figures/nav-button.png
-share/gnome/help/gthumb/eu/figures/palette.png
-share/gnome/help/gthumb/eu/figures/preferences.png
-share/gnome/help/gthumb/eu/figures/specific-filter.png
-share/gnome/help/gthumb/eu/figures/thumbnail-pane.png
-share/gnome/help/gthumb/eu/file-copy-move.page
-share/gnome/help/gthumb/eu/filtering.page
-share/gnome/help/gthumb/eu/fullscreen.page
-share/gnome/help/gthumb/eu/gimp.page
-share/gnome/help/gthumb/eu/import.page
-share/gnome/help/gthumb/eu/index.page
-share/gnome/help/gthumb/eu/introduction.page
-share/gnome/help/gthumb/eu/legal.xml
-share/gnome/help/gthumb/eu/printing.page
-share/gnome/help/gthumb/eu/rename-series.page
-share/gnome/help/gthumb/eu/sharing-disc.page
-share/gnome/help/gthumb/eu/sharing-social.page
-share/gnome/help/gthumb/eu/shortcuts.page
-share/gnome/help/gthumb/eu/slideshow.page
-share/gnome/help/gthumb/eu/sorting.page
-share/gnome/help/gthumb/eu/strftime.page
-share/gnome/help/gthumb/eu/thumbnail-pane.page
-share/gnome/help/gthumb/eu/thumbnails.page
-share/gnome/help/gthumb/eu/viewer.page
-share/gnome/help/gthumb/eu/wallpaper.page
-share/gnome/help/gthumb/fr/attributes.page
-share/gnome/help/gthumb/fr/batch-change-date.page
-share/gnome/help/gthumb/fr/batch-convert-format.page
-share/gnome/help/gthumb/fr/batch-resize.page
-share/gnome/help/gthumb/fr/batch-rotate.page
-share/gnome/help/gthumb/fr/batch-scripts.page
-share/gnome/help/gthumb/fr/bookmarks.page
-share/gnome/help/gthumb/fr/browser.page
-share/gnome/help/gthumb/fr/edit-colors.page
-share/gnome/help/gthumb/fr/edit-redeye.page
-share/gnome/help/gthumb/fr/edit-resize-crop.page
-share/gnome/help/gthumb/fr/edit-rotate.page
-share/gnome/help/gthumb/fr/edit-save-undo-redo.page
-share/gnome/help/gthumb/fr/extensions.page
-share/gnome/help/gthumb/fr/figures/comment.png
-share/gnome/help/gthumb/fr/figures/general-filter.png
-share/gnome/help/gthumb/fr/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/fr/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/fr/figures/import.png
-share/gnome/help/gthumb/fr/figures/main-win.png
-share/gnome/help/gthumb/fr/figures/nav-button.png
-share/gnome/help/gthumb/fr/figures/palette.png
-share/gnome/help/gthumb/fr/figures/preferences.png
-share/gnome/help/gthumb/fr/figures/specific-filter.png
-share/gnome/help/gthumb/fr/figures/thumbnail-pane.png
-share/gnome/help/gthumb/fr/file-copy-move.page
-share/gnome/help/gthumb/fr/filtering.page
-share/gnome/help/gthumb/fr/fullscreen.page
-share/gnome/help/gthumb/fr/gimp.page
-share/gnome/help/gthumb/fr/import.page
-share/gnome/help/gthumb/fr/index.page
-share/gnome/help/gthumb/fr/introduction.page
-share/gnome/help/gthumb/fr/legal.xml
-share/gnome/help/gthumb/fr/printing.page
-share/gnome/help/gthumb/fr/rename-series.page
-share/gnome/help/gthumb/fr/sharing-disc.page
-share/gnome/help/gthumb/fr/sharing-social.page
-share/gnome/help/gthumb/fr/shortcuts.page
-share/gnome/help/gthumb/fr/slideshow.page
-share/gnome/help/gthumb/fr/sorting.page
-share/gnome/help/gthumb/fr/strftime.page
-share/gnome/help/gthumb/fr/thumbnail-pane.page
-share/gnome/help/gthumb/fr/thumbnails.page
-share/gnome/help/gthumb/fr/viewer.page
-share/gnome/help/gthumb/fr/wallpaper.page
-share/gnome/help/gthumb/oc/attributes.page
-share/gnome/help/gthumb/oc/batch-change-date.page
-share/gnome/help/gthumb/oc/batch-convert-format.page
-share/gnome/help/gthumb/oc/batch-resize.page
-share/gnome/help/gthumb/oc/batch-rotate.page
-share/gnome/help/gthumb/oc/batch-scripts.page
-share/gnome/help/gthumb/oc/bookmarks.page
-share/gnome/help/gthumb/oc/browser.page
-share/gnome/help/gthumb/oc/edit-colors.page
-share/gnome/help/gthumb/oc/edit-redeye.page
-share/gnome/help/gthumb/oc/edit-resize-crop.page
-share/gnome/help/gthumb/oc/edit-rotate.page
-share/gnome/help/gthumb/oc/edit-save-undo-redo.page
-share/gnome/help/gthumb/oc/extensions.page
-share/gnome/help/gthumb/oc/figures/comment.png
-share/gnome/help/gthumb/oc/figures/general-filter.png
-share/gnome/help/gthumb/oc/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/oc/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/oc/figures/import.png
-share/gnome/help/gthumb/oc/figures/main-win.png
-share/gnome/help/gthumb/oc/figures/nav-button.png
-share/gnome/help/gthumb/oc/figures/palette.png
-share/gnome/help/gthumb/oc/figures/preferences.png
-share/gnome/help/gthumb/oc/figures/specific-filter.png
-share/gnome/help/gthumb/oc/figures/thumbnail-pane.png
-share/gnome/help/gthumb/oc/file-copy-move.page
-share/gnome/help/gthumb/oc/filtering.page
-share/gnome/help/gthumb/oc/fullscreen.page
-share/gnome/help/gthumb/oc/gimp.page
-share/gnome/help/gthumb/oc/import.page
-share/gnome/help/gthumb/oc/index.page
-share/gnome/help/gthumb/oc/introduction.page
-share/gnome/help/gthumb/oc/legal.xml
-share/gnome/help/gthumb/oc/printing.page
-share/gnome/help/gthumb/oc/rename-series.page
-share/gnome/help/gthumb/oc/sharing-disc.page
-share/gnome/help/gthumb/oc/sharing-social.page
-share/gnome/help/gthumb/oc/shortcuts.page
-share/gnome/help/gthumb/oc/slideshow.page
-share/gnome/help/gthumb/oc/sorting.page
-share/gnome/help/gthumb/oc/strftime.page
-share/gnome/help/gthumb/oc/thumbnail-pane.page
-share/gnome/help/gthumb/oc/thumbnails.page
-share/gnome/help/gthumb/oc/viewer.page
-share/gnome/help/gthumb/oc/wallpaper.page
-share/gnome/help/gthumb/sl/attributes.page
-share/gnome/help/gthumb/sl/batch-change-date.page
-share/gnome/help/gthumb/sl/batch-convert-format.page
-share/gnome/help/gthumb/sl/batch-resize.page
-share/gnome/help/gthumb/sl/batch-rotate.page
-share/gnome/help/gthumb/sl/batch-scripts.page
-share/gnome/help/gthumb/sl/bookmarks.page
-share/gnome/help/gthumb/sl/browser.page
-share/gnome/help/gthumb/sl/edit-colors.page
-share/gnome/help/gthumb/sl/edit-redeye.page
-share/gnome/help/gthumb/sl/edit-resize-crop.page
-share/gnome/help/gthumb/sl/edit-rotate.page
-share/gnome/help/gthumb/sl/edit-save-undo-redo.page
-share/gnome/help/gthumb/sl/extensions.page
-share/gnome/help/gthumb/sl/figures/comment.png
-share/gnome/help/gthumb/sl/figures/general-filter.png
-share/gnome/help/gthumb/sl/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/sl/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/sl/figures/import.png
-share/gnome/help/gthumb/sl/figures/main-win.png
-share/gnome/help/gthumb/sl/figures/nav-button.png
-share/gnome/help/gthumb/sl/figures/palette.png
-share/gnome/help/gthumb/sl/figures/preferences.png
-share/gnome/help/gthumb/sl/figures/specific-filter.png
-share/gnome/help/gthumb/sl/figures/thumbnail-pane.png
-share/gnome/help/gthumb/sl/file-copy-move.page
-share/gnome/help/gthumb/sl/filtering.page
-share/gnome/help/gthumb/sl/fullscreen.page
-share/gnome/help/gthumb/sl/gimp.page
-share/gnome/help/gthumb/sl/import.page
-share/gnome/help/gthumb/sl/index.page
-share/gnome/help/gthumb/sl/introduction.page
-share/gnome/help/gthumb/sl/legal.xml
-share/gnome/help/gthumb/sl/printing.page
-share/gnome/help/gthumb/sl/rename-series.page
-share/gnome/help/gthumb/sl/sharing-disc.page
-share/gnome/help/gthumb/sl/sharing-social.page
-share/gnome/help/gthumb/sl/shortcuts.page
-share/gnome/help/gthumb/sl/slideshow.page
-share/gnome/help/gthumb/sl/sorting.page
-share/gnome/help/gthumb/sl/strftime.page
-share/gnome/help/gthumb/sl/thumbnail-pane.page
-share/gnome/help/gthumb/sl/thumbnails.page
-share/gnome/help/gthumb/sl/viewer.page
-share/gnome/help/gthumb/sl/wallpaper.page
-share/gnome/help/gthumb/sv/attributes.page
-share/gnome/help/gthumb/sv/batch-change-date.page
-share/gnome/help/gthumb/sv/batch-convert-format.page
-share/gnome/help/gthumb/sv/batch-resize.page
-share/gnome/help/gthumb/sv/batch-rotate.page
-share/gnome/help/gthumb/sv/batch-scripts.page
-share/gnome/help/gthumb/sv/bookmarks.page
-share/gnome/help/gthumb/sv/browser.page
-share/gnome/help/gthumb/sv/edit-colors.page
-share/gnome/help/gthumb/sv/edit-redeye.page
-share/gnome/help/gthumb/sv/edit-resize-crop.page
-share/gnome/help/gthumb/sv/edit-rotate.page
-share/gnome/help/gthumb/sv/edit-save-undo-redo.page
-share/gnome/help/gthumb/sv/extensions.page
-share/gnome/help/gthumb/sv/figures/comment.png
-share/gnome/help/gthumb/sv/figures/general-filter.png
-share/gnome/help/gthumb/sv/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/sv/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/sv/figures/import.png
-share/gnome/help/gthumb/sv/figures/main-win.png
-share/gnome/help/gthumb/sv/figures/nav-button.png
-share/gnome/help/gthumb/sv/figures/palette.png
-share/gnome/help/gthumb/sv/figures/preferences.png
-share/gnome/help/gthumb/sv/figures/specific-filter.png
-share/gnome/help/gthumb/sv/figures/thumbnail-pane.png
-share/gnome/help/gthumb/sv/file-copy-move.page
-share/gnome/help/gthumb/sv/filtering.page
-share/gnome/help/gthumb/sv/fullscreen.page
-share/gnome/help/gthumb/sv/gimp.page
-share/gnome/help/gthumb/sv/import.page
-share/gnome/help/gthumb/sv/index.page
-share/gnome/help/gthumb/sv/introduction.page
-share/gnome/help/gthumb/sv/legal.xml
-share/gnome/help/gthumb/sv/printing.page
-share/gnome/help/gthumb/sv/rename-series.page
-share/gnome/help/gthumb/sv/sharing-disc.page
-share/gnome/help/gthumb/sv/sharing-social.page
-share/gnome/help/gthumb/sv/shortcuts.page
-share/gnome/help/gthumb/sv/slideshow.page
-share/gnome/help/gthumb/sv/sorting.page
-share/gnome/help/gthumb/sv/strftime.page
-share/gnome/help/gthumb/sv/thumbnail-pane.page
-share/gnome/help/gthumb/sv/thumbnails.page
-share/gnome/help/gthumb/sv/viewer.page
-share/gnome/help/gthumb/sv/wallpaper.page
-share/gnome/help/gthumb/zh_CN/attributes.page
-share/gnome/help/gthumb/zh_CN/batch-change-date.page
-share/gnome/help/gthumb/zh_CN/batch-convert-format.page
-share/gnome/help/gthumb/zh_CN/batch-resize.page
-share/gnome/help/gthumb/zh_CN/batch-rotate.page
-share/gnome/help/gthumb/zh_CN/batch-scripts.page
-share/gnome/help/gthumb/zh_CN/bookmarks.page
-share/gnome/help/gthumb/zh_CN/browser.page
-share/gnome/help/gthumb/zh_CN/edit-colors.page
-share/gnome/help/gthumb/zh_CN/edit-redeye.page
-share/gnome/help/gthumb/zh_CN/edit-resize-crop.page
-share/gnome/help/gthumb/zh_CN/edit-rotate.page
-share/gnome/help/gthumb/zh_CN/edit-save-undo-redo.page
-share/gnome/help/gthumb/zh_CN/extensions.page
-share/gnome/help/gthumb/zh_CN/figures/comment.png
-share/gnome/help/gthumb/zh_CN/figures/general-filter.png
-share/gnome/help/gthumb/zh_CN/figures/import-pref-auto-folder.png
-share/gnome/help/gthumb/zh_CN/figures/import-pref-custom-format.png
-share/gnome/help/gthumb/zh_CN/figures/import.png
-share/gnome/help/gthumb/zh_CN/figures/main-win.png
-share/gnome/help/gthumb/zh_CN/figures/nav-button.png
-share/gnome/help/gthumb/zh_CN/figures/palette.png
-share/gnome/help/gthumb/zh_CN/figures/preferences.png
-share/gnome/help/gthumb/zh_CN/figures/specific-filter.png
-share/gnome/help/gthumb/zh_CN/figures/thumbnail-pane.png
-share/gnome/help/gthumb/zh_CN/file-copy-move.page
-share/gnome/help/gthumb/zh_CN/filtering.page
-share/gnome/help/gthumb/zh_CN/fullscreen.page
-share/gnome/help/gthumb/zh_CN/gimp.page
-share/gnome/help/gthumb/zh_CN/import.page
-share/gnome/help/gthumb/zh_CN/index.page
-share/gnome/help/gthumb/zh_CN/introduction.page
-share/gnome/help/gthumb/zh_CN/legal.xml
-share/gnome/help/gthumb/zh_CN/printing.page
-share/gnome/help/gthumb/zh_CN/rename-series.page
-share/gnome/help/gthumb/zh_CN/sharing-disc.page
-share/gnome/help/gthumb/zh_CN/sharing-social.page
-share/gnome/help/gthumb/zh_CN/shortcuts.page
-share/gnome/help/gthumb/zh_CN/slideshow.page
-share/gnome/help/gthumb/zh_CN/sorting.page
-share/gnome/help/gthumb/zh_CN/strftime.page
-share/gnome/help/gthumb/zh_CN/thumbnail-pane.page
-share/gnome/help/gthumb/zh_CN/thumbnails.page
-share/gnome/help/gthumb/zh_CN/viewer.page
-share/gnome/help/gthumb/zh_CN/wallpaper.page
+share/applications/org.gnome.gThumb.Import.desktop
+share/applications/org.gnome.gThumb.desktop
+share/glib-2.0/schemas/org.gnome.gthumb.catalogs.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.change-date.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.comments.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.contact-sheet.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.convert-format.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.crop.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.enums.xml
+share/glib-2.0/schemas/org.gnome.gthumb.facebook.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.file-manager.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.flickr.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.gstreamer-tools.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.image-print.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.image-viewer.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.importer.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.photo-importer.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.picasaweb.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.pixbuf-savers.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.rename-series.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.resize-images.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.resize.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.rotate.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.slideshow.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.terminal.gschema.xml
+share/glib-2.0/schemas/org.gnome.gthumb.webalbums.gschema.xml
 share/gthumb/albumthemes/Classic/back.png
 share/gthumb/albumthemes/Classic/bot.png
 share/gthumb/albumthemes/Classic/image.gthtml
@@ -681,95 +255,103 @@ share/gthumb/albumthemes/Wiki/thumbnail.
 share/gthumb/contactsheetthemes/default.cst
 share/gthumb/contactsheetthemes/minimalist.cst
 share/gthumb/contactsheetthemes/rainbow.cst
-share/gthumb/icons/hicolor/16x16/actions/browser-mode.png
-share/gthumb/icons/hicolor/16x16/actions/file-catalog.png
-share/gthumb/icons/hicolor/16x16/actions/file-library.png
-share/gthumb/icons/hicolor/16x16/actions/file-search.png
-share/gthumb/icons/hicolor/16x16/actions/histogram-linear.png
-share/gthumb/icons/hicolor/16x16/actions/histogram-logarithmic.png
-share/gthumb/icons/hicolor/16x16/actions/histogram.png
-share/gthumb/icons/hicolor/16x16/actions/image-navigator.png
-share/gthumb/icons/hicolor/16x16/actions/map.png
+share/gthumb/icons/filmholes.png
+share/gthumb/icons/hicolor/16x16/actions/change-date-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/color-profile.svg
+share/gthumb/icons/hicolor/16x16/actions/comment-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/convert-format-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/curves-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/edit-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/emblem-flag-blue.svg
+share/gthumb/icons/hicolor/16x16/actions/emblem-flag-gray.svg
+share/gthumb/icons/hicolor/16x16/actions/emblem-flag-green.svg
+share/gthumb/icons/hicolor/16x16/actions/emblem-flag-red.svg
+share/gthumb/icons/hicolor/16x16/actions/emblem-flag-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/export-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/extension-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/eyedropper-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/file-catalog-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/file-library-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/file-search-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/filter-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/format-linear-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/format-logarithmic-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/histogram-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-adjust-colors-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-adjust-contrast-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-crop-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-equalize-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-flip-horizontal-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-flip-vertical-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-grayscale-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-invert-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-navigator-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-red-eye-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-resize-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-rotate-left-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-rotate-right-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-rotate-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/image-sharpen-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/lock-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/map-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/palette-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/pinned-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/presets-symbolic.svg
 share/gthumb/icons/hicolor/16x16/actions/site-facebook.png
 share/gthumb/icons/hicolor/16x16/actions/site-flickr.png
 share/gthumb/icons/hicolor/16x16/actions/site-photobucket.png
 share/gthumb/icons/hicolor/16x16/actions/site-picasaweb.png
 share/gthumb/icons/hicolor/16x16/actions/site-twentythree.png
-share/gthumb/icons/hicolor/16x16/actions/tool-adjust-colors.png
-share/gthumb/icons/hicolor/16x16/actions/tool-crop.png
-share/gthumb/icons/hicolor/16x16/actions/tool-desaturate.png
-share/gthumb/icons/hicolor/16x16/actions/tool-enhance.png
-share/gthumb/icons/hicolor/16x16/actions/tool-flip.png
-share/gthumb/icons/hicolor/16x16/actions/tool-invert.png
-share/gthumb/icons/hicolor/16x16/actions/tool-mirror.png
-share/gthumb/icons/hicolor/16x16/actions/tool-red-eye.png
-share/gthumb/icons/hicolor/16x16/actions/tool-resize.png
-share/gthumb/icons/hicolor/16x16/actions/tool-rotate-270.png
-share/gthumb/icons/hicolor/16x16/actions/tool-rotate-90.png
-share/gthumb/icons/hicolor/16x16/actions/tool-rotate.png
-share/gthumb/icons/hicolor/16x16/actions/tool-sharpen.png
-share/gthumb/icons/hicolor/22x22/actions/browser-mode.png
-share/gthumb/icons/hicolor/22x22/actions/file-catalog.png
-share/gthumb/icons/hicolor/22x22/actions/file-library.png
-share/gthumb/icons/hicolor/22x22/actions/file-search.png
-share/gthumb/icons/hicolor/22x22/actions/histogram.png
-share/gthumb/icons/hicolor/22x22/actions/palette.png
-share/gthumb/icons/hicolor/22x22/actions/share.png
-share/gthumb/icons/hicolor/22x22/actions/tag.png
-share/gthumb/icons/hicolor/22x22/actions/tool-adjust-colors.png
-share/gthumb/icons/hicolor/22x22/actions/tool-crop.png
-share/gthumb/icons/hicolor/22x22/actions/tool-desaturate.png
-share/gthumb/icons/hicolor/22x22/actions/tool-enhance.png
-share/gthumb/icons/hicolor/22x22/actions/tool-red-eye.png
-share/gthumb/icons/hicolor/22x22/actions/tool-resize.png
-share/gthumb/icons/hicolor/22x22/actions/tool-rotate.png
-share/gthumb/icons/hicolor/22x22/actions/tool-sharpen.png
-share/gthumb/icons/hicolor/22x22/actions/zoom-fit-width.png
-share/gthumb/icons/hicolor/48x48/actions/browser-mode.png
-share/gthumb/icons/hicolor/48x48/actions/file-catalog.png
-share/gthumb/icons/hicolor/48x48/actions/file-library.png
-share/gthumb/icons/hicolor/48x48/actions/file-search.png
-share/gthumb/icons/hicolor/48x48/actions/palette.png
-share/gthumb/icons/hicolor/scalable/actions/browser-mode.svg
-share/gthumb/icons/hicolor/scalable/actions/file-catalog.svg
-share/gthumb/icons/hicolor/scalable/actions/file-library.svg
-share/gthumb/icons/hicolor/scalable/actions/file-search.svg
-share/gthumb/icons/hicolor/scalable/actions/palette.svg
-share/gthumb/icons/hicolor/scalable/actions/share.svg
+share/gthumb/icons/hicolor/16x16/actions/special-effects-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/swap-values-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/tag-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/tools-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/transparency-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-presentation-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-fit-height-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-fit-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-fit-width-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-in-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-original-symbolic.svg
+share/gthumb/icons/hicolor/16x16/actions/view-zoom-out-symbolic.svg
 share/gthumb/icons/hicolor/scalable/actions/slideshow-pause.svg
-share/gthumb/icons/hicolor/scalable/actions/tag.svg
-share/gthumb/icons/hicolor/scalable/actions/tool-sharpen.svg
 share/gthumb/ui/add-to-catalog.ui
 share/gthumb/ui/adjust-colors-options.ui
-share/gthumb/ui/ask-value.ui
-share/gthumb/ui/bookmarks.ui
+share/gthumb/ui/adjust-contrast-options.ui
+share/gthumb/ui/avif-options.ui
+share/gthumb/ui/browser-preferences.ui
 share/gthumb/ui/catalog-properties.ui
 share/gthumb/ui/change-date.ui
 share/gthumb/ui/code-selector.ui
+share/gthumb/ui/color-picker-options.ui
 share/gthumb/ui/comments-preferences.ui
 share/gthumb/ui/contact-sheet-theme-properties.ui
 share/gthumb/ui/contact-sheet.ui
 share/gthumb/ui/convert-format.ui
 share/gthumb/ui/crop-options.ui
+share/gthumb/ui/curve-preset-editor.ui
+share/gthumb/ui/curves-options.ui
 share/gthumb/ui/edit-comment-page.ui
 share/gthumb/ui/edit-exiv2-page.ui
+share/gthumb/ui/effects-options.ui
 share/gthumb/ui/extensions-preferences.ui
+share/gthumb/ui/favorite-properties.ui
+share/gthumb/ui/file-selection-info.ui
 share/gthumb/ui/filter-editor.ui
 share/gthumb/ui/find-duplicates-choose-folders.ui
 share/gthumb/ui/find-duplicates-dialog.ui
 share/gthumb/ui/find-duplicates.ui
+share/gthumb/ui/grayscale-options.ui
 share/gthumb/ui/histogram-info.ui
 share/gthumb/ui/image-viewer-preferences.ui
 share/gthumb/ui/image-wall.ui
 share/gthumb/ui/import-preferences.ui
 share/gthumb/ui/jpeg-options.ui
+share/gthumb/ui/location.ui
 share/gthumb/ui/organize-files-task.ui
 share/gthumb/ui/organize-files.ui
 share/gthumb/ui/overwrite-dialog.ui
 share/gthumb/ui/personalize-filters.ui
-share/gthumb/ui/personalize-scripts.ui
-share/gthumb/ui/photo-importer-options.ui
-share/gthumb/ui/photo-importer.ui
 share/gthumb/ui/png-options.ui
 share/gthumb/ui/preferences.ui
 share/gthumb/ui/print-layout.ui
@@ -780,25 +362,683 @@ share/gthumb/ui/resize-images.ui
 share/gthumb/ui/resize-options.ui
 share/gthumb/ui/rotate-options.ui
 share/gthumb/ui/save-options-preferences.ui
-share/gthumb/ui/script-editor.ui
 share/gthumb/ui/search-editor.ui
 share/gthumb/ui/sharpen-options.ui
+share/gthumb/ui/shortcuts-preferences.ui
 share/gthumb/ui/slideshow-preferences.ui
 share/gthumb/ui/sort-order.ui
 share/gthumb/ui/tag-chooser.ui
+share/gthumb/ui/template-editor-dialog.ui
+share/gthumb/ui/terminal-preferences.ui
 share/gthumb/ui/tga-options.ui
 share/gthumb/ui/tiff-options.ui
 share/gthumb/ui/web-album-exporter.ui
-share/icons/hicolor/16x16/apps/gthumb.png
-share/icons/hicolor/22x22/apps/gthumb.png
-share/icons/hicolor/32x32/apps/gthumb.png
-share/icons/hicolor/48x48/apps/gthumb.png
-share/icons/hicolor/scalable/apps/gthumb.svg
+share/gthumb/ui/webp-options.ui
+share/help/C/gthumb/attributes.page
+share/help/C/gthumb/batch-change-date.page
+share/help/C/gthumb/batch-convert-format.page
+share/help/C/gthumb/batch-resize.page
+share/help/C/gthumb/batch-rotate.page
+share/help/C/gthumb/batch-scripts.page
+share/help/C/gthumb/bookmarks.page
+share/help/C/gthumb/browser.page
+share/help/C/gthumb/edit-colors.page
+share/help/C/gthumb/edit-redeye.page
+share/help/C/gthumb/edit-resize-crop.page
+share/help/C/gthumb/edit-rotate.page
+share/help/C/gthumb/edit-save-undo-redo.page
+share/help/C/gthumb/extensions.page
+share/help/C/gthumb/figures/general-filter.png
+share/help/C/gthumb/figures/import-pref-auto-folder.png
+share/help/C/gthumb/figures/import-pref-custom-format.png
+share/help/C/gthumb/figures/import.png
+share/help/C/gthumb/figures/main-win.png
+share/help/C/gthumb/figures/palette.png
+share/help/C/gthumb/figures/specific-filter.png
+share/help/C/gthumb/figures/thumbnail-pane.png
+share/help/C/gthumb/file-copy-move.page
+share/help/C/gthumb/filtering.page
+share/help/C/gthumb/fullscreen.page
+share/help/C/gthumb/gimp.page
+share/help/C/gthumb/import.page
+share/help/C/gthumb/index.page
+share/help/C/gthumb/introduction.page
+share/help/C/gthumb/legal.xml
+share/help/C/gthumb/printing.page
+share/help/C/gthumb/rename-series.page
+share/help/C/gthumb/sharing-disc.page
+share/help/C/gthumb/sharing-social.page
+share/help/C/gthumb/slideshow.page
+share/help/C/gthumb/sorting.page
+share/help/C/gthumb/strftime.page
+share/help/C/gthumb/thumbnail-pane.page
+share/help/C/gthumb/thumbnails.page
+share/help/C/gthumb/viewer.page
+share/help/C/gthumb/wallpaper.page
+share/help/ca/gthumb/attributes.page
+share/help/ca/gthumb/batch-change-date.page
+share/help/ca/gthumb/batch-convert-format.page
+share/help/ca/gthumb/batch-resize.page
+share/help/ca/gthumb/batch-rotate.page
+share/help/ca/gthumb/batch-scripts.page
+share/help/ca/gthumb/bookmarks.page
+share/help/ca/gthumb/browser.page
+share/help/ca/gthumb/edit-colors.page
+share/help/ca/gthumb/edit-redeye.page
+share/help/ca/gthumb/edit-resize-crop.page
+share/help/ca/gthumb/edit-rotate.page
+share/help/ca/gthumb/edit-save-undo-redo.page
+share/help/ca/gthumb/extensions.page
+share/help/ca/gthumb/figures/general-filter.png
+share/help/ca/gthumb/figures/import-pref-auto-folder.png
+share/help/ca/gthumb/figures/import-pref-custom-format.png
+share/help/ca/gthumb/figures/import.png
+share/help/ca/gthumb/figures/main-win.png
+share/help/ca/gthumb/figures/palette.png
+share/help/ca/gthumb/figures/specific-filter.png
+share/help/ca/gthumb/figures/thumbnail-pane.png
+share/help/ca/gthumb/file-copy-move.page
+share/help/ca/gthumb/filtering.page
+share/help/ca/gthumb/fullscreen.page
+share/help/ca/gthumb/gimp.page
+share/help/ca/gthumb/import.page
+share/help/ca/gthumb/index.page
+share/help/ca/gthumb/introduction.page
+share/help/ca/gthumb/legal.xml
+share/help/ca/gthumb/printing.page
+share/help/ca/gthumb/rename-series.page
+share/help/ca/gthumb/sharing-disc.page
+share/help/ca/gthumb/sharing-social.page
+share/help/ca/gthumb/slideshow.page
+share/help/ca/gthumb/sorting.page
+share/help/ca/gthumb/strftime.page
+share/help/ca/gthumb/thumbnail-pane.page
+share/help/ca/gthumb/thumbnails.page
+share/help/ca/gthumb/viewer.page
+share/help/ca/gthumb/wallpaper.page
+share/help/cs/gthumb/attributes.page
+share/help/cs/gthumb/batch-change-date.page
+share/help/cs/gthumb/batch-convert-format.page
+share/help/cs/gthumb/batch-resize.page
+share/help/cs/gthumb/batch-rotate.page
+share/help/cs/gthumb/batch-scripts.page
+share/help/cs/gthumb/bookmarks.page
+share/help/cs/gthumb/browser.page
+share/help/cs/gthumb/edit-colors.page
+share/help/cs/gthumb/edit-redeye.page
+share/help/cs/gthumb/edit-resize-crop.page
+share/help/cs/gthumb/edit-rotate.page
+share/help/cs/gthumb/edit-save-undo-redo.page
+share/help/cs/gthumb/extensions.page
+share/help/cs/gthumb/figures/general-filter.png
+share/help/cs/gthumb/figures/import-pref-auto-folder.png
+share/help/cs/gthumb/figures/import-pref-custom-format.png
+share/help/cs/gthumb/figures/import.png
+share/help/cs/gthumb/figures/main-win.png
+share/help/cs/gthumb/figures/palette.png
+share/help/cs/gthumb/figures/specific-filter.png
+share/help/cs/gthumb/figures/thumbnail-pane.png
+share/help/cs/gthumb/file-copy-move.page
+share/help/cs/gthumb/filtering.page
+share/help/cs/gthumb/fullscreen.page
+share/help/cs/gthumb/gimp.page
+share/help/cs/gthumb/import.page
+share/help/cs/gthumb/index.page
+share/help/cs/gthumb/introduction.page
+share/help/cs/gthumb/legal.xml
+share/help/cs/gthumb/printing.page
+share/help/cs/gthumb/rename-series.page
+share/help/cs/gthumb/sharing-disc.page
+share/help/cs/gthumb/sharing-social.page
+share/help/cs/gthumb/slideshow.page
+share/help/cs/gthumb/sorting.page
+share/help/cs/gthumb/strftime.page
+share/help/cs/gthumb/thumbnail-pane.page
+share/help/cs/gthumb/thumbnails.page
+share/help/cs/gthumb/viewer.page
+share/help/cs/gthumb/wallpaper.page
+share/help/de/gthumb/attributes.page
+share/help/de/gthumb/batch-change-date.page
+share/help/de/gthumb/batch-convert-format.page
+share/help/de/gthumb/batch-resize.page
+share/help/de/gthumb/batch-rotate.page
+share/help/de/gthumb/batch-scripts.page
+share/help/de/gthumb/bookmarks.page
+share/help/de/gthumb/browser.page
+share/help/de/gthumb/edit-colors.page
+share/help/de/gthumb/edit-redeye.page
+share/help/de/gthumb/edit-resize-crop.page
+share/help/de/gthumb/edit-rotate.page
+share/help/de/gthumb/edit-save-undo-redo.page
+share/help/de/gthumb/extensions.page
+share/help/de/gthumb/figures/general-filter.png
+share/help/de/gthumb/figures/import-pref-auto-folder.png
+share/help/de/gthumb/figures/import-pref-custom-format.png
+share/help/de/gthumb/figures/import.png
+share/help/de/gthumb/figures/main-win.png
+share/help/de/gthumb/figures/palette.png
+share/help/de/gthumb/figures/specific-filter.png
+share/help/de/gthumb/figures/thumbnail-pane.png
+share/help/de/gthumb/file-copy-move.page
+share/help/de/gthumb/filtering.page
+share/help/de/gthumb/fullscreen.page
+share/help/de/gthumb/gimp.page
+share/help/de/gthumb/import.page
+share/help/de/gthumb/index.page
+share/help/de/gthumb/introduction.page
+share/help/de/gthumb/legal.xml
+share/help/de/gthumb/printing.page
+share/help/de/gthumb/rename-series.page
+share/help/de/gthumb/sharing-disc.page
+share/help/de/gthumb/sharing-social.page
+share/help/de/gthumb/slideshow.page
+share/help/de/gthumb/sorting.page
+share/help/de/gthumb/strftime.page
+share/help/de/gthumb/thumbnail-pane.page
+share/help/de/gthumb/thumbnails.page
+share/help/de/gthumb/viewer.page
+share/help/de/gthumb/wallpaper.page
+share/help/el/gthumb/attributes.page
+share/help/el/gthumb/batch-change-date.page
+share/help/el/gthumb/batch-convert-format.page
+share/help/el/gthumb/batch-resize.page
+share/help/el/gthumb/batch-rotate.page
+share/help/el/gthumb/batch-scripts.page
+share/help/el/gthumb/bookmarks.page
+share/help/el/gthumb/browser.page
+share/help/el/gthumb/edit-colors.page
+share/help/el/gthumb/edit-redeye.page
+share/help/el/gthumb/edit-resize-crop.page
+share/help/el/gthumb/edit-rotate.page
+share/help/el/gthumb/edit-save-undo-redo.page
+share/help/el/gthumb/extensions.page
+share/help/el/gthumb/figures/general-filter.png
+share/help/el/gthumb/figures/import-pref-auto-folder.png
+share/help/el/gthumb/figures/import-pref-custom-format.png
+share/help/el/gthumb/figures/import.png
+share/help/el/gthumb/figures/main-win.png
+share/help/el/gthumb/figures/palette.png
+share/help/el/gthumb/figures/specific-filter.png
+share/help/el/gthumb/figures/thumbnail-pane.png
+share/help/el/gthumb/file-copy-move.page
+share/help/el/gthumb/filtering.page
+share/help/el/gthumb/fullscreen.page
+share/help/el/gthumb/gimp.page
+share/help/el/gthumb/import.page
+share/help/el/gthumb/index.page
+share/help/el/gthumb/introduction.page
+share/help/el/gthumb/legal.xml
+share/help/el/gthumb/printing.page
+share/help/el/gthumb/rename-series.page
+share/help/el/gthumb/sharing-disc.page
+share/help/el/gthumb/sharing-social.page
+share/help/el/gthumb/slideshow.page
+share/help/el/gthumb/sorting.page
+share/help/el/gthumb/strftime.page
+share/help/el/gthumb/thumbnail-pane.page
+share/help/el/gthumb/thumbnails.page
+share/help/el/gthumb/viewer.page
+share/help/el/gthumb/wallpaper.page
+share/help/es/gthumb/attributes.page
+share/help/es/gthumb/batch-change-date.page
+share/help/es/gthumb/batch-convert-format.page
+share/help/es/gthumb/batch-resize.page
+share/help/es/gthumb/batch-rotate.page
+share/help/es/gthumb/batch-scripts.page
+share/help/es/gthumb/bookmarks.page
+share/help/es/gthumb/browser.page
+share/help/es/gthumb/edit-colors.page
+share/help/es/gthumb/edit-redeye.page
+share/help/es/gthumb/edit-resize-crop.page
+share/help/es/gthumb/edit-rotate.page
+share/help/es/gthumb/edit-save-undo-redo.page
+share/help/es/gthumb/extensions.page
+share/help/es/gthumb/figures/general-filter.png
+share/help/es/gthumb/figures/import-pref-auto-folder.png
+share/help/es/gthumb/figures/import-pref-custom-format.png
+share/help/es/gthumb/figures/import.png
+share/help/es/gthumb/figures/main-win.png
+share/help/es/gthumb/figures/palette.png
+share/help/es/gthumb/figures/specific-filter.png
+share/help/es/gthumb/figures/thumbnail-pane.png
+share/help/es/gthumb/file-copy-move.page
+share/help/es/gthumb/filtering.page
+share/help/es/gthumb/fullscreen.page
+share/help/es/gthumb/gimp.page
+share/help/es/gthumb/import.page
+share/help/es/gthumb/index.page
+share/help/es/gthumb/introduction.page
+share/help/es/gthumb/legal.xml
+share/help/es/gthumb/printing.page
+share/help/es/gthumb/rename-series.page
+share/help/es/gthumb/sharing-disc.page
+share/help/es/gthumb/sharing-social.page
+share/help/es/gthumb/slideshow.page
+share/help/es/gthumb/sorting.page
+share/help/es/gthumb/strftime.page
+share/help/es/gthumb/thumbnail-pane.page
+share/help/es/gthumb/thumbnails.page
+share/help/es/gthumb/viewer.page
+share/help/es/gthumb/wallpaper.page
+share/help/eu/gthumb/attributes.page
+share/help/eu/gthumb/batch-change-date.page
+share/help/eu/gthumb/batch-convert-format.page
+share/help/eu/gthumb/batch-resize.page
+share/help/eu/gthumb/batch-rotate.page
+share/help/eu/gthumb/batch-scripts.page
+share/help/eu/gthumb/bookmarks.page
+share/help/eu/gthumb/browser.page
+share/help/eu/gthumb/edit-colors.page
+share/help/eu/gthumb/edit-redeye.page
+share/help/eu/gthumb/edit-resize-crop.page
+share/help/eu/gthumb/edit-rotate.page
+share/help/eu/gthumb/edit-save-undo-redo.page
+share/help/eu/gthumb/extensions.page
+share/help/eu/gthumb/figures/general-filter.png
+share/help/eu/gthumb/figures/import-pref-auto-folder.png
+share/help/eu/gthumb/figures/import-pref-custom-format.png
+share/help/eu/gthumb/figures/import.png
+share/help/eu/gthumb/figures/main-win.png
+share/help/eu/gthumb/figures/palette.png
+share/help/eu/gthumb/figures/specific-filter.png
+share/help/eu/gthumb/figures/thumbnail-pane.png
+share/help/eu/gthumb/file-copy-move.page
+share/help/eu/gthumb/filtering.page
+share/help/eu/gthumb/fullscreen.page
+share/help/eu/gthumb/gimp.page
+share/help/eu/gthumb/import.page
+share/help/eu/gthumb/index.page
+share/help/eu/gthumb/introduction.page
+share/help/eu/gthumb/legal.xml
+share/help/eu/gthumb/printing.page
+share/help/eu/gthumb/rename-series.page
+share/help/eu/gthumb/sharing-disc.page
+share/help/eu/gthumb/sharing-social.page
+share/help/eu/gthumb/slideshow.page
+share/help/eu/gthumb/sorting.page
+share/help/eu/gthumb/strftime.page
+share/help/eu/gthumb/thumbnail-pane.page
+share/help/eu/gthumb/thumbnails.page
+share/help/eu/gthumb/viewer.page
+share/help/eu/gthumb/wallpaper.page
+share/help/fr/gthumb/attributes.page
+share/help/fr/gthumb/batch-change-date.page
+share/help/fr/gthumb/batch-convert-format.page
+share/help/fr/gthumb/batch-resize.page
+share/help/fr/gthumb/batch-rotate.page
+share/help/fr/gthumb/batch-scripts.page
+share/help/fr/gthumb/bookmarks.page
+share/help/fr/gthumb/browser.page
+share/help/fr/gthumb/edit-colors.page
+share/help/fr/gthumb/edit-redeye.page
+share/help/fr/gthumb/edit-resize-crop.page
+share/help/fr/gthumb/edit-rotate.page
+share/help/fr/gthumb/edit-save-undo-redo.page
+share/help/fr/gthumb/extensions.page
+share/help/fr/gthumb/figures/general-filter.png
+share/help/fr/gthumb/figures/import-pref-auto-folder.png
+share/help/fr/gthumb/figures/import-pref-custom-format.png
+share/help/fr/gthumb/figures/import.png
+share/help/fr/gthumb/figures/main-win.png
+share/help/fr/gthumb/figures/palette.png
+share/help/fr/gthumb/figures/specific-filter.png
+share/help/fr/gthumb/figures/thumbnail-pane.png
+share/help/fr/gthumb/file-copy-move.page
+share/help/fr/gthumb/filtering.page
+share/help/fr/gthumb/fullscreen.page
+share/help/fr/gthumb/gimp.page
+share/help/fr/gthumb/import.page
+share/help/fr/gthumb/index.page
+share/help/fr/gthumb/introduction.page
+share/help/fr/gthumb/legal.xml
+share/help/fr/gthumb/printing.page
+share/help/fr/gthumb/rename-series.page
+share/help/fr/gthumb/sharing-disc.page
+share/help/fr/gthumb/sharing-social.page
+share/help/fr/gthumb/slideshow.page
+share/help/fr/gthumb/sorting.page
+share/help/fr/gthumb/strftime.page
+share/help/fr/gthumb/thumbnail-pane.page
+share/help/fr/gthumb/thumbnails.page
+share/help/fr/gthumb/viewer.page
+share/help/fr/gthumb/wallpaper.page
+share/help/hu/gthumb/attributes.page
+share/help/hu/gthumb/batch-change-date.page
+share/help/hu/gthumb/batch-convert-format.page
+share/help/hu/gthumb/batch-resize.page
+share/help/hu/gthumb/batch-rotate.page
+share/help/hu/gthumb/batch-scripts.page
+share/help/hu/gthumb/bookmarks.page
+share/help/hu/gthumb/browser.page
+share/help/hu/gthumb/edit-colors.page
+share/help/hu/gthumb/edit-redeye.page
+share/help/hu/gthumb/edit-resize-crop.page
+share/help/hu/gthumb/edit-rotate.page
+share/help/hu/gthumb/edit-save-undo-redo.page
+share/help/hu/gthumb/extensions.page
+share/help/hu/gthumb/figures/general-filter.png
+share/help/hu/gthumb/figures/import-pref-auto-folder.png
+share/help/hu/gthumb/figures/import-pref-custom-format.png
+share/help/hu/gthumb/figures/import.png
+share/help/hu/gthumb/figures/main-win.png
+share/help/hu/gthumb/figures/palette.png
+share/help/hu/gthumb/figures/specific-filter.png
+share/help/hu/gthumb/figures/thumbnail-pane.png
+share/help/hu/gthumb/file-copy-move.page
+share/help/hu/gthumb/filtering.page
+share/help/hu/gthumb/fullscreen.page
+share/help/hu/gthumb/gimp.page
+share/help/hu/gthumb/import.page
+share/help/hu/gthumb/index.page
+share/help/hu/gthumb/introduction.page
+share/help/hu/gthumb/legal.xml
+share/help/hu/gthumb/printing.page
+share/help/hu/gthumb/rename-series.page
+share/help/hu/gthumb/sharing-disc.page
+share/help/hu/gthumb/sharing-social.page
+share/help/hu/gthumb/slideshow.page
+share/help/hu/gthumb/sorting.page
+share/help/hu/gthumb/strftime.page
+share/help/hu/gthumb/thumbnail-pane.page
+share/help/hu/gthumb/thumbnails.page
+share/help/hu/gthumb/viewer.page
+share/help/hu/gthumb/wallpaper.page
+share/help/id/gthumb/attributes.page
+share/help/id/gthumb/batch-change-date.page
+share/help/id/gthumb/batch-convert-format.page
+share/help/id/gthumb/batch-resize.page
+share/help/id/gthumb/batch-rotate.page
+share/help/id/gthumb/batch-scripts.page
+share/help/id/gthumb/bookmarks.page
+share/help/id/gthumb/browser.page
+share/help/id/gthumb/edit-colors.page
+share/help/id/gthumb/edit-redeye.page
+share/help/id/gthumb/edit-resize-crop.page
+share/help/id/gthumb/edit-rotate.page
+share/help/id/gthumb/edit-save-undo-redo.page
+share/help/id/gthumb/extensions.page
+share/help/id/gthumb/figures/general-filter.png
+share/help/id/gthumb/figures/import-pref-auto-folder.png
+share/help/id/gthumb/figures/import-pref-custom-format.png
+share/help/id/gthumb/figures/import.png
+share/help/id/gthumb/figures/main-win.png
+share/help/id/gthumb/figures/palette.png
+share/help/id/gthumb/figures/specific-filter.png
+share/help/id/gthumb/figures/thumbnail-pane.png
+share/help/id/gthumb/file-copy-move.page
+share/help/id/gthumb/filtering.page
+share/help/id/gthumb/fullscreen.page
+share/help/id/gthumb/gimp.page
+share/help/id/gthumb/import.page
+share/help/id/gthumb/index.page
+share/help/id/gthumb/introduction.page
+share/help/id/gthumb/legal.xml
+share/help/id/gthumb/printing.page
+share/help/id/gthumb/rename-series.page
+share/help/id/gthumb/sharing-disc.page
+share/help/id/gthumb/sharing-social.page
+share/help/id/gthumb/slideshow.page
+share/help/id/gthumb/sorting.page
+share/help/id/gthumb/strftime.page
+share/help/id/gthumb/thumbnail-pane.page
+share/help/id/gthumb/thumbnails.page
+share/help/id/gthumb/viewer.page
+share/help/id/gthumb/wallpaper.page
+share/help/nl/gthumb/attributes.page
+share/help/nl/gthumb/batch-change-date.page
+share/help/nl/gthumb/batch-convert-format.page
+share/help/nl/gthumb/batch-resize.page
+share/help/nl/gthumb/batch-rotate.page
+share/help/nl/gthumb/batch-scripts.page
+share/help/nl/gthumb/bookmarks.page
+share/help/nl/gthumb/browser.page
+share/help/nl/gthumb/edit-colors.page
+share/help/nl/gthumb/edit-redeye.page
+share/help/nl/gthumb/edit-resize-crop.page
+share/help/nl/gthumb/edit-rotate.page
+share/help/nl/gthumb/edit-save-undo-redo.page
+share/help/nl/gthumb/extensions.page
+share/help/nl/gthumb/figures/general-filter.png
+share/help/nl/gthumb/figures/import-pref-auto-folder.png
+share/help/nl/gthumb/figures/import-pref-custom-format.png
+share/help/nl/gthumb/figures/import.png
+share/help/nl/gthumb/figures/main-win.png
+share/help/nl/gthumb/figures/palette.png
+share/help/nl/gthumb/figures/specific-filter.png
+share/help/nl/gthumb/figures/thumbnail-pane.png
+share/help/nl/gthumb/file-copy-move.page
+share/help/nl/gthumb/filtering.page
+share/help/nl/gthumb/fullscreen.page
+share/help/nl/gthumb/gimp.page
+share/help/nl/gthumb/import.page
+share/help/nl/gthumb/index.page
+share/help/nl/gthumb/introduction.page
+share/help/nl/gthumb/legal.xml
+share/help/nl/gthumb/printing.page
+share/help/nl/gthumb/rename-series.page
+share/help/nl/gthumb/sharing-disc.page
+share/help/nl/gthumb/sharing-social.page
+share/help/nl/gthumb/slideshow.page
+share/help/nl/gthumb/sorting.page
+share/help/nl/gthumb/strftime.page
+share/help/nl/gthumb/thumbnail-pane.page
+share/help/nl/gthumb/thumbnails.page
+share/help/nl/gthumb/viewer.page
+share/help/nl/gthumb/wallpaper.page
+share/help/oc/gthumb/attributes.page
+share/help/oc/gthumb/batch-change-date.page
+share/help/oc/gthumb/batch-convert-format.page
+share/help/oc/gthumb/batch-resize.page
+share/help/oc/gthumb/batch-rotate.page
+share/help/oc/gthumb/batch-scripts.page
+share/help/oc/gthumb/bookmarks.page
+share/help/oc/gthumb/browser.page
+share/help/oc/gthumb/edit-colors.page
+share/help/oc/gthumb/edit-redeye.page
+share/help/oc/gthumb/edit-resize-crop.page
+share/help/oc/gthumb/edit-rotate.page
+share/help/oc/gthumb/edit-save-undo-redo.page
+share/help/oc/gthumb/extensions.page
+share/help/oc/gthumb/figures/general-filter.png
+share/help/oc/gthumb/figures/import-pref-auto-folder.png
+share/help/oc/gthumb/figures/import-pref-custom-format.png
+share/help/oc/gthumb/figures/import.png
+share/help/oc/gthumb/figures/main-win.png
+share/help/oc/gthumb/figures/palette.png
+share/help/oc/gthumb/figures/specific-filter.png
+share/help/oc/gthumb/figures/thumbnail-pane.png
+share/help/oc/gthumb/file-copy-move.page
+share/help/oc/gthumb/filtering.page
+share/help/oc/gthumb/fullscreen.page
+share/help/oc/gthumb/gimp.page
+share/help/oc/gthumb/import.page
+share/help/oc/gthumb/index.page
+share/help/oc/gthumb/introduction.page
+share/help/oc/gthumb/legal.xml
+share/help/oc/gthumb/printing.page
+share/help/oc/gthumb/rename-series.page
+share/help/oc/gthumb/sharing-disc.page
+share/help/oc/gthumb/sharing-social.page
+share/help/oc/gthumb/slideshow.page
+share/help/oc/gthumb/sorting.page
+share/help/oc/gthumb/strftime.page
+share/help/oc/gthumb/thumbnail-pane.page
+share/help/oc/gthumb/thumbnails.page
+share/help/oc/gthumb/viewer.page
+share/help/oc/gthumb/wallpaper.page
+share/help/sl/gthumb/attributes.page
+share/help/sl/gthumb/batch-change-date.page
+share/help/sl/gthumb/batch-convert-format.page
+share/help/sl/gthumb/batch-resize.page
+share/help/sl/gthumb/batch-rotate.page
+share/help/sl/gthumb/batch-scripts.page
+share/help/sl/gthumb/bookmarks.page
+share/help/sl/gthumb/browser.page
+share/help/sl/gthumb/edit-colors.page
+share/help/sl/gthumb/edit-redeye.page
+share/help/sl/gthumb/edit-resize-crop.page
+share/help/sl/gthumb/edit-rotate.page
+share/help/sl/gthumb/edit-save-undo-redo.page
+share/help/sl/gthumb/extensions.page
+share/help/sl/gthumb/figures/general-filter.png
+share/help/sl/gthumb/figures/import-pref-auto-folder.png
+share/help/sl/gthumb/figures/import-pref-custom-format.png
+share/help/sl/gthumb/figures/import.png
+share/help/sl/gthumb/figures/main-win.png
+share/help/sl/gthumb/figures/palette.png
+share/help/sl/gthumb/figures/specific-filter.png
+share/help/sl/gthumb/figures/thumbnail-pane.png
+share/help/sl/gthumb/file-copy-move.page
+share/help/sl/gthumb/filtering.page
+share/help/sl/gthumb/fullscreen.page
+share/help/sl/gthumb/gimp.page
+share/help/sl/gthumb/import.page
+share/help/sl/gthumb/index.page
+share/help/sl/gthumb/introduction.page
+share/help/sl/gthumb/legal.xml
+share/help/sl/gthumb/printing.page
+share/help/sl/gthumb/rename-series.page
+share/help/sl/gthumb/sharing-disc.page
+share/help/sl/gthumb/sharing-social.page
+share/help/sl/gthumb/slideshow.page
+share/help/sl/gthumb/sorting.page
+share/help/sl/gthumb/strftime.page
+share/help/sl/gthumb/thumbnail-pane.page
+share/help/sl/gthumb/thumbnails.page
+share/help/sl/gthumb/viewer.page
+share/help/sl/gthumb/wallpaper.page
+share/help/sv/gthumb/attributes.page
+share/help/sv/gthumb/batch-change-date.page
+share/help/sv/gthumb/batch-convert-format.page
+share/help/sv/gthumb/batch-resize.page
+share/help/sv/gthumb/batch-rotate.page
+share/help/sv/gthumb/batch-scripts.page
+share/help/sv/gthumb/bookmarks.page
+share/help/sv/gthumb/browser.page
+share/help/sv/gthumb/edit-colors.page
+share/help/sv/gthumb/edit-redeye.page
+share/help/sv/gthumb/edit-resize-crop.page
+share/help/sv/gthumb/edit-rotate.page
+share/help/sv/gthumb/edit-save-undo-redo.page
+share/help/sv/gthumb/extensions.page
+share/help/sv/gthumb/figures/general-filter.png
+share/help/sv/gthumb/figures/import-pref-auto-folder.png
+share/help/sv/gthumb/figures/import-pref-custom-format.png
+share/help/sv/gthumb/figures/import.png
+share/help/sv/gthumb/figures/main-win.png
+share/help/sv/gthumb/figures/palette.png
+share/help/sv/gthumb/figures/specific-filter.png
+share/help/sv/gthumb/figures/thumbnail-pane.png
+share/help/sv/gthumb/file-copy-move.page
+share/help/sv/gthumb/filtering.page
+share/help/sv/gthumb/fullscreen.page
+share/help/sv/gthumb/gimp.page
+share/help/sv/gthumb/import.page
+share/help/sv/gthumb/index.page
+share/help/sv/gthumb/introduction.page
+share/help/sv/gthumb/legal.xml
+share/help/sv/gthumb/printing.page
+share/help/sv/gthumb/rename-series.page
+share/help/sv/gthumb/sharing-disc.page
+share/help/sv/gthumb/sharing-social.page
+share/help/sv/gthumb/slideshow.page
+share/help/sv/gthumb/sorting.page
+share/help/sv/gthumb/strftime.page
+share/help/sv/gthumb/thumbnail-pane.page
+share/help/sv/gthumb/thumbnails.page
+share/help/sv/gthumb/viewer.page
+share/help/sv/gthumb/wallpaper.page
+share/help/uk/gthumb/attributes.page
+share/help/uk/gthumb/batch-change-date.page
+share/help/uk/gthumb/batch-convert-format.page
+share/help/uk/gthumb/batch-resize.page
+share/help/uk/gthumb/batch-rotate.page
+share/help/uk/gthumb/batch-scripts.page
+share/help/uk/gthumb/bookmarks.page
+share/help/uk/gthumb/browser.page
+share/help/uk/gthumb/edit-colors.page
+share/help/uk/gthumb/edit-redeye.page
+share/help/uk/gthumb/edit-resize-crop.page
+share/help/uk/gthumb/edit-rotate.page
+share/help/uk/gthumb/edit-save-undo-redo.page
+share/help/uk/gthumb/extensions.page
+share/help/uk/gthumb/figures/general-filter.png
+share/help/uk/gthumb/figures/import-pref-auto-folder.png
+share/help/uk/gthumb/figures/import-pref-custom-format.png
+share/help/uk/gthumb/figures/import.png
+share/help/uk/gthumb/figures/main-win.png
+share/help/uk/gthumb/figures/palette.png
+share/help/uk/gthumb/figures/specific-filter.png
+share/help/uk/gthumb/figures/thumbnail-pane.png
+share/help/uk/gthumb/file-copy-move.page
+share/help/uk/gthumb/filtering.page
+share/help/uk/gthumb/fullscreen.page
+share/help/uk/gthumb/gimp.page
+share/help/uk/gthumb/import.page
+share/help/uk/gthumb/index.page
+share/help/uk/gthumb/introduction.page
+share/help/uk/gthumb/legal.xml
+share/help/uk/gthumb/printing.page
+share/help/uk/gthumb/rename-series.page
+share/help/uk/gthumb/sharing-disc.page
+share/help/uk/gthumb/sharing-social.page
+share/help/uk/gthumb/slideshow.page
+share/help/uk/gthumb/sorting.page
+share/help/uk/gthumb/strftime.page
+share/help/uk/gthumb/thumbnail-pane.page
+share/help/uk/gthumb/thumbnails.page
+share/help/uk/gthumb/viewer.page
+share/help/uk/gthumb/wallpaper.page
+share/help/zh_CN/gthumb/attributes.page
+share/help/zh_CN/gthumb/batch-change-date.page
+share/help/zh_CN/gthumb/batch-convert-format.page
+share/help/zh_CN/gthumb/batch-resize.page
+share/help/zh_CN/gthumb/batch-rotate.page
+share/help/zh_CN/gthumb/batch-scripts.page
+share/help/zh_CN/gthumb/bookmarks.page
+share/help/zh_CN/gthumb/browser.page
+share/help/zh_CN/gthumb/edit-colors.page
+share/help/zh_CN/gthumb/edit-redeye.page
+share/help/zh_CN/gthumb/edit-resize-crop.page
+share/help/zh_CN/gthumb/edit-rotate.page
+share/help/zh_CN/gthumb/edit-save-undo-redo.page
+share/help/zh_CN/gthumb/extensions.page
+share/help/zh_CN/gthumb/figures/general-filter.png
+share/help/zh_CN/gthumb/figures/import-pref-auto-folder.png
+share/help/zh_CN/gthumb/figures/import-pref-custom-format.png
+share/help/zh_CN/gthumb/figures/import.png
+share/help/zh_CN/gthumb/figures/main-win.png
+share/help/zh_CN/gthumb/figures/palette.png
+share/help/zh_CN/gthumb/figures/specific-filter.png
+share/help/zh_CN/gthumb/figures/thumbnail-pane.png
+share/help/zh_CN/gthumb/file-copy-move.page
+share/help/zh_CN/gthumb/filtering.page
+share/help/zh_CN/gthumb/fullscreen.page
+share/help/zh_CN/gthumb/gimp.page
+share/help/zh_CN/gthumb/import.page
+share/help/zh_CN/gthumb/index.page
+share/help/zh_CN/gthumb/introduction.page
+share/help/zh_CN/gthumb/legal.xml
+share/help/zh_CN/gthumb/printing.page
+share/help/zh_CN/gthumb/rename-series.page
+share/help/zh_CN/gthumb/sharing-disc.page
+share/help/zh_CN/gthumb/sharing-social.page
+share/help/zh_CN/gthumb/slideshow.page
+share/help/zh_CN/gthumb/sorting.page
+share/help/zh_CN/gthumb/strftime.page
+share/help/zh_CN/gthumb/thumbnail-pane.page
+share/help/zh_CN/gthumb/thumbnails.page
+share/help/zh_CN/gthumb/viewer.page
+share/help/zh_CN/gthumb/wallpaper.page
+share/icons/hicolor/16x16/apps/org.gnome.gThumb-symbolic.svg
+share/icons/hicolor/16x16/apps/org.gnome.gThumb.png
+share/icons/hicolor/256x256/apps/org.gnome.gThumb.png
+share/icons/hicolor/scalable/apps/org.gnome.gThumb.svg
 share/locale/am/LC_MESSAGES/gthumb.mo
 share/locale/ar/LC_MESSAGES/gthumb.mo
 share/locale/az/LC_MESSAGES/gthumb.mo
-share/locale/be/LC_MESSAGES/gthumb.mo
 share/locale/bg/LC_MESSAGES/gthumb.mo
+share/locale/bs/LC_MESSAGES/gthumb.mo
 share/locale/ca/LC_MESSAGES/gthumb.mo
 share/locale/ca@valencia/LC_MESSAGES/gthumb.mo
 share/locale/cs/LC_MESSAGES/gthumb.mo
@@ -823,6 +1063,7 @@ share/locale/hi/LC_MESSAGES/gthumb.mo
 share/locale/hr/LC_MESSAGES/gthumb.mo
 share/locale/hu/LC_MESSAGES/gthumb.mo
 share/locale/id/LC_MESSAGES/gthumb.mo
+share/locale/is/LC_MESSAGES/gthumb.mo
 share/locale/it/LC_MESSAGES/gthumb.mo
 share/locale/ja/LC_MESSAGES/gthumb.mo
 share/locale/kn/LC_MESSAGES/gthumb.mo
@@ -850,7 +1091,7 @@ share/locale/sk/LC_MESSAGES/gthumb.mo
 share/locale/sl/LC_MESSAGES/gthumb.mo
 share/locale/sq/LC_MESSAGES/gthumb.mo
 share/locale/sr/LC_MESSAGES/gthumb.mo
-share/locale/sr@Latn/LC_MESSAGES/gthumb.mo
+share/locale/sr@latin/LC_MESSAGES/gthumb.mo
 share/locale/sv/LC_MESSAGES/gthumb.mo
 share/locale/th/LC_MESSAGES/gthumb.mo
 share/locale/tr/LC_MESSAGES/gthumb.mo

Index: pkgsrc/graphics/gthumb/distinfo
diff -u pkgsrc/graphics/gthumb/distinfo:1.33 pkgsrc/graphics/gthumb/distinfo:1.34
--- pkgsrc/graphics/gthumb/distinfo:1.33        Tue Oct 26 10:46:17 2021
+++ pkgsrc/graphics/gthumb/distinfo     Wed Jul 19 06:58:04 2023
@@ -1,13 +1,6 @@
-$NetBSD: distinfo,v 1.33 2021/10/26 10:46:17 nia Exp $
+$NetBSD: distinfo,v 1.34 2023/07/19 06:58:04 wiz Exp $
 
-BLAKE2s (gthumb-2.14.4.tar.xz) = 91c06a5eb8ffe059d6c10542d281795ec99529ca3d77061f3e6ac99b77db90de
-SHA512 (gthumb-2.14.4.tar.xz) = 0423b5beb2a317f7e585c1f8bb32d3873accd61e9ff5e7356b3dc968b39d2613d2d97eeb4fdb39220094f67dfccbfb5d30f2fa4d5d5720056de86181453076c9
-Size (gthumb-2.14.4.tar.xz) = 5721384 bytes
-SHA1 (patch-ab) = 25d44a6312d372da08c9428dff7f4ec39f0d0d30
-SHA1 (patch-ac) = 8e28e914f6d72c83069ba5577f5d51d55e321d58
-SHA1 (patch-ad) = 12a530d10726d5ec07bba4cd8a7a42da6cff4303
-SHA1 (patch-ae) = 2ce0608493b3a261a0c0b5a67932173081837522
-SHA1 (patch-af) = 55ce1101c8e06f6341934c474772d3bac7680046
-SHA1 (patch-ag) = cb1fe9401d9ea3a89ce797465c548b01f99db129
-SHA1 (patch-ah) = d6ebd939dda6459a1dd20b4e7921ada2c9f6fdd2
-SHA1 (patch-extensions_exiv2__tools_exiv2-utils.cpp) = cf67e3993ba51b2a6e3f9627f1b4d8cdcfe06621
+BLAKE2s (gthumb-3.12.2.tar.xz) = ab728ca22b7a5473ba489e9edc501966887b25842e0c0303d1128a0a856e266e
+SHA512 (gthumb-3.12.2.tar.xz) = 5304b5cfefa4ced6a244db5a6e2880dad4f5a598654c9ea6c7707ddc0a766bdfa108f827a74e400168dbc338e35db519fffb7ac7382e0ee564771d56af3ac97c
+Size (gthumb-3.12.2.tar.xz) = 7585700 bytes
+SHA1 (patch-extensions_exiv2__tools_exiv2-utils.cpp) = 985a3a6d4025b48a6a42faca6e51485c3ceed5a6

Index: pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp
diff -u pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp:1.1 pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp:1.2
--- pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp:1.1    Sat Dec 21 23:43:26 2019
+++ pkgsrc/graphics/gthumb/patches/patch-extensions_exiv2__tools_exiv2-utils.cpp        Wed Jul 19 06:58:04 2023
@@ -1,23 +1,366 @@
-$NetBSD: patch-extensions_exiv2__tools_exiv2-utils.cpp,v 1.1 2019/12/21 23:43:26 joerg Exp $
+$NetBSD: patch-extensions_exiv2__tools_exiv2-utils.cpp,v 1.2 2023/07/19 06:58:04 wiz Exp $
 
---- extensions/exiv2_tools/exiv2-utils.cpp.orig        2019-12-21 22:44:56.297630474 +0000
+Fix build with exiv2 0.28.
+https://gitlab.gnome.org/GNOME/gthumb/-/commit/3376550ae109286de09ce5f89e05060eb80230a7
+
+--- extensions/exiv2_tools/exiv2-utils.cpp.orig        2022-04-03 18:38:59.000000000 +0000
 +++ extensions/exiv2_tools/exiv2-utils.cpp
-@@ -33,7 +33,8 @@
- #include <sstream>
- #include <vector>
- #include <iomanip>
--#include <exiv2/xmp.hpp>
-+#include <exiv2/xmp_exiv2.hpp>
-+#include <exiv2/version.hpp>
- #include <gthumb.h>
- #include "exiv2-utils.h"
+@@ -740,7 +740,11 @@ get_exif_default_category (const Exiv2::
+ 
+ 
+ static void
++#if EXIV2_TEST_VERSION(0,28,0)
++exiv2_read_metadata (Exiv2::Image::UniquePtr  image,
++#else
+ exiv2_read_metadata (Exiv2::Image::AutoPtr  image,
++#endif
+                    GFileInfo             *info,
+                    gboolean               update_general_attributes)
+ {
+@@ -875,7 +879,11 @@ exiv2_read_metadata_from_file (GFile    
+                       return FALSE;
+               }
  
-@@ -898,7 +899,7 @@ dump_exif_data (Exiv2::ExifData &exifDat
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(path);
++#else
+               Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(path);
++#endif
+               g_free (path);
  
+               if (image.get() == 0) {
+@@ -885,9 +893,17 @@ exiv2_read_metadata_from_file (GFile    
+               }
+               // Set the log level to only show errors (and suppress warnings, informational and debug messages)
+               Exiv2::LogMsg::setLevel(Exiv2::LogMsg::error);
++#if EXIV2_TEST_VERSION(0,28,0)
++              exiv2_read_metadata (std::move(image), info, update_general_attributes);
++#else
+               exiv2_read_metadata (image, info, update_general_attributes);
++#endif
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               if (error != NULL)
+                       *error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_FAILED, e.what());
+               return FALSE;
+@@ -906,7 +922,11 @@ exiv2_read_metadata_from_buffer (void   
+                                GError    **error)
+ {
        try {
-               if (exifData.empty()) {
--                      throw Exiv2::Error(1, " No Exif data found in the file");
-+                      throw Exiv2::Error(Exiv2::kerGeneralError, " No Exif data found in the file");
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) buffer, buffer_size);
++#else
+               Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) buffer, buffer_size);
++#endif
+ 
+               if (image.get() == 0) {
+                       if (error != NULL)
+@@ -914,9 +934,17 @@ exiv2_read_metadata_from_buffer (void   
+                       return FALSE;
+               }
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              exiv2_read_metadata (std::move(image), info, update_general_attributes);
++#else
+               exiv2_read_metadata (image, info, update_general_attributes);
++#endif
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               if (error != NULL)
+                       *error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_FAILED, e.what());
+               return FALSE;
+@@ -965,7 +993,11 @@ exiv2_read_sidecar (GFile     *file,
+               g_free (path);
+ 
+               std::string xmpPacket;
++#if EXIV2_TEST_VERSION(0,28,0)
++              xmpPacket.assign(reinterpret_cast<char*>(buf.data()), buf.size());
++#else
+               xmpPacket.assign(reinterpret_cast<char*>(buf.pData_), buf.size_);
++#endif
+               Exiv2::XmpData xmpData;
+ 
+               if (0 != Exiv2::XmpParser::decode(xmpData, xmpPacket))
+@@ -1011,7 +1043,11 @@ exiv2_read_sidecar (GFile     *file,
+ 
+               set_attributes_from_tagsets (info, update_general_attributes);
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               std::cerr << "Caught Exiv2 exception '" << e << "'\n";
+               return FALSE;
+       }
+@@ -1111,7 +1147,11 @@ dump_exif_data (Exiv2::ExifData &exifDat
+ 
+ 
+ static Exiv2::DataBuf
++#if EXIV2_TEST_VERSION(0,28,0)
++exiv2_write_metadata_private (Exiv2::Image::UniquePtr  image,
++#else
+ exiv2_write_metadata_private (Exiv2::Image::AutoPtr  image,
++#endif
+                             GFileInfo             *info,
+                             GthImage              *image_data)
+ {
+@@ -1148,13 +1188,21 @@ exiv2_write_metadata_private (Exiv2::Ima
+                       const char *value_type = gth_main_get_metadata_type (metadatum, attributes[i]);
+ 
+                       if ((raw_value != NULL) && (strcmp (raw_value, "") != 0) && (value_type != NULL)) {
++#if EXIV2_TEST_VERSION(0,28,0)
++                              Exiv2::Value::UniquePtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#else
+                               Exiv2::Value::AutoPtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#endif
+                               value->read (raw_value);
+                               Exiv2::ExifKey exif_key(key);
+                               ed.add (exif_key, value.get());
+                       }
+               }
++#if EXIV2_TEST_VERSION(0,28,0)
++              catch (Exiv2::Error& e) {
++#else
+               catch (Exiv2::AnyError& e) {
++#endif
+                       /* we don't care about invalid key errors */
+                       g_warning ("%s", e.what());
+               }
+@@ -1270,7 +1318,11 @@ exiv2_write_metadata_private (Exiv2::Ima
+                       value_type = gth_main_get_metadata_type (metadatum, attributes[i]);
+                       if (value_type != NULL) {
+                               /* See the exif data code above for an explanation. */
++#if EXIV2_TEST_VERSION(0,28,0)
++                              Exiv2::Value::UniquePtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#else
+                               Exiv2::Value::AutoPtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#endif
+                               Exiv2::IptcKey iptc_key(key);
+ 
+                               const char *raw_value;
+@@ -1296,7 +1348,11 @@ exiv2_write_metadata_private (Exiv2::Ima
+                               }
+                       }
                }
-               Exiv2::ExifData::const_iterator end = exifData.end();
-               for (Exiv2::ExifData::const_iterator i = exifData.begin(); i != end; ++i) {
++#if EXIV2_TEST_VERSION(0,28,0)
++              catch (Exiv2::Error& e) {
++#else
+               catch (Exiv2::AnyError& e) {
++#endif
+                       /* we don't care about invalid key errors */
+                       g_warning ("%s", e.what());
+               }
+@@ -1320,7 +1376,11 @@ exiv2_write_metadata_private (Exiv2::Ima
+                       value_type = gth_main_get_metadata_type (metadatum, attributes[i]);
+                       if (value_type != NULL) {
+                               /* See the exif data code above for an explanation. */
++#if EXIV2_TEST_VERSION(0,28,0)
++                              Exiv2::Value::UniquePtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#else
+                               Exiv2::Value::AutoPtr value = Exiv2::Value::create (Exiv2::TypeInfo::typeId (value_type));
++#endif
+                               Exiv2::XmpKey xmp_key(key);
+ 
+                               const char *raw_value;
+@@ -1346,7 +1406,11 @@ exiv2_write_metadata_private (Exiv2::Ima
+                               }
+                       }
+               }
++#if EXIV2_TEST_VERSION(0,28,0)
++              catch (Exiv2::Error& e) {
++#else
+               catch (Exiv2::AnyError& e) {
++#endif
+                       /* we don't care about invalid key errors */
+                       g_warning ("%s", e.what());
+               }
+@@ -1362,7 +1426,11 @@ exiv2_write_metadata_private (Exiv2::Ima
+               image->setXmpData(xd);
+               image->writeMetadata();
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               g_warning ("%s", e.what());
+       }
+ 
+@@ -1389,16 +1457,33 @@ exiv2_write_metadata (GthImageSaveData *
+ {
+       if (exiv2_supports_writes (data->mime_type) && (data->file_data != NULL)) {
+               try {
++#if EXIV2_TEST_VERSION(0,28,0)
++                      Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) data->buffer, data->buffer_size);
++#else
+                       Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) data->buffer, data->buffer_size);
++#endif
+                       g_assert (image.get() != 0);
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++                      Exiv2::DataBuf buf = exiv2_write_metadata_private (std::move(image), data->file_data->info, data->image);
++#else
+                       Exiv2::DataBuf buf = exiv2_write_metadata_private (image, data->file_data->info, data->image);
++#endif
+ 
+                       g_free (data->buffer);
++#if EXIV2_TEST_VERSION(0,28,0)
++                      data->buffer = g_memdup (buf.data(), buf.size());
++                      data->buffer_size = buf.size();
++#else
+                       data->buffer = g_memdup (buf.pData_, buf.size_);
+                       data->buffer_size = buf.size_;
++#endif
+               }
++#if EXIV2_TEST_VERSION(0,28,0)
++              catch (Exiv2::Error& e) {
++#else
+               catch (Exiv2::AnyError& e) {
++#endif
+                       if (data->error != NULL)
+                               *data->error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_FAILED, e.what());
+                       g_warning ("%s\n", e.what());
+@@ -1419,16 +1504,33 @@ exiv2_write_metadata_to_buffer (void    
+                               GError    **error)
+ {
+       try {
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) *buffer, *buffer_size);
++#else
+               Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) *buffer, *buffer_size);
++#endif
+               g_assert (image.get() != 0);
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::DataBuf buf = exiv2_write_metadata_private (std::move(image), info, image_data);
++#else
+               Exiv2::DataBuf buf = exiv2_write_metadata_private (image, info, image_data);
++#endif
+ 
+               g_free (*buffer);
++#if EXIV2_TEST_VERSION(0,28,0)
++              *buffer = g_memdup (buf.data(), buf.size());
++              *buffer_size = buf.size();
++#else
+               *buffer = g_memdup (buf.pData_, buf.size_);
+               *buffer_size = buf.size_;
++#endif
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               if (error != NULL)
+                       *error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_FAILED, e.what());
+               return FALSE;
+@@ -1445,7 +1547,11 @@ exiv2_clear_metadata (void   **buffer,
+                     GError **error)
+ {
+       try {
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) *buffer, *buffer_size);
++#else
+               Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open ((Exiv2::byte*) *buffer, *buffer_size);
++#endif
+ 
+               if (image.get() == 0) {
+                       if (error != NULL)
+@@ -1457,7 +1563,11 @@ exiv2_clear_metadata (void   **buffer,
+                       image->clearMetadata();
+                       image->writeMetadata();
+               }
++#if EXIV2_TEST_VERSION(0,28,0)
++              catch (Exiv2::Error& e) {
++#else
+               catch (Exiv2::AnyError& e) {
++#endif
+                       g_warning ("%s", e.what());
+               }
+ 
+@@ -1466,10 +1576,19 @@ exiv2_clear_metadata (void   **buffer,
+               Exiv2::DataBuf buf = io.read(io.size());
+ 
+               g_free (*buffer);
++#if EXIV2_TEST_VERSION(0,28,0)
++              *buffer = g_memdup (buf.data(), buf.size());
++              *buffer_size = buf.size();
++#else
+               *buffer = g_memdup (buf.pData_, buf.size_);
+               *buffer_size = buf.size_;
++#endif
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+               if (error != NULL)
+                       *error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_FAILED, e.what());
+               return FALSE;
+@@ -1502,26 +1621,44 @@ exiv2_generate_thumbnail (const char *ur
+               if (path == NULL)
+                       return NULL;
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open (path);
++#else
+               Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open (path);
++#endif
+               image->readMetadata ();
+               Exiv2::ExifThumbC exifThumb (image->exifData ());
+               Exiv2::DataBuf thumb = exifThumb.copy ();
+ 
+               g_free (path);
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              if (thumb.data() == NULL)
++#else
+               if (thumb.pData_ == NULL)
++#endif
+                       return NULL;
+ 
+               Exiv2::ExifData &ed = image->exifData();
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              long orientation = (ed["Exif.Image.Orientation"].count() > 0) ? ed["Exif.Image.Orientation"].toUint32() : 1;
++              long image_width = (ed["Exif.Photo.PixelXDimension"].count() > 0) ? ed["Exif.Photo.PixelXDimension"].toUint32() : -1;
++              long image_height = (ed["Exif.Photo.PixelYDimension"].count() > 0) ? ed["Exif.Photo.PixelYDimension"].toUint32() : -1;
++#else
+               long orientation = (ed["Exif.Image.Orientation"].count() > 0) ? ed["Exif.Image.Orientation"].toLong() : 1;
+               long image_width = (ed["Exif.Photo.PixelXDimension"].count() > 0) ? ed["Exif.Photo.PixelXDimension"].toLong() : -1;
+               long image_height = (ed["Exif.Photo.PixelYDimension"].count() > 0) ? ed["Exif.Photo.PixelYDimension"].toLong() : -1;
++#endif
+ 
+               if ((orientation != 1) || (image_width <= 0) || (image_height <= 0))
+                       return NULL;
+ 
++#if EXIV2_TEST_VERSION(0,28,0)
++              GInputStream *stream = g_memory_input_stream_new_from_data (thumb.data(), thumb.size(), NULL);
++#else
+               GInputStream *stream = g_memory_input_stream_new_from_data (thumb.pData_, thumb.size_, NULL);
++#endif
+               pixbuf = gdk_pixbuf_new_from_stream (stream, NULL, NULL);
+               g_object_unref (stream);
+ 
+@@ -1575,7 +1712,11 @@ exiv2_generate_thumbnail (const char *ur
+               gdk_pixbuf_set_option (pixbuf, "orientation", orientation_s);
+               g_free (orientation_s);
+       }
++#if EXIV2_TEST_VERSION(0,28,0)
++      catch (Exiv2::Error& e) {
++#else
+       catch (Exiv2::AnyError& e) {
++#endif
+       }
+ 
+       return pixbuf;



Home | Main Index | Thread Index | Old Index