From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 15 19:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3712A229 for ; Fri, 15 Nov 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12B9420B0 for ; Fri, 15 Nov 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFJe0Lg049402 for ; Fri, 15 Nov 2013 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAFJe0nu049400; Fri, 15 Nov 2013 19:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Nov 2013 19:40:00 GMT Resent-Message-Id: <201311151940.rAFJe0nu049400@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Moench-Tegeder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 225D4128 for ; Fri, 15 Nov 2013 19:33:24 +0000 (UTC) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 987DB2075 for ; Fri, 15 Nov 2013 19:33:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 866AD6003CD for ; Fri, 15 Nov 2013 20:33:21 +0100 (CET) Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PCxTwHa6UY1x for ; Fri, 15 Nov 2013 20:33:19 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7b43:1:6a05:caff:fe01:aae9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Fri, 15 Nov 2013 20:33:19 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 1BBAB31433; Fri, 15 Nov 2013 20:33:19 +0100 (CET) Message-Id: <20131115193319.1BBAB31433@elch.exwg.net> Date: Fri, 15 Nov 2013 20:33:19 +0100 (CET) From: Christoph Moench-Tegeder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184007: graphics/shotwell : upgrade to 0.15, enable staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 19:40:01 -0000 >Number: 184007 >Category: ports >Synopsis: graphics/shotwell : upgrade to 0.15, enable staging >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 15 19:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.2-RELEASE FreeBSD 9.2-RELEASE #11 r255911: Fri Sep 27 17:09:40 CEST 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 graphics/shotwell shotwell-0.14.1 >Description: Shotwell 0.15 is out. While at it, enable stageing support and convert to new LIB_DEPENDS. >How-To-Repeat: http://www.yorba.org/projects/shotwell/install/ >Fix: Via HTTP: http://burggraben.net/tmp/shotwell.diff.gz Index: Makefile =================================================================== --- Makefile (revision 333309) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.14.1 +PORTVERSION= 0.15.0 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ @@ -14,16 +14,16 @@ BUILD_DEPENDS= vala>=0.18.0:${PORTSDIR}/lang/vala \ bash:${PORTSDIR}/shells/bash LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gee:${PORTSDIR}/devel/libgee06 \ - json-glib-1.0:${PORTSDIR}/devel/json-glib \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - gexiv2:${PORTSDIR}/graphics/gexiv2 \ - exif:${PORTSDIR}/graphics/libexif \ - gphoto2:${PORTSDIR}/graphics/libgphoto2 \ - webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - raw:${PORTSDIR}/graphics/libraw \ - rest:${PORTSDIR}/devel/librest + libgee.so:${PORTSDIR}/devel/libgee06 \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgexiv2.so:${PORTSDIR}/graphics/gexiv2 \ + libexif.so:${PORTSDIR}/graphics/libexif \ + libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \ + libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libraw.so:${PORTSDIR}/graphics/libraw \ + librest-0.7.so:${PORTSDIR}/devel/librest USE_XZ= yes USES= shebangfix gettext desktop-file-utils gmake pkgconfig @@ -39,7 +39,6 @@ GLIB_SCHEMAS= org.yorba.shotwell.gschema.xml org.yorba.shotwell-extras.gschema.xml -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E \ -e 's|share/shotwell|${DATADIR_REL}|g' \ Index: distinfo =================================================================== --- distinfo (revision 333309) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (shotwell-0.14.1.tar.xz) = 045c4833e23374b649e735661cedbbff8368624b6719547013db2c21c8402fef -SIZE (shotwell-0.14.1.tar.xz) = 1624784 +SHA256 (shotwell-0.15.0.tar.xz) = ece985360c6b5b4fc090b513bc844f0f17754b236b86cf559f36a2d8a5298a1d +SIZE (shotwell-0.15.0.tar.xz) = 1676992 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 333309) +++ files/patch-Makefile (working copy) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-04-03 16:16:24.000000000 -0300 -+++ Makefile 2013-06-12 22:39:11.000000000 -0300 -@@ -300,7 +300,6 @@ +--- Makefile.orig 2013-11-09 18:33:15.000000000 +0100 ++++ Makefile 2013-11-09 18:46:05.000000000 +0100 +@@ -315,7 +315,6 @@ gstreamer-base-1.0 \ gstreamer-pbutils-1.0 \ gtk+-3.0 \ @@ -8,15 +8,15 @@ libexif \ libgphoto2 \ json-glib-1.0 \ -@@ -332,7 +331,6 @@ +@@ -347,7 +346,6 @@ gstreamer-plugins-base-1.0 >= 1.0.0 \ gstreamer-pbutils-1.0 >= 1.0.0 \ - gtk+-3.0 >= 3.0.11 \ + gtk+-3.0 >= 3.6.0 \ - gudev-1.0 >= 145 \ libexif >= 0.6.16 \ libgphoto2 >= 2.4.2 \ libraw >= 0.13.2 \ -@@ -453,6 +451,9 @@ +@@ -461,6 +459,9 @@ # Required for gudev-1.0 CFLAGS += -DG_UDEV_API_IS_SUBJECT_TO_CHANGE @@ -23,10 +23,10 @@ +# do not forget about libintl +LDFLAGS += -lintl + - define check_valadate_version - @ pkg-config $(VALADATE_PKG_NAME) --atleast-version=$(MIN_VALADATE_VERSION) || ( echo 'Shotwell testing requires Valadate $(MIN_VALADATE_VERSION) or greater. You are running' `pkg-config --modversion $(VALADATE_PKG_NAME)` '\b.'; exit 1 ) - endef -@@ -570,8 +571,8 @@ + all: pkgcheck valacheck desktop + + ifdef ENABLE_BUILD_FOR_GLADE +@@ -591,8 +592,8 @@ glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas endif ifndef DISABLE_GSETTINGS_CONVERT_INSTALL Index: files/patch-src-camera-CameraTable.vala =================================================================== --- files/patch-src-camera-CameraTable.vala (revision 333309) +++ files/patch-src-camera-CameraTable.vala (working copy) @@ -1,5 +1,5 @@ ---- ./src/camera/CameraTable.vala.orig 2013-04-20 21:27:30.000000000 +0200 -+++ ./src/camera/CameraTable.vala 2013-04-20 21:31:02.000000000 +0200 +--- src/camera/CameraTable.vala.orig 2013-11-09 18:20:35.000000000 +0100 ++++ src/camera/CameraTable.vala 2013-11-09 18:24:57.000000000 +0100 @@ -26,7 +26,6 @@ private static CameraTable instance = null; @@ -8,7 +8,7 @@ private OneShotScheduler camera_update_scheduler = null; private GPhoto.Context null_context = new GPhoto.Context(); private GPhoto.CameraAbilitiesList abilities_list; -@@ -44,7 +43,6 @@ +@@ -43,7 +42,6 @@ on_update_cameras); // listen for interesting events on the specified subsystems @@ -16,11 +16,10 @@ volume_monitor = VolumeMonitor.get(); volume_monitor.volume_changed.connect(on_volume_changed); volume_monitor.volume_added.connect(on_volume_changed); -@@ -111,32 +109,7 @@ - +@@ -111,31 +109,7 @@ private string[] get_all_usb_cameras() { string[] cameras = new string[0]; -- + - GLib.List device_list = client.query_by_subsystem(null); - foreach (GUdev.Device device in device_list) { - string device_file = device.get_device_file(); @@ -46,11 +45,11 @@ - } - } - -+ // this would require udev, so we'll just return an empty array ++ // this would require udev, so we'll just return an empty array return cameras; } -@@ -213,23 +186,7 @@ +@@ -212,23 +186,7 @@ "/dev/bus/usb/%s".printf(port.substring(4).replace(",", "/")) : null; } @@ -71,11 +70,11 @@ - } - return null; - } -+ // get_name_for_uuid() and get_icon_for_uuid() are not used (udev removal) ++ // get_name_for_uuid() and get_icon_for_uuid() are not used (udev removal) private void update_camera_table() throws GPhotoError { // need to do this because virtual ports come and go in the USB world (and probably others) -@@ -336,22 +293,7 @@ +@@ -334,22 +292,7 @@ } // Get display name for camera. @@ -95,11 +94,11 @@ - display_name = device.get_property("ID_MODEL"); - } - } -+ // we use a default name, as everything else requires udev ++ // we use a default name, as everything else requires udev if (null == display_name) { // Default to GPhoto detected name. display_name = name; -@@ -396,13 +338,7 @@ +@@ -394,13 +337,7 @@ } } @@ -110,7 +109,7 @@ - // update to occur when they come in all at once - camera_update_scheduler.after_timeout(UPDATE_DELAY_MSEC, true); - } -+ // on_udev_event() removed as "udev related" ++ // on_udev_event() removed as "udev related" public void on_volume_changed(Volume volume) { camera_update_scheduler.after_timeout(UPDATE_DELAY_MSEC, true); Index: pkg-plist =================================================================== --- pkg-plist (revision 333309) +++ pkg-plist (working copy) @@ -1,5 +1,4 @@ bin/shotwell -bin/shotwell-video-thumbnailer lib/shotwell/plugins/builtin/f-spot-24.png lib/shotwell/plugins/builtin/facebook.png lib/shotwell/plugins/builtin/facebook_publishing_options_pane.glade @@ -7,8 +6,6 @@ lib/shotwell/plugins/builtin/flickr_pin_entry_pane.glade lib/shotwell/plugins/builtin/flickr_publishing_options_pane.glade lib/shotwell/plugins/builtin/picasa.png -lib/shotwell/plugins/builtin/picasa_auth_code_entry_pane.glade -lib/shotwell/plugins/builtin/picasa_not_set_up_pane.glade lib/shotwell/plugins/builtin/picasa_publishing_options_pane.glade lib/shotwell/plugins/builtin/piwigo.png lib/shotwell/plugins/builtin/piwigo_authentication_pane.glade @@ -23,6 +20,8 @@ lib/shotwell/plugins/builtin/youtube.png lib/shotwell/plugins/builtin/youtube_publishing_options_pane.glade libexec/shotwell/shotwell-settings-migrator +libexec/shotwell/shotwell-video-thumbnailer +share/appdata/shotwell.appdata.xml share/applications/shotwell-viewer.desktop share/applications/shotwell.desktop share/gnome/help/shotwell/C/edit-adjustments.page @@ -72,6 +71,7 @@ share/icons/hicolor/24x24/apps/shotwell.svg share/icons/hicolor/scalable/apps/shotwell.svg share/locale/af/LC_MESSAGES/shotwell.mo +share/locale/af_ZA/LC_MESSAGES/shotwell.mo share/locale/ar/LC_MESSAGES/shotwell-extras.mo share/locale/ar/LC_MESSAGES/shotwell.mo share/locale/as/LC_MESSAGES/shotwell-extras.mo @@ -82,6 +82,8 @@ share/locale/bg/LC_MESSAGES/shotwell.mo share/locale/bn/LC_MESSAGES/shotwell-extras.mo share/locale/bn/LC_MESSAGES/shotwell.mo +share/locale/bn_IN/LC_MESSAGES/shotwell-extras.mo +share/locale/bn_IN/LC_MESSAGES/shotwell.mo share/locale/ca/LC_MESSAGES/shotwell-extras.mo share/locale/ca/LC_MESSAGES/shotwell.mo share/locale/cs/LC_MESSAGES/shotwell-extras.mo @@ -107,6 +109,7 @@ share/locale/fr/LC_MESSAGES/shotwell.mo share/locale/gl/LC_MESSAGES/shotwell-extras.mo share/locale/gl/LC_MESSAGES/shotwell.mo +share/locale/gu/LC_MESSAGES/shotwell-extras.mo share/locale/gu/LC_MESSAGES/shotwell.mo share/locale/he/LC_MESSAGES/shotwell-extras.mo share/locale/he/LC_MESSAGES/shotwell.mo @@ -119,6 +122,8 @@ share/locale/ia/LC_MESSAGES/shotwell.mo share/locale/id/LC_MESSAGES/shotwell-extras.mo share/locale/id/LC_MESSAGES/shotwell.mo +share/locale/id_ID/LC_MESSAGES/shotwell-extras.mo +share/locale/id_ID/LC_MESSAGES/shotwell.mo share/locale/it/LC_MESSAGES/shotwell-extras.mo share/locale/it/LC_MESSAGES/shotwell.mo share/locale/ja/LC_MESSAGES/shotwell-extras.mo @@ -130,6 +135,7 @@ share/locale/kn/LC_MESSAGES/shotwell.mo share/locale/ko/LC_MESSAGES/shotwell-extras.mo share/locale/ko/LC_MESSAGES/shotwell.mo +share/locale/ky/LC_MESSAGES/shotwell.mo share/locale/lt/LC_MESSAGES/shotwell-extras.mo share/locale/lt/LC_MESSAGES/shotwell.mo share/locale/lv/LC_MESSAGES/shotwell-extras.mo @@ -144,6 +150,8 @@ share/locale/nb/LC_MESSAGES/shotwell.mo share/locale/nl/LC_MESSAGES/shotwell-extras.mo share/locale/nl/LC_MESSAGES/shotwell.mo +share/locale/nn_NO/LC_MESSAGES/shotwell-extras.mo +share/locale/nn_NO/LC_MESSAGES/shotwell.mo share/locale/or/LC_MESSAGES/shotwell-extras.mo share/locale/or/LC_MESSAGES/shotwell.mo share/locale/pa/LC_MESSAGES/shotwell-extras.mo @@ -168,14 +176,19 @@ share/locale/sv/LC_MESSAGES/shotwell.mo share/locale/ta/LC_MESSAGES/shotwell-extras.mo share/locale/ta/LC_MESSAGES/shotwell.mo +share/locale/ta_IN/LC_MESSAGES/shotwell.mo share/locale/te/LC_MESSAGES/shotwell-extras.mo share/locale/te/LC_MESSAGES/shotwell.mo +share/locale/te_IN/LC_MESSAGES/shotwell.mo share/locale/th/LC_MESSAGES/shotwell-extras.mo share/locale/th/LC_MESSAGES/shotwell.mo share/locale/tr/LC_MESSAGES/shotwell-extras.mo share/locale/tr/LC_MESSAGES/shotwell.mo +share/locale/tr_TR/LC_MESSAGES/shotwell-extras.mo +share/locale/tr_TR/LC_MESSAGES/shotwell.mo share/locale/uk/LC_MESSAGES/shotwell-extras.mo share/locale/uk/LC_MESSAGES/shotwell.mo +share/locale/vi/LC_MESSAGES/shotwell-extras.mo share/locale/vi/LC_MESSAGES/shotwell.mo share/locale/zh_CN/LC_MESSAGES/shotwell-extras.mo share/locale/zh_CN/LC_MESSAGES/shotwell.mo @@ -205,6 +218,7 @@ %%DATADIR%%/icons/merge.svg %%DATADIR%%/icons/multiple-events.png %%DATADIR%%/icons/multiple-tags.png +%%DATADIR%%/icons/no-event.png %%DATADIR%%/icons/noninterpretable-video.png %%DATADIR%%/icons/one-event.png %%DATADIR%%/icons/one-star-filter-plus.svg @@ -255,20 +269,138 @@ @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/vi/LC_MESSAGES +@dirrmtry share/locale/vi +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/tr_TR/LC_MESSAGES +@dirrmtry share/locale/tr_TR +@dirrmtry share/locale/tr/LC_MESSAGES +@dirrmtry share/locale/tr +@dirrmtry share/locale/th/LC_MESSAGES +@dirrmtry share/locale/th +@dirrmtry share/locale/te_IN/LC_MESSAGES +@dirrmtry share/locale/te_IN @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/ta_IN/LC_MESSAGES +@dirrmtry share/locale/ta_IN +@dirrmtry share/locale/ta/LC_MESSAGES +@dirrmtry share/locale/ta +@dirrmtry share/locale/sv/LC_MESSAGES +@dirrmtry share/locale/sv +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/ru/LC_MESSAGES +@dirrmtry share/locale/ru +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt_BR/LC_MESSAGES +@dirrmtry share/locale/pt_BR +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/pa/LC_MESSAGES +@dirrmtry share/locale/pa +@dirrmtry share/locale/or/LC_MESSAGES +@dirrmtry share/locale/or +@dirrmtry share/locale/nn_NO/LC_MESSAGES +@dirrmtry share/locale/nn_NO +@dirrmtry share/locale/nl/LC_MESSAGES +@dirrmtry share/locale/nl +@dirrmtry share/locale/nb/LC_MESSAGES +@dirrmtry share/locale/nb @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/ml/LC_MESSAGES +@dirrmtry share/locale/ml +@dirrmtry share/locale/mk/LC_MESSAGES +@dirrmtry share/locale/mk +@dirrmtry share/locale/lv/LC_MESSAGES +@dirrmtry share/locale/lv +@dirrmtry share/locale/lt/LC_MESSAGES +@dirrmtry share/locale/lt +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/kn/LC_MESSAGES +@dirrmtry share/locale/kn @dirrmtry share/locale/km/LC_MESSAGES @dirrmtry share/locale/km @dirrmtry share/locale/kk/LC_MESSAGES @dirrmtry share/locale/kk +@dirrmtry share/locale/ja/LC_MESSAGES +@dirrmtry share/locale/ja +@dirrmtry share/locale/it/LC_MESSAGES +@dirrmtry share/locale/it +@dirrmtry share/locale/id_ID/LC_MESSAGES +@dirrmtry share/locale/id_ID +@dirrmtry share/locale/id/LC_MESSAGES +@dirrmtry share/locale/id @dirrmtry share/locale/ia/LC_MESSAGES @dirrmtry share/locale/ia +@dirrmtry share/locale/hu/LC_MESSAGES +@dirrmtry share/locale/hu +@dirrmtry share/locale/hr/LC_MESSAGES +@dirrmtry share/locale/hr +@dirrmtry share/locale/hi/LC_MESSAGES +@dirrmtry share/locale/hi +@dirrmtry share/locale/he/LC_MESSAGES +@dirrmtry share/locale/he +@dirrmtry share/locale/gu/LC_MESSAGES +@dirrmtry share/locale/gu +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fr/LC_MESSAGES +@dirrmtry share/locale/fr +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/eu/LC_MESSAGES +@dirrmtry share/locale/eu +@dirrmtry share/locale/et/LC_MESSAGES +@dirrmtry share/locale/et +@dirrmtry share/locale/es/LC_MESSAGES +@dirrmtry share/locale/es +@dirrmtry share/locale/eo/LC_MESSAGES +@dirrmtry share/locale/eo +@dirrmtry share/locale/en_GB/LC_MESSAGES +@dirrmtry share/locale/en_GB +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/de/LC_MESSAGES +@dirrmtry share/locale/de +@dirrmtry share/locale/da/LC_MESSAGES +@dirrmtry share/locale/da +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/bn/LC_MESSAGES +@dirrmtry share/locale/bn +@dirrmtry share/locale/bg/LC_MESSAGES +@dirrmtry share/locale/bg @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrmtry share/locale/ar/LC_MESSAGES +@dirrmtry share/locale/ar +@dirrmtry share/locale/af_ZA/LC_MESSAGES +@dirrmtry share/locale/af_ZA +@dirrmtry share/locale/af/LC_MESSAGES +@dirrmtry share/locale/af @dirrm share/gnome/help/shotwell/C/figures @dirrm share/gnome/help/shotwell/C @dirrm share/gnome/help/shotwell >Release-Note: >Audit-Trail: >Unformatted: