From 5b327a3fc3c4b554baccf2075a97b61a51b606ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 26 Sep 2016 07:58:04 -0300 Subject: kipi-plugins-5.2.0-1.parabola1{,.nonprism1}: updating version --- libre/kipi-plugins/PKGBUILD | 32 +-- libre/kipi-plugins/digikam-5.1-fix-build.patch | 15 -- libre/kipi-plugins/libre.patch | 12 +- .../0001-optionally-enable-OpenGL.patch | 34 +++ nonprism/kipi-plugins/PKGBUILD | 50 ++--- nonprism/kipi-plugins/digikam-5.1-fix-build.patch | 15 -- nonprism/kipi-plugins/libre.patch | 12 +- nonprism/kipi-plugins/nonprism.patch | 243 ++++++++++++++++++--- 8 files changed, 287 insertions(+), 126 deletions(-) delete mode 100644 libre/kipi-plugins/digikam-5.1-fix-build.patch create mode 100644 nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch delete mode 100644 nonprism/kipi-plugins/digikam-5.1-fix-build.patch diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD index 7c01c28ad..282238356 100644 --- a/libre/kipi-plugins/PKGBUILD +++ b/libre/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 275324 2016-08-30 17:01:57Z arojas $ +# $Id: PKGBUILD 276865 2016-09-23 11:17:29Z arojas $ # Maintainer (Arch): Ronald van Haren # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Tobias Powalowski @@ -7,9 +7,9 @@ pkgbase=digikam pkgname=kipi-plugins -_pkgver=5.1.0 -pkgver=${_pkgver//-/_} -pkgrel=4.parabola1 +_pkgver=5.2.0 +pkgver=${_pkgver//-/_} # for beta versions +pkgrel=1.parabola1 pkgdesc="Digital photo management application for KDE" arch=('i686' 'x86_64' 'armv7h') license=('GPL') @@ -17,18 +17,14 @@ url="http://www.digikam.org/" replaces=("${pkgname}-libre") conflicts=("${pkgname}-libre") makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost' - 'opencv' 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' + 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' 'kfilemetadata' 'akonadi-contacts' 'qt5-multimedia' 'threadweaver' 'kcalcore' - 'knotifyconfig' 'libmediawiki' 'libkvkontakte') + 'knotifyconfig' 'libmediawiki' 'libkvkontakte' 'gphoto2') source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz" - "digikam-5.1-fix-build.patch" - kdebug-367675.patch::"https://quickgit.kde.org/?p=digikam.git&a=commitdiff&h=463667c8&o=plain" "libre.patch" '0001-optionally-enable-OpenGL.patch') -sha1sums=('87a843c39f45b8704ead6e6029e52fb03ee44680' - '5b6644c8b5534a1712f46fc84948de9a0039a601' - 'd669d6f248d6c7dec6728037992fdf8d4e14c1d9' - 'ed2a01c4a837b50d3c1ad0d4758f2fa3bb44402f' +sha1sums=('329195ac7ea890a3bec435cd2ed83b04bc80ba1d' + 'edd5b5eeae7ed4139b4c5f6a8446990f1da2e544' '2711c73bdecbf355d4b8be1fa0c46be2e0e22df8') prepare() { @@ -37,12 +33,6 @@ prepare() { cd ${pkgbase}-${_pkgver} patch -p1 -i ../libre.patch - # Fix build on i686 - patch -p1 -i ../digikam-5.1-fix-build.patch - # Fix digikamhelperdir - cd core - patch -p1 -i "$srcdir"/kdebug-367675.patch - # OpenGL switch if [[ "$CARCH" = arm* ]]; then patch -p1 -i ${srcdir}/0001-optionally-enable-OpenGL.patch @@ -60,13 +50,13 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ -DBUILD_TESTING=OFF \ -DENABLE_KFILEMETADATASUPPORT=ON \ -DENABLE_MEDIAPLAYER=ON \ -DENABLE_AKONADICONTACTSUPPORT=ON \ -DENABLE_MYSQLSUPPORT=ON \ -DENABLE_OPENCV3=ON \ + -DENABLE_APPSTYLES=ON \ $cmake_extra make } @@ -79,10 +69,6 @@ package_kipi-plugins() { cd build/extra make DESTDIR="$pkgdir" install - cd $srcdir/build/doc/kipi-plugins - make DESTDIR="$pkgdir" install - cd $srcdir/build/doc-translated/kipi-plugins - make DESTDIR="pkgdir" install cd $srcdir/build/po make DESTDIR="$pkgdir" install diff --git a/libre/kipi-plugins/digikam-5.1-fix-build.patch b/libre/kipi-plugins/digikam-5.1-fix-build.patch deleted file mode 100644 index 29f282079..000000000 --- a/libre/kipi-plugins/digikam-5.1-fix-build.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- digikam-5.1.0/core/libs/rawengine/libraw/libraw/libraw_types.h.orig 2016-08-09 15:05:10.449224741 +0000 -+++ digikam-5.1.0/core/libs/rawengine/libraw/libraw/libraw_types.h 2016-08-09 15:05:50.725789944 +0000 -@@ -618,10 +618,10 @@ - #elif defined(_M_X64) || defined(__amd64__) - #define LibRawBigEndian 0 - --#elif defined(__LITTLE_ENDIAN__) -+#elif __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - #define LibRawBigEndian 0 - --#elif defined(__BIG_ENDIAN__) -+#elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ - #define LibRawBigEndian 1 - #elif defined(_ARM_) - #define LibRawBigEndian 0 diff --git a/libre/kipi-plugins/libre.patch b/libre/kipi-plugins/libre.patch index 6255727bb..8c677e210 100644 --- a/libre/kipi-plugins/libre.patch +++ b/libre/kipi-plugins/libre.patch @@ -1,5 +1,5 @@ diff --git a/extra/kipi-plugins/sendimages/emailsettings.h b/extra/kipi-plugins/sendimages/emailsettings.h -index 8f98ec5..4b55443 100644 +index 0f58cc4..b497299 100644 --- a/extra/kipi-plugins/sendimages/emailsettings.h +++ b/extra/kipi-plugins/sendimages/emailsettings.h @@ -64,10 +64,9 @@ public: @@ -15,10 +15,10 @@ index 8f98ec5..4b55443 100644 enum ImageSize diff --git a/extra/kipi-plugins/sendimages/sendimages.cpp b/extra/kipi-plugins/sendimages/sendimages.cpp -index 498cf92..67b03f9 100644 +index 1be65d6..68094de 100644 --- a/extra/kipi-plugins/sendimages/sendimages.cpp +++ b/extra/kipi-plugins/sendimages/sendimages.cpp -@@ -593,18 +593,13 @@ bool SendImages::invokeMailAgent() +@@ -589,18 +589,13 @@ bool SendImages::invokeMailAgent() // More info about command lines options with Mozilla & co: // http://www.mozilla.org/docs/command-line-args.html#Syntax_Rules @@ -41,10 +41,10 @@ index 498cf92..67b03f9 100644 QStringList args; diff --git a/extra/kipi-plugins/sendimages/settingswidget.cpp b/extra/kipi-plugins/sendimages/settingswidget.cpp -index 7e55726..fd8eec5 100644 +index b8416a4..f160310 100644 --- a/extra/kipi-plugins/sendimages/settingswidget.cpp +++ b/extra/kipi-plugins/sendimages/settingswidget.cpp -@@ -96,10 +96,9 @@ SettingsWidget::SettingsWidget(QWidget* const parent) +@@ -97,10 +97,9 @@ SettingsWidget::SettingsWidget(QWidget* const parent) d->mailAgentName->insertItem(EmailSettings::CLAWSMAIL, QLatin1String("Claws Mail")); d->mailAgentName->insertItem(EmailSettings::EVOLUTION, QLatin1String("Evolution")); d->mailAgentName->insertItem(EmailSettings::KMAIL, QLatin1String("KMail")); @@ -53,6 +53,6 @@ index 7e55726..fd8eec5 100644 d->mailAgentName->insertItem(EmailSettings::SYLPHEEDCLAWS, QLatin1String("Sylpheed-Claws")); - d->mailAgentName->insertItem(EmailSettings::THUNDERBIRD, QLatin1String("Thunderbird")); + d->mailAgentName->insertItem(EmailSettings::ICEDOVE, QLatin1String("Icedove")); + #endif d->mailAgentName->setCurrentIndex(EmailSettings::DEFAULT); d->mailAgentName->setWhatsThis(i18n("Select your preferred external email program here. " - "Default is the current email program set in KDE " diff --git a/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch b/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch new file mode 100644 index 000000000..8527b9cce --- /dev/null +++ b/nonprism/kipi-plugins/0001-optionally-enable-OpenGL.patch @@ -0,0 +1,34 @@ +From 72f50a2d29648248e03eb871f896f0c940e44c78 Mon Sep 17 00:00:00 2001 +From: Kevin Mihelich +Date: Tue, 5 Jul 2016 18:47:56 -0600 +Subject: [PATCH] optionally enable OpenGL + +Signed-off-by: Kevin Mihelich +--- + CMakeLists.txt | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 47f6b10..7615b7f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -104,6 +104,7 @@ option(ENABLE_KFILEMETADATASUPPORT "Build digiKam with KDE files indexer suppor + option(ENABLE_AKONADICONTACTSUPPORT "Build digiKam with KDE Mail Contacts support (default=OFF)" OFF) + option(ENABLE_MEDIAPLAYER "Build digiKam with QtMultimedia support (default=OFF)" OFF) + option(ENABLE_DBUS "Build digiKam with DBUS support (default=ON)" ON) ++option(ENABLE_OPENGL "Build digiKam with OpenGL support (default=ON)" ON) + + # Mysql support options (experimental): + option(ENABLE_MYSQLSUPPORT "Build digiKam with MySQL dabatase support (default=OFF)" OFF) +@@ -284,7 +285,7 @@ else() + endif() + + # decide if Presentation tool can be built with OpenGL +-if(OPENGL_FOUND AND OPENGL_GLU_FOUND AND Qt5OpenGL_FOUND) ++if(OPENGL_FOUND AND OPENGL_GLU_FOUND AND Qt5OpenGL_FOUND AND ENABLE_OPENGL) + set(HAVE_OPENGL TRUE) + elseif() + set(HAVE_OPENGL FALSE) +-- +2.8.3 + diff --git a/nonprism/kipi-plugins/PKGBUILD b/nonprism/kipi-plugins/PKGBUILD index d423c0070..445d14396 100644 --- a/nonprism/kipi-plugins/PKGBUILD +++ b/nonprism/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 275324 2016-08-30 17:01:57Z arojas $ +# $Id: PKGBUILD 276865 2016-09-23 11:17:29Z arojas $ # Maintainer (Arch): Ronald van Haren # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Tobias Powalowski @@ -7,9 +7,9 @@ pkgbase=digikam pkgname=kipi-plugins -_pkgver=5.1.0 -pkgver=${_pkgver//-/_} -pkgrel=4.parabola1.nonprism1 +_pkgver=5.2.0 +pkgver=${_pkgver//-/_} # for beta versions +pkgrel=1.parabola1.nonprism1 pkgdesc="Digital photo management application for KDE" arch=('i686' 'x86_64' 'armv7h') license=('GPL') @@ -17,19 +17,17 @@ url="http://www.digikam.org/" replaces=("${pkgname}-libre" "${pkgname}-libre-nonprism") conflicts=("${pkgname}-libre" "${pkgname}-libre-nonprism") makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost' - 'opencv' 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' - 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia' 'threadweaver' 'kcalcore' - 'knotifyconfig' 'libmediawiki' 'libkvkontakte') + 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' + 'kfilemetadata' 'akonadi-contacts' 'qt5-multimedia' 'threadweaver' 'kcalcore' + 'knotifyconfig' 'libmediawiki' 'libkvkontakte' 'gphoto2') source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz" - "digikam-5.1-fix-build.patch" - kdebug-367675.patch::"https://quickgit.kde.org/?p=digikam.git&a=commitdiff&h=463667c8&o=plain" "libre.patch" - "nonprism.patch") -sha1sums=('87a843c39f45b8704ead6e6029e52fb03ee44680' - '5b6644c8b5534a1712f46fc84948de9a0039a601' - 'd669d6f248d6c7dec6728037992fdf8d4e14c1d9' - 'ed2a01c4a837b50d3c1ad0d4758f2fa3bb44402f' - '3e0f11296e887171c4f5f05652bb0ea635b021fd') + "nonprism.patch" + '0001-optionally-enable-OpenGL.patch') +sha1sums=('329195ac7ea890a3bec435cd2ed83b04bc80ba1d' + 'edd5b5eeae7ed4139b4c5f6a8446990f1da2e544' + '13854d5db12a5be5d866eb37290db8ac1db7c1a3' + '2711c73bdecbf355d4b8be1fa0c46be2e0e22df8') prepare() { mkdir -p build @@ -38,28 +36,32 @@ prepare() { patch -p1 -i ../libre.patch patch -p1 -i ../nonprism.patch - # Fix build on i686 - patch -p1 -i ../digikam-5.1-fix-build.patch - # Fix digikamhelperdir - cd core - patch -p1 -i "$srcdir"/kdebug-367675.patch + # OpenGL switch + if [[ "$CARCH" = arm* ]]; then + patch -p1 -i ${srcdir}/0001-optionally-enable-OpenGL.patch + fi } build() { cd build + if [[ "$CARCH" = arm* ]]; then + local cmake_extra="-DENABLE_OPENGL=OFF" + fi + cmake ../${pkgbase}-${_pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ -DBUILD_TESTING=OFF \ -DENABLE_KFILEMETADATASUPPORT=ON \ -DENABLE_MEDIAPLAYER=ON \ -DENABLE_AKONADICONTACTSUPPORT=ON \ -DENABLE_MYSQLSUPPORT=ON \ + -DENABLE_OPENCV3=ON \ + -DENABLE_APPSTYLES=ON \ -DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=OFF \ - -DENABLE_OPENCV3=ON + $cmake_extra make } @@ -70,10 +72,6 @@ package_kipi-plugins() { cd build/extra make DESTDIR="$pkgdir" install - cd $srcdir/build/doc/kipi-plugins - make DESTDIR="$pkgdir" install - cd $srcdir/build/doc-translated/kipi-plugins - make DESTDIR="pkgdir" install cd $srcdir/build/po make DESTDIR="$pkgdir" install diff --git a/nonprism/kipi-plugins/digikam-5.1-fix-build.patch b/nonprism/kipi-plugins/digikam-5.1-fix-build.patch deleted file mode 100644 index 29f282079..000000000 --- a/nonprism/kipi-plugins/digikam-5.1-fix-build.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- digikam-5.1.0/core/libs/rawengine/libraw/libraw/libraw_types.h.orig 2016-08-09 15:05:10.449224741 +0000 -+++ digikam-5.1.0/core/libs/rawengine/libraw/libraw/libraw_types.h 2016-08-09 15:05:50.725789944 +0000 -@@ -618,10 +618,10 @@ - #elif defined(_M_X64) || defined(__amd64__) - #define LibRawBigEndian 0 - --#elif defined(__LITTLE_ENDIAN__) -+#elif __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - #define LibRawBigEndian 0 - --#elif defined(__BIG_ENDIAN__) -+#elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ - #define LibRawBigEndian 1 - #elif defined(_ARM_) - #define LibRawBigEndian 0 diff --git a/nonprism/kipi-plugins/libre.patch b/nonprism/kipi-plugins/libre.patch index 6255727bb..8c677e210 100644 --- a/nonprism/kipi-plugins/libre.patch +++ b/nonprism/kipi-plugins/libre.patch @@ -1,5 +1,5 @@ diff --git a/extra/kipi-plugins/sendimages/emailsettings.h b/extra/kipi-plugins/sendimages/emailsettings.h -index 8f98ec5..4b55443 100644 +index 0f58cc4..b497299 100644 --- a/extra/kipi-plugins/sendimages/emailsettings.h +++ b/extra/kipi-plugins/sendimages/emailsettings.h @@ -64,10 +64,9 @@ public: @@ -15,10 +15,10 @@ index 8f98ec5..4b55443 100644 enum ImageSize diff --git a/extra/kipi-plugins/sendimages/sendimages.cpp b/extra/kipi-plugins/sendimages/sendimages.cpp -index 498cf92..67b03f9 100644 +index 1be65d6..68094de 100644 --- a/extra/kipi-plugins/sendimages/sendimages.cpp +++ b/extra/kipi-plugins/sendimages/sendimages.cpp -@@ -593,18 +593,13 @@ bool SendImages::invokeMailAgent() +@@ -589,18 +589,13 @@ bool SendImages::invokeMailAgent() // More info about command lines options with Mozilla & co: // http://www.mozilla.org/docs/command-line-args.html#Syntax_Rules @@ -41,10 +41,10 @@ index 498cf92..67b03f9 100644 QStringList args; diff --git a/extra/kipi-plugins/sendimages/settingswidget.cpp b/extra/kipi-plugins/sendimages/settingswidget.cpp -index 7e55726..fd8eec5 100644 +index b8416a4..f160310 100644 --- a/extra/kipi-plugins/sendimages/settingswidget.cpp +++ b/extra/kipi-plugins/sendimages/settingswidget.cpp -@@ -96,10 +96,9 @@ SettingsWidget::SettingsWidget(QWidget* const parent) +@@ -97,10 +97,9 @@ SettingsWidget::SettingsWidget(QWidget* const parent) d->mailAgentName->insertItem(EmailSettings::CLAWSMAIL, QLatin1String("Claws Mail")); d->mailAgentName->insertItem(EmailSettings::EVOLUTION, QLatin1String("Evolution")); d->mailAgentName->insertItem(EmailSettings::KMAIL, QLatin1String("KMail")); @@ -53,6 +53,6 @@ index 7e55726..fd8eec5 100644 d->mailAgentName->insertItem(EmailSettings::SYLPHEEDCLAWS, QLatin1String("Sylpheed-Claws")); - d->mailAgentName->insertItem(EmailSettings::THUNDERBIRD, QLatin1String("Thunderbird")); + d->mailAgentName->insertItem(EmailSettings::ICEDOVE, QLatin1String("Icedove")); + #endif d->mailAgentName->setCurrentIndex(EmailSettings::DEFAULT); d->mailAgentName->setWhatsThis(i18n("Select your preferred external email program here. " - "Default is the current email program set in KDE " diff --git a/nonprism/kipi-plugins/nonprism.patch b/nonprism/kipi-plugins/nonprism.patch index 4b31776a4..570c61ae0 100644 --- a/nonprism/kipi-plugins/nonprism.patch +++ b/nonprism/kipi-plugins/nonprism.patch @@ -1,38 +1,177 @@ -diff --git a/doc/kipi-plugins/index.docbook b/doc/kipi-plugins/index.docbook -index 45f6406..ebafd76 100644 ---- a/doc/kipi-plugins/index.docbook -+++ b/doc/kipi-plugins/index.docbook -@@ -9,7 +9,6 @@ - - - -- - - - -@@ -121,9 +120,6 @@ The plugins available in this handbook are: - photograph on your image collections - - --Remote Flickr Export plugin -- -- - The Gallery Export plugin is a tool for export image collections to a remote Gallery server - - -@@ -180,7 +176,6 @@ please contact the Kipi team mailing list at kde-imaging@kde.org. - &doc-convertimages; - &doc-effectimages; - &doc-filterimages; --&doc-flickrexport; - &doc-geolocation; - &doc-imagesgallery; - &doc-imageviewer; +diff --git a/doc/TODO b/doc/TODO +index 2440062..e8ff7a3 100644 +--- a/doc/TODO ++++ b/doc/TODO +@@ -78,16 +78,10 @@ menu-mainwindow.docbook * * Gi + tool-acquireimages.docbook + tool-advrename.docbook Need to be created + tool-calendar.docbook Need to be created +-tool-dropbox.docbook Need to be created + tool-expoblending.docbook Need to be created +-tool-facebook.docbook Need to be created + tool-findduplicates.docbook Need to be created + tool-flashexport.docbook Need to be created +-tool-flickrexport.docbook + tool-geolocationeditor.docbook Need to be created +-tool-googleexport.docbook Need to be created +-tool-imageshack.docbook Need to be created +-tool-imgur.docbook Need to be created + tool-kmlexport.docbook Need to be created + tool-maintenance.docbook Need to be created + tool-mediawiki.docbook Need to be created +@@ -96,12 +90,8 @@ tool-panorama.docbook + tool-piwigoexport.docbook Need to be created + tool-presentation.docbook + tool-printwizard.docbook +-tool-rajce.docbook Need to be created + tool-remotestorage.docbook Need to be created + tool-sendimages.docbook +-tool-smug.docbook Need to be created +-tool-vkontakte.docbook Need to be created +-tool-yandexfotki.docbook Need to be created + using-bqm.docbook + using-camera.docbook DONE DONE Gilles + using-camera-intro.docbook +diff --git a/doc/digikam/index.docbook b/doc/digikam/index.docbook +index 8e28728..cc9819e 100644 +--- a/doc/digikam/index.docbook ++++ b/doc/digikam/index.docbook +@@ -169,21 +169,11 @@ + + + +- + + +- + +- +- +- +- + +- + +- +- +- + + + +@@ -292,21 +282,11 @@ + + &doc-tool-printwizard; + &doc-tool-sendimages; +- &doc-tool-flickrexport; + &doc-tool-piwigoexport; + &doc-tool-kmlexport; +- &doc-tool-googleexport; + &doc-tool-flashexport; +- &doc-tool-dropbox; +- &doc-tool-facebook; +- &doc-tool-imageshack; +- &doc-tool-imgur; + &doc-tool-mediawiki; +- &doc-tool-rajce; + &doc-tool-remotestorage; +- &doc-tool-smug; +- &doc-tool-vkontakte; +- &doc-tool-yandexfotki; + + + +diff --git a/doc/digikam/menu-mainwindow.docbook b/doc/digikam/menu-mainwindow.docbook +index cb0c5da..dcca755 100644 +--- a/doc/digikam/menu-mainwindow.docbook ++++ b/doc/digikam/menu-mainwindow.docbook +@@ -660,22 +660,6 @@ + + + +- ExportKML Export... +- +- +- +- Tool to export the images series into a KML structure. KML files can then be opened and displayed with GoogleEarth. +- +- +- See the dedicated +- KML Export Tool +- for more information. +- +- +- +- +- +- + ToolsExport to Piwigo + + +@@ -690,21 +674,6 @@ + + + +- +- +- ExportExport to Flickr... +- +- +- +- Tool to upload or update images to Flickr server. +- +- +- See the dedicated +- Flickr Export Tool +- for more information. +- +- +- + +- +- +- ExportExport to Google Photos... +- +- +- +- Tool upload or update images to Google Photos galleries. +- +- +- See the dedicated +- Google Services Tool +- for more information. +- +- +- +- +- +- +- ExportExport to Google Drive... +- +- +- +- Tool upload images to Google Drive. +- +- +- See the dedicated +- Google Services Tool +- for more information. +- +- +- +