diff -ruN --exclude=CVS --exclude=work gthumb.orig/Makefile gthumb/Makefile --- gthumb.orig/Makefile 2010-01-05 17:54:17.000000000 +0100 +++ gthumb/Makefile 2010-01-05 22:15:21.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= gthumb -PORTVERSION= 2.10.11 -PORTREVISION= 1 +PORTVERSION= 2.11.1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,40 +14,40 @@ MAINTAINER= pav@FreeBSD.org COMMENT= An image viewer and browser for the GNOME 2 environment -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes USE_GETTEXT= yes +USE_XORG= sm USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui gnomedocutils +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes +WANT_GSTREAMER= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= gthumb.schemas -MAN1= gthumb.1 - -OPTIONS= GPHOTO2 "Support loading photos from digital cameras" On \ - IPTCDATA "Support for IPTC metadata" Off \ - OPENRAW "Support for camera RAW files" Off +GCONF_SCHEMAS= gthumb.schemas gthumb-image-viewer.schemas \ + gthumb-pixbuf-savers.schemas gthumb_image_print.schemas \ + gthumb_photo_importer.schemas gthumb_resize_images.schemas +#MAN1= gthumb.1 + +OPTIONS= EXIV2 "Support for Exif and Iptc metadata" On \ + OPENRAW "Support for camera RAW files" Off \ + GSTREAMER "Support for gstreamer" On \ + CLUTTER "Enable for slideshow plugin" On .include -.if !defined(WITHOUT_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -CONFIGURE_ARGS+=--enable-gphoto2 +.if defined(WITH_EXIV2) +LIB_DEPENDS+= exiv2.7:${PORTSDIR}/graphics/exiv2 +CONFIGURE_ARGS+= +PLIST_SUB+= EXIV2="" .else -CONFIGURE_ARGS+=--disable-gphoto2 -.endif - -.if defined(WITH_IPTCDATA) -LIB_DEPENDS+= iptcdata.3:${PORTSDIR}/graphics/libiptcdata -CONFIGURE_ARGS+=--enable-iptcdata -.else -CONFIGURE_ARGS+=--disable-iptcdata +CONFIGURE_ARGS+= +PLIST_SUB+= EXIV2="@comment " .endif .if defined(WITH_OPENRAW) @@ -58,4 +57,24 @@ CONFIGURE_ARGS+=--disable-libopenraw .endif +.if defined(WITH_GSTREAMER) +USE_GSTREAMER= yes +CONFIGURE_ARGS+=--enable-gstreamer +PLIST_SUB+= GSTREAMER="" +GCONF_SCHEMAS+= gthumb-gstreamer.schemas +.else +CONFIGURE_ARGS+=--disable-gstreamer +PLIST_SUB+= GSTREAMER="@comment " +.endif + +.if defined(WITH_CLUTTER) +LIB_DEPENDS+= clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk +CONFIGURE_ARGS+=--enable-clutter +GCONF_SCHEMAS+= gthumb-slideshow.schemas +PLIST_SUB+= CLUTTER="" +.else +CONFIGURE_ARGS+=--disable-clutter +PLIST_SUB+= CLUTTER="@comment " +.endif + .include diff -ruN --exclude=CVS --exclude=work gthumb.orig/distinfo gthumb/distinfo --- gthumb.orig/distinfo 2010-01-05 17:54:17.000000000 +0100 +++ gthumb/distinfo 2010-01-05 10:33:39.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (gnome2/gthumb-2.10.11.tar.bz2) = 498c583800a05593f7493e8f27991c7d -SHA256 (gnome2/gthumb-2.10.11.tar.bz2) = 68ac6835afdbe32cba09504b4d61ad4f5d98a97776bfb58698338add56eb520e -SIZE (gnome2/gthumb-2.10.11.tar.bz2) = 2839510 +MD5 (gnome2/gthumb-2.11.1.tar.bz2) = d680b44a013932ee3c187f39fd382602 +SHA256 (gnome2/gthumb-2.11.1.tar.bz2) = be5293b9abc9dde4e8dd5accbca979f46bb6423be8f7d017e9911e0f856d8091 +SIZE (gnome2/gthumb-2.11.1.tar.bz2) = 3177658 diff -ruN --exclude=CVS --exclude=work gthumb.orig/files/patch-gthumb_gthumb.h gthumb/files/patch-gthumb_gthumb.h --- gthumb.orig/files/patch-gthumb_gthumb.h 1970-01-01 01:00:00.000000000 +0100 +++ gthumb/files/patch-gthumb_gthumb.h 2010-01-05 11:18:19.000000000 +0100 @@ -0,0 +1,117 @@ +--- gthumb/gthumb.h.orig 2010-01-05 11:17:45.000000000 +0100 ++++ gthumb/gthumb.h 2010-01-05 11:17:37.000000000 +0100 +@@ -0,0 +1,114 @@ ++/* Do not edit. Autogenerated from src/gthumb.h.template */ ++ ++/* ++ * GThumb ++ * ++ * Copyright (C) 2009 The Free Software Foundation, Inc. ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation; either version 2 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program; if not, write to the Free Software ++ * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. ++ */ ++ ++#ifndef GTHUMB_H ++#define GTHUMB_H ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#endif /* GTHUMB_H */ diff -ruN --exclude=CVS --exclude=work gthumb.orig/files/patch-src-dlg-photo-importer.c gthumb/files/patch-src-dlg-photo-importer.c --- gthumb.orig/files/patch-src-dlg-photo-importer.c 2008-07-15 22:23:20.000000000 +0200 +++ gthumb/files/patch-src-dlg-photo-importer.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ ---- src/dlg-photo-importer.c.orig 2008-01-01 12:13:17.000000000 +0100 -+++ src/dlg-photo-importer.c 2008-07-15 22:02:41.000000000 +0200 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - #include - #include diff -ruN --exclude=CVS --exclude=work gthumb.orig/pkg-plist gthumb/pkg-plist --- gthumb.orig/pkg-plist 2010-01-05 17:54:17.000000000 +0100 +++ gthumb/pkg-plist 2010-01-05 22:16:07.000000000 +0100 @@ -1,112 +1,187 @@ bin/gthumb -lib/gthumb/modules/libduplicates.a -lib/gthumb/modules/libduplicates.la -lib/gthumb/modules/libduplicates.so -lib/gthumb/modules/libjpegtran.a -lib/gthumb/modules/libjpegtran.la -lib/gthumb/modules/libjpegtran.so -lib/gthumb/modules/libphotoimporter.a -lib/gthumb/modules/libphotoimporter.la -lib/gthumb/modules/libphotoimporter.so -lib/gthumb/modules/libpngexporter.a -lib/gthumb/modules/libpngexporter.la -lib/gthumb/modules/libpngexporter.so -lib/gthumb/modules/libsearch.a -lib/gthumb/modules/libsearch.la -lib/gthumb/modules/libsearch.so -lib/gthumb/modules/libwebexporter.a -lib/gthumb/modules/libwebexporter.la -lib/gthumb/modules/libwebexporter.so -lib/libgthumb.a -lib/libgthumb.la -lib/libgthumb.so -libdata/bonobo/servers/GNOME_GThumb.server -share/applications/gthumb.desktop +include/gthumb-2.0/gthumb.h +include/gthumb-2.0/gthumb/dom.h +include/gthumb-2.0/gthumb/egg-macros.h +include/gthumb-2.0/gthumb/eggfileformatchooser.h +include/gthumb-2.0/gthumb/gconf-utils.h +include/gthumb-2.0/gthumb/gedit-message-area.h +include/gthumb-2.0/gthumb/gio-utils.h +include/gthumb-2.0/gthumb/glib-utils.h +include/gthumb-2.0/gthumb/gnome-desktop-thumbnail.h +include/gthumb-2.0/gthumb/gth-async-task.h +include/gthumb-2.0/gthumb/gth-browser.h +include/gthumb-2.0/gthumb/gth-buffer-data.h +include/gthumb-2.0/gthumb/gth-cell-renderer-thumbnail.h +include/gthumb-2.0/gthumb/gth-cursors.h +include/gthumb-2.0/gthumb/gth-dumb-notebook.h +include/gthumb-2.0/gthumb/gth-duplicable.h +include/gthumb-2.0/gthumb/gth-embedded-dialog.h +include/gthumb-2.0/gthumb/gth-empty-list.h +include/gthumb-2.0/gthumb/gth-error.h +include/gthumb-2.0/gthumb/gth-extensions.h +include/gthumb-2.0/gthumb/gth-file-chooser-dialog.h +include/gthumb-2.0/gthumb/gth-file-data.h +include/gthumb-2.0/gthumb/gth-file-list.h +include/gthumb-2.0/gthumb/gth-file-properties.h +include/gthumb-2.0/gthumb/gth-file-selection.h +include/gthumb-2.0/gthumb/gth-file-source-vfs.h +include/gthumb-2.0/gthumb/gth-file-source.h +include/gthumb-2.0/gthumb/gth-file-store.h +include/gthumb-2.0/gthumb/gth-file-tool.h +include/gthumb-2.0/gthumb/gth-file-view.h +include/gthumb-2.0/gthumb/gth-filter-editor-dialog.h +include/gthumb-2.0/gthumb/gth-filter-file.h +include/gthumb-2.0/gthumb/gth-filter.h +include/gthumb-2.0/gthumb/gth-filterbar.h +include/gthumb-2.0/gthumb/gth-folder-tree.h +include/gthumb-2.0/gthumb/gth-histogram-view.h +include/gthumb-2.0/gthumb/gth-histogram.h +include/gthumb-2.0/gthumb/gth-hook.h +include/gthumb-2.0/gthumb/gth-icon-cache.h +include/gthumb-2.0/gthumb/gth-icon-view.h +include/gthumb-2.0/gthumb/gth-image-dragger.h +include/gthumb-2.0/gthumb/gth-image-history.h +include/gthumb-2.0/gthumb/gth-image-loader.h +include/gthumb-2.0/gthumb/gth-image-preloader.h +include/gthumb-2.0/gthumb/gth-image-selector.h +include/gthumb-2.0/gthumb/gth-image-viewer-tool.h +include/gthumb-2.0/gthumb/gth-image-viewer.h +include/gthumb-2.0/gthumb/gth-location-chooser.h +include/gthumb-2.0/gthumb/gth-main.h +include/gthumb-2.0/gthumb/gth-metadata-chooser.h +include/gthumb-2.0/gthumb/gth-metadata-provider.h +include/gthumb-2.0/gthumb/gth-metadata.h +include/gthumb-2.0/gthumb/gth-monitor.h +include/gthumb-2.0/gthumb/gth-multipage.h +include/gthumb-2.0/gthumb/gth-nav-window.h +include/gthumb-2.0/gthumb/gth-overwrite-dialog.h +include/gthumb-2.0/gthumb/gth-pixbuf-list-task.h +include/gthumb-2.0/gthumb/gth-pixbuf-saver.h +include/gthumb-2.0/gthumb/gth-pixbuf-task.h +include/gthumb-2.0/gthumb/gth-preferences.h +include/gthumb-2.0/gthumb/gth-progress-dialog.h +include/gthumb-2.0/gthumb/gth-sidebar.h +include/gthumb-2.0/gthumb/gth-source-tree.h +include/gthumb-2.0/gthumb/gth-statusbar.h +include/gthumb-2.0/gthumb/gth-stock.h +include/gthumb-2.0/gthumb/gth-string-list.h +include/gthumb-2.0/gthumb/gth-tags-entry.h +include/gthumb-2.0/gthumb/gth-tags-file.h +include/gthumb-2.0/gthumb/gth-task.h +include/gthumb-2.0/gthumb/gth-test-chain.h +include/gthumb-2.0/gthumb/gth-test-selector.h +include/gthumb-2.0/gthumb/gth-test-simple.h +include/gthumb-2.0/gthumb/gth-test.h +include/gthumb-2.0/gthumb/gth-thumb-loader.h +include/gthumb-2.0/gthumb/gth-time-selector.h +include/gthumb-2.0/gthumb/gth-time.h +include/gthumb-2.0/gthumb/gth-toggle-menu-tool-button.h +include/gthumb-2.0/gthumb/gth-toolbox.h +include/gthumb-2.0/gthumb/gth-uri-list.h +include/gthumb-2.0/gthumb/gth-user-dir.h +include/gthumb-2.0/gthumb/gth-viewer-page.h +include/gthumb-2.0/gthumb/gth-window.h +include/gthumb-2.0/gthumb/gtk-utils.h +include/gthumb-2.0/gthumb/main.h +include/gthumb-2.0/gthumb/pixbuf-cache.h +include/gthumb-2.0/gthumb/pixbuf-io.h +include/gthumb-2.0/gthumb/pixbuf-utils.h +include/gthumb-2.0/gthumb/typedefs.h +include/gthumb-2.0/gthumb/zlib-utils.h +lib/gthumb-2.0/extensions/bookmarks.extension +lib/gthumb-2.0/extensions/catalogs.extension +lib/gthumb-2.0/extensions/comments.extension +lib/gthumb-2.0/extensions/desktop_background.extension +lib/gthumb-2.0/extensions/edit_metadata.extension +%%EXIV2%%lib/gthumb-2.0/extensions/exiv2.extension +lib/gthumb-2.0/extensions/file_manager.extension +lib/gthumb-2.0/extensions/file_tools.extension +lib/gthumb-2.0/extensions/file_viewer.extension +%%GSTREAMER%%lib/gthumb-2.0/extensions/gstreamer.extension +lib/gthumb-2.0/extensions/image_print.extension +lib/gthumb-2.0/extensions/image_rotation.extension +lib/gthumb-2.0/extensions/image_viewer.extension +lib/gthumb-2.0/extensions/jpeg_utils.extension +lib/gthumb-2.0/extensions/libbookmarks.a +lib/gthumb-2.0/extensions/libbookmarks.la +lib/gthumb-2.0/extensions/libbookmarks.so +lib/gthumb-2.0/extensions/libcatalogs.a +lib/gthumb-2.0/extensions/libcatalogs.la +lib/gthumb-2.0/extensions/libcatalogs.so +lib/gthumb-2.0/extensions/libcomments.a +lib/gthumb-2.0/extensions/libcomments.la +lib/gthumb-2.0/extensions/libcomments.so +lib/gthumb-2.0/extensions/libdesktop_background.a +lib/gthumb-2.0/extensions/libdesktop_background.la +lib/gthumb-2.0/extensions/libdesktop_background.so +lib/gthumb-2.0/extensions/libedit_metadata.a +lib/gthumb-2.0/extensions/libedit_metadata.la +lib/gthumb-2.0/extensions/libedit_metadata.so +%%EXIV2%%lib/gthumb-2.0/extensions/libexiv2.a +%%EXIV2%%lib/gthumb-2.0/extensions/libexiv2.la +%%EXIV2%%lib/gthumb-2.0/extensions/libexiv2.so +lib/gthumb-2.0/extensions/libfile_manager.a +lib/gthumb-2.0/extensions/libfile_manager.la +lib/gthumb-2.0/extensions/libfile_manager.so +lib/gthumb-2.0/extensions/libfile_tools.a +lib/gthumb-2.0/extensions/libfile_tools.la +lib/gthumb-2.0/extensions/libfile_tools.so +lib/gthumb-2.0/extensions/libfile_viewer.a +lib/gthumb-2.0/extensions/libfile_viewer.la +lib/gthumb-2.0/extensions/libfile_viewer.so +%%GSTREAMER%%lib/gthumb-2.0/extensions/libgstreamer.a +%%GSTREAMER%%lib/gthumb-2.0/extensions/libgstreamer.la +%%GSTREAMER%%lib/gthumb-2.0/extensions/libgstreamer.so +lib/gthumb-2.0/extensions/libimage_print.a +lib/gthumb-2.0/extensions/libimage_print.la +lib/gthumb-2.0/extensions/libimage_print.so +lib/gthumb-2.0/extensions/libimage_rotation.a +lib/gthumb-2.0/extensions/libimage_rotation.la +lib/gthumb-2.0/extensions/libimage_rotation.so +lib/gthumb-2.0/extensions/libimage_viewer.a +lib/gthumb-2.0/extensions/libimage_viewer.la +lib/gthumb-2.0/extensions/libimage_viewer.so +lib/gthumb-2.0/extensions/libjpeg_utils.a +lib/gthumb-2.0/extensions/libjpeg_utils.la +lib/gthumb-2.0/extensions/libjpeg_utils.so +lib/gthumb-2.0/extensions/liblist_tools.a +lib/gthumb-2.0/extensions/liblist_tools.la +lib/gthumb-2.0/extensions/liblist_tools.so +lib/gthumb-2.0/extensions/libphoto_importer.a +lib/gthumb-2.0/extensions/libphoto_importer.la +lib/gthumb-2.0/extensions/libphoto_importer.so +lib/gthumb-2.0/extensions/libpixbuf_savers.a +lib/gthumb-2.0/extensions/libpixbuf_savers.la +lib/gthumb-2.0/extensions/libpixbuf_savers.so +lib/gthumb-2.0/extensions/libraw_files.a +lib/gthumb-2.0/extensions/libraw_files.la +lib/gthumb-2.0/extensions/libraw_files.so +lib/gthumb-2.0/extensions/libred_eye_removal.a +lib/gthumb-2.0/extensions/libred_eye_removal.la +lib/gthumb-2.0/extensions/libred_eye_removal.so +lib/gthumb-2.0/extensions/librename_series.a +lib/gthumb-2.0/extensions/librename_series.la +lib/gthumb-2.0/extensions/librename_series.so +lib/gthumb-2.0/extensions/libresize_images.a +lib/gthumb-2.0/extensions/libresize_images.la +lib/gthumb-2.0/extensions/libresize_images.so +lib/gthumb-2.0/extensions/libsearch.a +lib/gthumb-2.0/extensions/libsearch.la +lib/gthumb-2.0/extensions/libsearch.so +%%CLUTTER%%lib/gthumb-2.0/extensions/libslideshow.a +%%CLUTTER%%lib/gthumb-2.0/extensions/libslideshow.la +%%CLUTTER%%lib/gthumb-2.0/extensions/libslideshow.so +lib/gthumb-2.0/extensions/list_tools.extension +lib/gthumb-2.0/extensions/photo_importer.extension +lib/gthumb-2.0/extensions/pixbuf_savers.extension +lib/gthumb-2.0/extensions/raw_files.extension +lib/gthumb-2.0/extensions/red_eye_removal.extension +lib/gthumb-2.0/extensions/rename_series.extension +lib/gthumb-2.0/extensions/resize_images.extension +lib/gthumb-2.0/extensions/search.extension +%%CLUTTER%%lib/gthumb-2.0/extensions/slideshow.extension share/applications/gthumb-import.desktop -share/gthumb/albumthemes/BestFit/back.png -share/gthumb/albumthemes/BestFit/BestFit.css -share/gthumb/albumthemes/BestFit/BestFit.js -share/gthumb/albumthemes/BestFit/image.gthtml -share/gthumb/albumthemes/BestFit/index.gthtml -share/gthumb/albumthemes/BestFit/index.js -share/gthumb/albumthemes/BestFit/lib.js -share/gthumb/albumthemes/BestFit/next.png -share/gthumb/albumthemes/BestFit/preview.png -share/gthumb/albumthemes/BestFit/prev.png -share/gthumb/albumthemes/BestFit/thumbnail.gthtml -share/gthumb/albumthemes/Classic/1.gif -share/gthumb/albumthemes/Classic/back.png -share/gthumb/albumthemes/Classic/background.gif -share/gthumb/albumthemes/Classic/bot.png -share/gthumb/albumthemes/Classic/image.gthtml -share/gthumb/albumthemes/Classic/index.gthtml -share/gthumb/albumthemes/Classic/layout.css -share/gthumb/albumthemes/Classic/left.png -share/gthumb/albumthemes/Classic/next.png -share/gthumb/albumthemes/Classic/prev.png -share/gthumb/albumthemes/Classic/preview.png -share/gthumb/albumthemes/Classic/right.png -share/gthumb/albumthemes/Classic/style.css -share/gthumb/albumthemes/Classic/thumbnail.gthtml -share/gthumb/albumthemes/Classic/top.png -share/gthumb/albumthemes/ClassicClips/1.gif -share/gthumb/albumthemes/ClassicClips/back.png -share/gthumb/albumthemes/ClassicClips/background.gif -share/gthumb/albumthemes/ClassicClips/bot.png -share/gthumb/albumthemes/ClassicClips/image.gthtml -share/gthumb/albumthemes/ClassicClips/index.gthtml -share/gthumb/albumthemes/ClassicClips/layout.css -share/gthumb/albumthemes/ClassicClips/left.png -share/gthumb/albumthemes/ClassicClips/next.png -share/gthumb/albumthemes/ClassicClips/prev.png -share/gthumb/albumthemes/ClassicClips/preview.png -share/gthumb/albumthemes/ClassicClips/right.png -share/gthumb/albumthemes/ClassicClips/style.css -share/gthumb/albumthemes/ClassicClips/thumbnail.gthtml -share/gthumb/albumthemes/ClassicClips/top.png -share/gthumb/albumthemes/Flicker/image.gthtml -share/gthumb/albumthemes/Flicker/index.gthtml -share/gthumb/albumthemes/Flicker/layout.css -share/gthumb/albumthemes/Flicker/preview.png -share/gthumb/albumthemes/Flicker/style.css -share/gthumb/albumthemes/Flicker/thumbnail.gthtml -share/gthumb/albumthemes/NeatRound/1.gif -share/gthumb/albumthemes/NeatRound/back.png -share/gthumb/albumthemes/NeatRound/background.gif -share/gthumb/albumthemes/NeatRound/bot.png -share/gthumb/albumthemes/NeatRound/image.gthtml -share/gthumb/albumthemes/NeatRound/index.gthtml -share/gthumb/albumthemes/NeatRound/layout.css -share/gthumb/albumthemes/NeatRound/left.png -share/gthumb/albumthemes/NeatRound/next.png -share/gthumb/albumthemes/NeatRound/prev.png -share/gthumb/albumthemes/NeatRound/preview.png -share/gthumb/albumthemes/NeatRound/right.png -share/gthumb/albumthemes/NeatRound/style.css -share/gthumb/albumthemes/NeatRound/thumbnail.gthtml -share/gthumb/albumthemes/NeatRound/top.png -share/gthumb/albumthemes/Wiki/image.gthtml -share/gthumb/albumthemes/Wiki/index.gthtml -share/gthumb/albumthemes/Wiki/layout.css -share/gthumb/albumthemes/Wiki/preview.png -share/gthumb/albumthemes/Wiki/style.css -share/gthumb/albumthemes/Wiki/thumbnail.gthtml -share/gthumb/glade/ftp-client-48.png -share/gthumb/glade/gphoto-48.png -share/gthumb/glade/gthumb.glade -share/gthumb/glade/gthumb_camera.glade -share/gthumb/glade/gthumb_comments.glade -share/gthumb/glade/gthumb_convert.glade -share/gthumb/glade/gthumb_crop.glade -share/gthumb/glade/gthumb_edit.glade -share/gthumb/glade/gthumb_png_exporter.glade -share/gthumb/glade/gthumb_preferences.glade -share/gthumb/glade/gthumb_print.glade -share/gthumb/glade/gthumb_redeye.glade -share/gthumb/glade/gthumb_search.glade -share/gthumb/glade/gthumb_tools.glade -share/gthumb/glade/gthumb_web_exporter.glade -share/gthumb/glade/volume-mute.png +share/applications/gthumb.desktop share/gnome/help/gthumb/C/figures/comment.png share/gnome/help/gthumb/C/figures/main-win.png share/gnome/help/gthumb/C/figures/nav-button.png @@ -118,6 +193,11 @@ share/gnome/help/gthumb/de/figures/nav-button.png share/gnome/help/gthumb/de/figures/preferences.png share/gnome/help/gthumb/de/gthumb.xml +share/gnome/help/gthumb/el/figures/comment.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/preferences.png +share/gnome/help/gthumb/el/gthumb.xml share/gnome/help/gthumb/es/figures/comment.png share/gnome/help/gthumb/es/figures/main-win.png share/gnome/help/gthumb/es/figures/nav-button.png @@ -128,17 +208,79 @@ share/gnome/help/gthumb/fr/figures/nav-button.png share/gnome/help/gthumb/fr/figures/preferences.png share/gnome/help/gthumb/fr/gthumb.xml +share/gnome/help/gthumb/oc/figures/comment.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/preferences.png +share/gnome/help/gthumb/oc/gthumb.xml share/gnome/help/gthumb/sv/figures/comment.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/preferences.png share/gnome/help/gthumb/sv/gthumb.xml -share/omf/gthumb/gthumb-C.omf -share/omf/gthumb/gthumb-de.omf -share/omf/gthumb/gthumb-es.omf -share/omf/gthumb/gthumb-fr.omf -share/omf/gthumb/gthumb-sv.omf +share/gnome/help/gthumb/zh_CN/figures/comment.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/preferences.png +share/gnome/help/gthumb/zh_CN/gthumb.xml +share/gthumb-2.0/ui/add-to-catalog.ui +share/gthumb-2.0/ui/adjust-colors-options.ui +share/gthumb-2.0/ui/ask-value.ui +share/gthumb-2.0/ui/bookmarks.ui +share/gthumb-2.0/ui/catalog-properties.ui +share/gthumb-2.0/ui/crop-options.ui +share/gthumb-2.0/ui/edit-comment-page.ui +%%EXIV2%%share/gthumb-2.0/ui/edit-exiv2-page.ui +share/gthumb-2.0/ui/extensions.ui +share/gthumb-2.0/ui/filter-editor.ui +share/gthumb-2.0/ui/image-viewer-preferences.ui +share/gthumb-2.0/ui/jpeg-options.ui +%%GSTREAMER%%share/gthumb-2.0/ui/mediabar.ui +share/gthumb-2.0/ui/organize-files-task.ui +share/gthumb-2.0/ui/organize-files.ui +share/gthumb-2.0/ui/overwrite-dialog.ui +share/gthumb-2.0/ui/personalize-filters.ui +share/gthumb-2.0/ui/personalize-scripts.ui +share/gthumb-2.0/ui/photo-importer.ui +share/gthumb-2.0/ui/png-options.ui +share/gthumb-2.0/ui/preferences.ui +share/gthumb-2.0/ui/print-layout.ui +share/gthumb-2.0/ui/red-eye-removal-options.ui +share/gthumb-2.0/ui/rename-series.ui +share/gthumb-2.0/ui/resize-images.ui +share/gthumb-2.0/ui/save-options-preferences.ui +%%GSTREAMER%%share/gthumb-2.0/ui/save-screenshot.ui +share/gthumb-2.0/ui/script-editor.ui +share/gthumb-2.0/ui/search-editor.ui +%%CLUTTER%%share/gthumb-2.0/ui/slideshow-preferences.ui +share/gthumb-2.0/ui/sort-order.ui +share/gthumb-2.0/ui/tga-options.ui +share/gthumb-2.0/ui/tiff-options.ui +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/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/palette.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/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/locale/am/LC_MESSAGES/gthumb.mo share/locale/ar/LC_MESSAGES/gthumb.mo share/locale/az/LC_MESSAGES/gthumb.mo @@ -168,6 +310,7 @@ share/locale/id/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 share/locale/ko/LC_MESSAGES/gthumb.mo share/locale/lt/LC_MESSAGES/gthumb.mo share/locale/lv/LC_MESSAGES/gthumb.mo @@ -175,11 +318,14 @@ share/locale/ml/LC_MESSAGES/gthumb.mo share/locale/ms/LC_MESSAGES/gthumb.mo share/locale/nb/LC_MESSAGES/gthumb.mo +share/locale/nds/LC_MESSAGES/gthumb.mo share/locale/ne/LC_MESSAGES/gthumb.mo share/locale/nl/LC_MESSAGES/gthumb.mo share/locale/nn/LC_MESSAGES/gthumb.mo +share/locale/oc/LC_MESSAGES/gthumb.mo share/locale/pa/LC_MESSAGES/gthumb.mo share/locale/pl/LC_MESSAGES/gthumb.mo +share/locale/ps/LC_MESSAGES/gthumb.mo share/locale/pt/LC_MESSAGES/gthumb.mo share/locale/pt_BR/LC_MESSAGES/gthumb.mo share/locale/ro/LC_MESSAGES/gthumb.mo @@ -193,33 +339,67 @@ share/locale/sv/LC_MESSAGES/gthumb.mo share/locale/th/LC_MESSAGES/gthumb.mo share/locale/tr/LC_MESSAGES/gthumb.mo -share/locale/vi/LC_MESSAGES/gthumb.mo share/locale/uk/LC_MESSAGES/gthumb.mo +share/locale/vi/LC_MESSAGES/gthumb.mo share/locale/xh/LC_MESSAGES/gthumb.mo share/locale/zh_CN/LC_MESSAGES/gthumb.mo share/locale/zh_HK/LC_MESSAGES/gthumb.mo share/locale/zh_TW/LC_MESSAGES/gthumb.mo +share/omf/gthumb/gthumb-C.omf +share/omf/gthumb/gthumb-de.omf +share/omf/gthumb/gthumb-el.omf +share/omf/gthumb/gthumb-es.omf +share/omf/gthumb/gthumb-fr.omf +share/omf/gthumb/gthumb-oc.omf +share/omf/gthumb/gthumb-sv.omf +share/omf/gthumb/gthumb-zh_CN.omf @dirrm share/omf/gthumb +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrm share/gthumb/icons/hicolor/scalable/actions/ +@dirrm share/gthumb/icons/hicolor/scalable +@dirrm share/gthumb/icons/hicolor/48x48/actions/ +@dirrm share/gthumb/icons/hicolor/48x48 +@dirrm share/gthumb/icons/hicolor/22x22/actions/ +@dirrm share/gthumb/icons/hicolor/22x22 +@dirrm share/gthumb/icons/hicolor/16x16/actions/ +@dirrm share/gthumb/icons/hicolor/16x16 +@dirrm share/gthumb/icons/hicolor +@dirrm share/gthumb/icons +@dirrm share/gthumb +@dirrm share/gthumb-2.0/ui +@dirrm share/gthumb-2.0 +@dirrm share/gnome/help/gthumb/zh_CN/figures +@dirrm share/gnome/help/gthumb/zh_CN @dirrm share/gnome/help/gthumb/sv/figures @dirrm share/gnome/help/gthumb/sv +@dirrm share/gnome/help/gthumb/oc/figures +@dirrm share/gnome/help/gthumb/oc @dirrm share/gnome/help/gthumb/fr/figures @dirrm share/gnome/help/gthumb/fr @dirrm share/gnome/help/gthumb/es/figures @dirrm share/gnome/help/gthumb/es +@dirrm share/gnome/help/gthumb/el/figures +@dirrm share/gnome/help/gthumb/el @dirrm share/gnome/help/gthumb/de/figures @dirrm share/gnome/help/gthumb/de @dirrm share/gnome/help/gthumb/C/figures @dirrm share/gnome/help/gthumb/C @dirrm share/gnome/help/gthumb -@dirrm share/gthumb/glade -@dirrm share/gthumb/albumthemes/Wiki -@dirrm share/gthumb/albumthemes/NeatRound -@dirrm share/gthumb/albumthemes/Flicker -@dirrm share/gthumb/albumthemes/ClassicClips -@dirrm share/gthumb/albumthemes/Classic -@dirrm share/gthumb/albumthemes/BestFit -@dirrm share/gthumb/albumthemes -@dirrm share/gthumb -@dirrm lib/gthumb/modules -@dirrm lib/gthumb @dirrmtry share/applications +@dirrm lib/gthumb-2.0/extensions +@dirrm lib/gthumb-2.0 +@dirrm include/gthumb-2.0/gthumb +@dirrm include/gthumb-2.0