summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd>2015-12-12 19:32:45 +0000
committermarkd <markd>2015-12-12 19:32:45 +0000
commit396fc14354a7c42283c7d2ec3b84459839995ba4 (patch)
treec0752eebca42ae9c16b80c2f56387e12283a7bdf /graphics
parentd079bc486920ca24a4574cdc6bbaf77978195f80 (diff)
downloadpkgsrc-396fc14354a7c42283c7d2ec3b84459839995ba4.tar.gz
Update kipi-plugins to 4.13.0 (part of digikam 4.13.0) somewhat overdue.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kipi-plugins/Makefile11
-rw-r--r--graphics/kipi-plugins/PLIST604
-rw-r--r--graphics/kipi-plugins/distinfo16
-rw-r--r--graphics/kipi-plugins/patches/patch-CMakeLists.txt49
-rw-r--r--graphics/kipi-plugins/patches/patch-README19
-rw-r--r--graphics/kipi-plugins/patches/patch-removeredeyes_CMakeLists.txt13
-rw-r--r--graphics/kipi-plugins/patches/patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp22
-rw-r--r--graphics/kipi-plugins/patches/patch-removeredeyes_plugin_libopencv.h32
-rw-r--r--graphics/kipi-plugins/patches/patch-removeredeyes_test_CMakeLists.txt19
9 files changed, 710 insertions, 75 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index a6b205082d7..f9f29b9348f 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.108 2015/04/25 14:23:14 tnn Exp $
+# $NetBSD: Makefile,v 1.109 2015/12/12 19:32:45 markd Exp $
#
-PKGNAME= kipi-plugins-4.4.0
-PKGREVISION= 2
-DISTNAME= digikam-4.4.0
+PKGNAME= kipi-plugins-4.13.0
+DISTNAME= digikam-4.13.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_KDE:=digikam/}
EXTRACT_SUFX= .tar.bz2
@@ -20,15 +19,17 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config bison
+CMAKE_ARGS+= -DENABLE_OPENCV3:BOOL=ON
WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins
post-patch:
${ECHO} "FIND_PACKAGE(Msgfmt REQUIRED)" >> ${WRKSRC}/CMakeLists.txt
${ECHO} "FIND_PACKAGE(Gettext REQUIRED)" >> ${WRKSRC}/CMakeLists.txt
+ ${ECHO} "set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS 1)" >> ${WRKSRC}/CMakeLists.txt
${ECHO} "ADD_SUBDIRECTORY(po)" >> ${WRKSRC}/CMakeLists.txt
ln -s ../../po ${WRKSRC}/po
- rm ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/libkgeomap.po ${WRKSRC}/po/*/libkipi.po
+ rm ${WRKSRC}/po/*/digikam.po ${WRKSRC}/po/*/libkipi.po
SUBST_CLASSES+= xdg
SUBST_SED.xdg= -e "s,/usr/bin/env xdg-open,${PREFIX}/bin/xdg-open,"
diff --git a/graphics/kipi-plugins/PLIST b/graphics/kipi-plugins/PLIST
index 6e9e1c9469a..e7dbd194c2f 100644
--- a/graphics/kipi-plugins/PLIST
+++ b/graphics/kipi-plugins/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.24 2014/11/15 20:59:33 markd Exp $
+@comment $NetBSD: PLIST,v 1.25 2015/12/12 19:32:45 markd Exp $
bin/dngconverter
-bin/dnginfo
bin/expoblending
bin/panoramagui
bin/photolayoutseditor
@@ -10,7 +9,6 @@ lib/kde4/kipiplugin_advancedslideshow.so
lib/kde4/kipiplugin_batchprocessimages.so
lib/kde4/kipiplugin_calendar.so
lib/kde4/kipiplugin_debianscreenshots.so
-lib/kde4/kipiplugin_dlnaexport.so
lib/kde4/kipiplugin_dngconverter.so
lib/kde4/kipiplugin_dropbox.so
lib/kde4/kipiplugin_expoblending.so
@@ -18,7 +16,7 @@ lib/kde4/kipiplugin_facebook.so
lib/kde4/kipiplugin_flashexport.so
lib/kde4/kipiplugin_flickrexport.so
lib/kde4/kipiplugin_galleryexport.so
-lib/kde4/kipiplugin_googledrive.so
+lib/kde4/kipiplugin_googleservices.so
lib/kde4/kipiplugin_gpssync.so
lib/kde4/kipiplugin_htmlexport.so
lib/kde4/kipiplugin_imageshackexport.so
@@ -33,7 +31,6 @@ lib/kde4/kipiplugin_kopete.so
lib/kde4/kipiplugin_metadataedit.so
lib/kde4/kipiplugin_panorama.so
lib/kde4/kipiplugin_photolayoutseditor.so
-lib/kde4/kipiplugin_picasawebexport.so
lib/kde4/kipiplugin_piwigoexport.so
lib/kde4/kipiplugin_printimages.so
lib/kde4/kipiplugin_rajceexport.so
@@ -47,7 +44,7 @@ lib/kde4/kipiplugin_vkontakte.so
lib/kde4/kipiplugin_wikimedia.so
lib/kde4/kipiplugin_yandexfotki.so
lib/libkipiplugins.so
-lib/libkipiplugins.so.${PKGVERSION}
+lib/libkipiplugins.so.4.14.0
share/applications/kde4/dngconverter.desktop
share/applications/kde4/expoblending.desktop
share/applications/kde4/kipiplugins.desktop
@@ -58,7 +55,6 @@ share/icons/hicolor/128x128/apps/kipi-dngconverter.png
share/icons/hicolor/128x128/apps/kipi-flash.png
share/icons/hicolor/128x128/apps/photolayoutseditor.png
share/icons/hicolor/16x16/apps/kipi-debianscreenshots.png
-share/icons/hicolor/16x16/apps/kipi-dlna.png
share/icons/hicolor/16x16/apps/kipi-dngconverter.png
share/icons/hicolor/16x16/apps/kipi-dropbox.png
share/icons/hicolor/16x16/apps/kipi-expoblending.png
@@ -112,7 +108,6 @@ share/icons/hicolor/32x32/actions/recompressimages.png
share/icons/hicolor/32x32/actions/renameimages.png
share/icons/hicolor/32x32/actions/resizeimages.png
share/icons/hicolor/32x32/apps/kipi-debianscreenshots.png
-share/icons/hicolor/32x32/apps/kipi-dlna.png
share/icons/hicolor/32x32/apps/kipi-dngconverter.png
share/icons/hicolor/32x32/apps/kipi-dropbox.png
share/icons/hicolor/32x32/apps/kipi-expoblending.png
@@ -139,7 +134,6 @@ share/icons/hicolor/32x32/apps/kipi-wikimedia.png
share/icons/hicolor/32x32/apps/kipi-zooomr.png
share/icons/hicolor/32x32/apps/photolayoutseditor.png
share/icons/hicolor/48x48/apps/kipi-debianscreenshots.png
-share/icons/hicolor/48x48/apps/kipi-dlna.png
share/icons/hicolor/48x48/apps/kipi-dngconverter.png
share/icons/hicolor/48x48/apps/kipi-dropbox.png
share/icons/hicolor/48x48/apps/kipi-expoblending.png
@@ -160,7 +154,6 @@ share/icons/hicolor/48x48/apps/kipi-smugmug.png
share/icons/hicolor/48x48/apps/kipi-wikimedia.png
share/icons/hicolor/48x48/apps/kipi-zooomr.png
share/icons/hicolor/48x48/apps/photolayoutseditor.png
-share/icons/hicolor/64x64/apps/kipi-dlna.png
share/icons/hicolor/64x64/apps/kipi-dngconverter.png
share/icons/hicolor/64x64/apps/kipi-imageshack.png
share/icons/hicolor/64x64/apps/kipi-metadataedit.png
@@ -195,7 +188,6 @@ share/kde/apps/kipi/kipiplugin_advancedslideshowui.rc
share/kde/apps/kipi/kipiplugin_batchprocessimagesui.rc
share/kde/apps/kipi/kipiplugin_calendarui.rc
share/kde/apps/kipi/kipiplugin_debianscreenshotsui.rc
-share/kde/apps/kipi/kipiplugin_dlnaexportui.rc
share/kde/apps/kipi/kipiplugin_dngconverterui.rc
share/kde/apps/kipi/kipiplugin_dropboxui.rc
share/kde/apps/kipi/kipiplugin_expoblendingui.rc
@@ -203,7 +195,7 @@ share/kde/apps/kipi/kipiplugin_facebookui.rc
share/kde/apps/kipi/kipiplugin_flashexportui.rc
share/kde/apps/kipi/kipiplugin_flickrexportui.rc
share/kde/apps/kipi/kipiplugin_galleryexportui.rc
-share/kde/apps/kipi/kipiplugin_googledriveui.rc
+share/kde/apps/kipi/kipiplugin_googleservicesui.rc
share/kde/apps/kipi/kipiplugin_gpssyncui.rc
share/kde/apps/kipi/kipiplugin_htmlexportui.rc
share/kde/apps/kipi/kipiplugin_imageshackexportui.rc
@@ -218,7 +210,6 @@ share/kde/apps/kipi/kipiplugin_kopeteui.rc
share/kde/apps/kipi/kipiplugin_metadataeditui.rc
share/kde/apps/kipi/kipiplugin_panoramaui.rc
share/kde/apps/kipi/kipiplugin_photolayoutseditorui.rc
-share/kde/apps/kipi/kipiplugin_picasawebexportui.rc
share/kde/apps/kipi/kipiplugin_piwigoexportui.rc
share/kde/apps/kipi/kipiplugin_printimagesui.rc
share/kde/apps/kipi/kipiplugin_rajceexportui.rc
@@ -232,9 +223,6 @@ share/kde/apps/kipi/kipiplugin_vkontakteui.rc
share/kde/apps/kipi/kipiplugin_wikimediaui.rc
share/kde/apps/kipi/kipiplugin_yandexfotkiui.rc
share/kde/apps/kipi/tips
-share/kde/apps/kipiplugin_dlnaexport/xml/dlnaexport_connectionmanager_source_scpd.xml
-share/kde/apps/kipiplugin_dlnaexport/xml/dlnaexport_contentdirectory_scpd.xml
-share/kde/apps/kipiplugin_dlnaexport/xml/dlnaexport_mediaserver_description.xml
share/kde/apps/kipiplugin_expoblending/pics/assistant-enfuse.png
share/kde/apps/kipiplugin_expoblending/pics/assistant-preprocessing.png
share/kde/apps/kipiplugin_expoblending/pics/assistant-stack.png
@@ -369,7 +357,6 @@ share/kde4/services/kipiplugin_advancedslideshow.desktop
share/kde4/services/kipiplugin_batchprocessimages.desktop
share/kde4/services/kipiplugin_calendar.desktop
share/kde4/services/kipiplugin_debianscreenshots.desktop
-share/kde4/services/kipiplugin_dlnaexport.desktop
share/kde4/services/kipiplugin_dngconverter.desktop
share/kde4/services/kipiplugin_dropbox.desktop
share/kde4/services/kipiplugin_expoblending.desktop
@@ -377,7 +364,7 @@ share/kde4/services/kipiplugin_facebook.desktop
share/kde4/services/kipiplugin_flashexport.desktop
share/kde4/services/kipiplugin_flickrexport.desktop
share/kde4/services/kipiplugin_galleryexport.desktop
-share/kde4/services/kipiplugin_googledrive.desktop
+share/kde4/services/kipiplugin_googleservices.desktop
share/kde4/services/kipiplugin_gpssync.desktop
share/kde4/services/kipiplugin_htmlexport.desktop
share/kde4/services/kipiplugin_imageshackexport.desktop
@@ -392,7 +379,6 @@ share/kde4/services/kipiplugin_kopete.desktop
share/kde4/services/kipiplugin_metadataedit.desktop
share/kde4/services/kipiplugin_panorama.desktop
share/kde4/services/kipiplugin_photolayoutseditor.desktop
-share/kde4/services/kipiplugin_picasawebexport.desktop
share/kde4/services/kipiplugin_piwigoexport.desktop
share/kde4/services/kipiplugin_printimages.desktop
share/kde4/services/kipiplugin_rajceexport.desktop
@@ -424,190 +410,294 @@ share/locale/bs/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/bs/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/bs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/bs/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/bs/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/bs/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/bs/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/bs/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/bs/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/bs/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/bs/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/bs/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/bs/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/bs/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/bs/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/bs/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/bs/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/bs/LC_MESSAGES/kipiplugin_smug.mo
share/locale/bs/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/bs/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/bs/LC_MESSAGES/kipiplugins.mo
share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/ca/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ca/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/ca/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ca/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/ca/LC_MESSAGES/kipiplugins.mo
share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/cs/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/cs/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/cs/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/cs/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/cs/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/cs/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/cs/LC_MESSAGES/kipiplugin_smug.mo
share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/cs/LC_MESSAGES/kipiplugins.mo
share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/da/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/da/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/da/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/da/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/da/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/da/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/da/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/da/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/da/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/da/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/da/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/da/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/da/LC_MESSAGES/kipiplugin_smug.mo
share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/da/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/da/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/da/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/da/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/da/LC_MESSAGES/kipiplugins.mo
share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/de/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/de/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/de/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/de/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/de/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/de/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/de/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/de/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/de/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/de/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/de/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/de/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/de/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/de/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/de/LC_MESSAGES/kipiplugin_smug.mo
share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/de/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/de/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/de/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/de/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/de/LC_MESSAGES/kipiplugins.mo
share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/el/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/el/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/el/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/el/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/el/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/el/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/el/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/el/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/el/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/el/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/el/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/el/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/el/LC_MESSAGES/kipiplugin_smug.mo
share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/el/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/el/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/el/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/el/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/el/LC_MESSAGES/kipiplugins.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_smug.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
share/locale/eo/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/eo/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -619,6 +709,7 @@ share/locale/eo/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/eo/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/eo/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/eo/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/eo/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_imageviewer.mo
@@ -626,7 +717,6 @@ share/locale/eo/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/eo/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/eo/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/eo/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/eo/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -640,55 +730,82 @@ share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/es/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/es/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/es/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/es/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/es/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/es/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/es/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/es/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/es/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/es/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/es/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/es/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/es/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/es/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/es/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/es/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/es/LC_MESSAGES/kipiplugin_smug.mo
share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/es/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/es/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/es/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/es/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/es/LC_MESSAGES/kipiplugins.mo
share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/et/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/et/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/et/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/et/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/et/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/et/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/et/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/et/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/et/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/et/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/et/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/et/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/et/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/et/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/et/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/et/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/et/LC_MESSAGES/kipiplugin_smug.mo
share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/et/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/et/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/et/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/et/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/et/LC_MESSAGES/kipiplugins.mo
share/locale/eu/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/eu/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -700,12 +817,12 @@ share/locale/eu/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/eu/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/eu/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/eu/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/eu/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/eu/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/eu/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/eu/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/eu/LC_MESSAGES/kipiplugin_removeredeyes.mo
@@ -718,109 +835,159 @@ share/locale/fi/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/fi/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/fi/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/fi/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_dngconverter.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_expoblending.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/fi/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/fi/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/fi/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/fi/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_shwup.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_smug.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/fi/LC_MESSAGES/kipiplugins.mo
share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/fr/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/fr/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/fr/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/fr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/fr/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/fr/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/fr/LC_MESSAGES/kipiplugin_smug.mo
share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/fr/LC_MESSAGES/kipiplugins.mo
share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ga/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/ga/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ga/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ga/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/ga/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ga/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/ga/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ga/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ga/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ga/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/ga/LC_MESSAGES/kipiplugins.mo
share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/gl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/gl/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/gl/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/gl/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/gl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/gl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/gl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/gl/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/gl/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/gl/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/gl/LC_MESSAGES/kipiplugin_smug.mo
share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/gl/LC_MESSAGES/kipiplugins.mo
share/locale/he/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/hi/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -843,6 +1010,7 @@ share/locale/hr/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/hr/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/hr/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/hr/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/hr/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_imageviewer.mo
@@ -850,7 +1018,6 @@ share/locale/hr/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/hr/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/hr/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/hr/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/hr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/hr/LC_MESSAGES/kipiplugin_removeredeyes.mo
@@ -863,175 +1030,274 @@ share/locale/hu/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/hu/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/hu/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/hu/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/hu/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/hu/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/hu/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/hu/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/hu/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/hu/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/hu/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/hu/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/hu/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/hu/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/hu/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/hu/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/hu/LC_MESSAGES/kipiplugin_smug.mo
share/locale/hu/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/hu/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/hu/LC_MESSAGES/kipiplugins.mo
+share/locale/id/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/id/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/id/LC_MESSAGES/kipiplugin_dropbox.mo
+share/locale/id/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/id/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/id/LC_MESSAGES/kipiplugin_googledrive.mo
+share/locale/id/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/id/LC_MESSAGES/kipiplugin_kopete.mo
+share/locale/id/LC_MESSAGES/kipiplugin_piwigoexport.mo
+share/locale/id/LC_MESSAGES/kipiplugin_rajceexport.mo
+share/locale/id/LC_MESSAGES/kipiplugin_shwup.mo
+share/locale/id/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/id/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/id/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/id/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/is/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/is/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/is/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/is/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/is/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/is/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/is/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/is/LC_MESSAGES/kipiplugin_smug.mo
share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/is/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/is/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/is/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/is/LC_MESSAGES/kipiplugins.mo
share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/it/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/it/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/it/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/it/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/it/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/it/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/it/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/it/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/it/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/it/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/it/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/it/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/it/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/it/LC_MESSAGES/kipiplugin_smug.mo
share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/it/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/it/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/it/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/it/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/it/LC_MESSAGES/kipiplugins.mo
share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/ja/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ja/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ja/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ja/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/ja/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ja/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ja/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/ja/LC_MESSAGES/kipiplugins.mo
share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/km/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/km/LC_MESSAGES/kipiplugin_debianscreenshots.mo
share/locale/km/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/km/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/km/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/km/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/km/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/km/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/km/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/km/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/km/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/km/LC_MESSAGES/kipiplugin_panorama.mo
share/locale/km/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/km/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/km/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/km/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/km/LC_MESSAGES/kipiplugin_smug.mo
share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/km/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/km/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/km/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/km/LC_MESSAGES/kipiplugins.mo
share/locale/ko/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ko/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ko/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ko/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/ko/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ko/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ko/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ko/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ko/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ko/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ko/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ko/LC_MESSAGES/kipiplugin_wikimedia.mo
share/locale/ko/LC_MESSAGES/kipiplugins.mo
share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/lt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/lt/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/lt/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/lt/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/lt/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/lt/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/lt/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/lt/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/lt/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/lt/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/lt/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/lt/LC_MESSAGES/kipiplugin_smug.mo
share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/lt/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/lt/LC_MESSAGES/kipiplugins.mo
share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/lv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -1048,82 +1314,127 @@ share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nb/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/nb/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/nb/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/nb/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/nb/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/nb/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nb/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nb/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/nb/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/nb/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nb/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nb/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/nb/LC_MESSAGES/kipiplugin_smug.mo
share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/nb/LC_MESSAGES/kipiplugins.mo
share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/nds/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/nds/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/nds/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nds/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/nds/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nds/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/nds/LC_MESSAGES/kipiplugin_smug.mo
share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/nds/LC_MESSAGES/kipiplugins.mo
share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/nl/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/nl/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/nl/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/nl/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nl/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/nl/LC_MESSAGES/kipiplugin_smug.mo
share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/nl/LC_MESSAGES/kipiplugins.mo
share/locale/nn/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nn/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -1132,13 +1443,13 @@ share/locale/nn/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/nn/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/nn/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nn/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/nn/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nn/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/nn/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/nn/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/nn/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nn/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/nn/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/nn/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nn/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/nn/LC_MESSAGES/kipiplugin_sendimages.mo
@@ -1160,13 +1471,13 @@ share/locale/pa/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/pa/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pa/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pa/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
@@ -1175,101 +1486,152 @@ share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/pl/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/pl/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/pl/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pl/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/pl/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pl/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pl/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/pl/LC_MESSAGES/kipiplugin_smug.mo
share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/pl/LC_MESSAGES/kipiplugins.mo
share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/pt/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/pt/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/pt/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pt/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/pt/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pt/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/pt/LC_MESSAGES/kipiplugin_smug.mo
share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/pt/LC_MESSAGES/kipiplugins.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_smug.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo
share/locale/ro/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ro/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ro/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ro/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/ro/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ro/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ro/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ro/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ro/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ro/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ro/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ro/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/ro/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/ro/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ro/LC_MESSAGES/kipiplugin_removeredeyes.mo
@@ -1277,33 +1639,49 @@ share/locale/ro/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ro/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ro/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ro/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_wikimedia.mo
share/locale/ro/LC_MESSAGES/kipiplugins.mo
share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/ru/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/ru/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/ru/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ru/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/ru/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ru/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ru/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/ru/LC_MESSAGES/kipiplugin_smug.mo
share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/ru/LC_MESSAGES/kipiplugins.mo
share/locale/se/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/se/LC_MESSAGES/kipiplugin_timeadjust.mo
@@ -1312,53 +1690,83 @@ share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/sk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/sk/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/sk/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/sk/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sk/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/sk/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sk/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sk/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo
share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/sk/LC_MESSAGES/kipiplugins.mo
share/locale/sl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/sl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/sl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/sl/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/sl/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/sl/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/sl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sl/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sl/LC_MESSAGES/kipiplugin_kioexportimport.mo
-share/locale/sl/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_kopete.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/sl/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/sl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sl/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/sl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sl/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/sl/LC_MESSAGES/kipiplugin_smug.mo
share/locale/sl/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/sl/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/sl/LC_MESSAGES/kipiplugins.mo
share/locale/sq/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/sq/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -1367,12 +1775,12 @@ share/locale/sq/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/sq/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/sq/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/sq/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/sq/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/sq/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sq/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/sq/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/sq/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sq/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sq/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/sq/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sq/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sq/LC_MESSAGES/kipiplugin_timeadjust.mo
@@ -1381,28 +1789,43 @@ share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/sv/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/sv/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/sv/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sv/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/sv/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sv/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/sv/LC_MESSAGES/kipiplugin_smug.mo
share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/sv/LC_MESSAGES/kipiplugins.mo
share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -1414,6 +1837,7 @@ share/locale/th/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/th/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/th/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_imageviewer.mo
@@ -1421,7 +1845,6 @@ share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/th/LC_MESSAGES/kipiplugin_kioexportimport.mo
share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/th/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_printimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -1435,107 +1858,158 @@ share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/tr/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/tr/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/tr/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/tr/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/tr/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/tr/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/tr/LC_MESSAGES/kipiplugin_smug.mo
share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/tr/LC_MESSAGES/kipiplugins.mo
share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/uk/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/uk/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/uk/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/uk/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/uk/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/uk/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/uk/LC_MESSAGES/kipiplugin_smug.mo
share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/uk/LC_MESSAGES/kipiplugins.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_debianscreenshots.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_smug.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_debianscreenshots.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_dlnaexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_dropbox.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_expoblending.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_facebook.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_flashexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_googledrive.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageshackexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_imgurexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_jalbumexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_kioexportimport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_kmlexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_kopete.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/zh_TW/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_panorama.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_photolayouteditor.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_piwigoexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_rajceexport.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_removeredeyes.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_shwup.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_smug.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_videoslideshow.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_vkontakte.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_wikimedia.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_yandexfotki.mo
share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo
diff --git a/graphics/kipi-plugins/distinfo b/graphics/kipi-plugins/distinfo
index bf117a7433e..bc300867d7f 100644
--- a/graphics/kipi-plugins/distinfo
+++ b/graphics/kipi-plugins/distinfo
@@ -1,6 +1,12 @@
-$NetBSD: distinfo,v 1.34 2015/11/03 21:34:05 agc Exp $
+$NetBSD: distinfo,v 1.35 2015/12/12 19:32:45 markd Exp $
-SHA1 (digikam-4.4.0.tar.bz2) = 1feb43120addda314e09761440ec2058e430171c
-RMD160 (digikam-4.4.0.tar.bz2) = 540f243361aba3c95b675c05f84d8d60efab1948
-SHA512 (digikam-4.4.0.tar.bz2) = 4992fad1e574fc44eac53f3ac8d4ab78ccbf8e04beb54a211a9afc20af1efb6f8bacedea07e403f490e7f70a74ed5ac02d4f9b939dfaf25f64a4a9bda0a7d94a
-Size (digikam-4.4.0.tar.bz2) = 68871203 bytes
+SHA1 (digikam-4.13.0.tar.bz2) = d696ac88dcb3bcbd3a5da83b0fbe5e7315a43f92
+RMD160 (digikam-4.13.0.tar.bz2) = 11d6aa15a94cd38acca79f2a31f65393a01a2b0b
+SHA512 (digikam-4.13.0.tar.bz2) = 0cadb55f568a34d07f008791ca351428f4cd9e7060ba79aa8acc25e5e38f0bbcd586df764dacbcb9d1dadb56d2fb9160760cc89aeab4d7cef9bdbd26f691752b
+Size (digikam-4.13.0.tar.bz2) = 69554099 bytes
+SHA1 (patch-CMakeLists.txt) = 84a60e41594a93a619994157529da2656e17e38a
+SHA1 (patch-README) = 2b01709a03ffa0d74fb20a5b9d6aced552df2c9b
+SHA1 (patch-removeredeyes_CMakeLists.txt) = b2224f70410e6c767258b751e05bedab4515cbfa
+SHA1 (patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp) = 7084638db7858c144710e3c18eadef0fcf022d77
+SHA1 (patch-removeredeyes_plugin_libopencv.h) = 6460c0f62d095372588b1397b337157defb82fe7
+SHA1 (patch-removeredeyes_test_CMakeLists.txt) = b5ff51e037754a133450f599603811cdd10660a4
diff --git a/graphics/kipi-plugins/patches/patch-CMakeLists.txt b/graphics/kipi-plugins/patches/patch-CMakeLists.txt
new file mode 100644
index 00000000000..ae8c579d545
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-CMakeLists.txt
@@ -0,0 +1,49 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- CMakeLists.txt.orig 2015-10-16 21:39:14.000000000 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,3 @@
+-cmake_minimum_required(VERSION 2.8.9)
+ #
+ # Copyright (c) 2010-2015, Gilles Caulier, <caulier dot gilles at gmail dot com>
+ #
+@@ -11,16 +10,18 @@ project(kipi-plugins)
+ message(STATUS "----------------------------------------------------------------------------------")
+ message(STATUS "Starting CMake configuration for: kipi-plugins")
+
++option(ENABLE_OPENCV3 "Build kipi-plugins with OpenCV3 instead OpenCV2 (default=OFF)" OFF)
++
+ # =======================================================
+ # Information to update before to release this package.
+
+ # kipi-plugins version
+ set(KIPIPLUGINS_MAJOR_VERSION "4")
+-set(KIPIPLUGINS_MINOR_VERSION "13")
++set(KIPIPLUGINS_MINOR_VERSION "14")
+ set(KIPIPLUGINS_PATCH_VERSION "0")
+
+ # kipi-plugins release date
+-set(KIPIPLUGINS_RELEASE_DATE "2015-08-30")
++set(KIPIPLUGINS_RELEASE_DATE "2015-09-27")
+
+ # Suffix to add at end of version string. Usual values are:
+ # "-git" : alpha code unstable from git. Do not use in production
+@@ -165,8 +166,14 @@ if(KIPI_FOUND)
+
+ include(MacroUtils)
+ include(MacroOpenCV)
+- set(OPENCV_MIN_VERSION "2.4.9")
+- DETECT_OPENCV(${OPENCV_MIN_VERSION} core highgui objdetect contrib legacy imgproc)
++
++ if (ENABLE_OPENCV3)
++ set(OPENCV_MIN_VERSION "3.0.0")
++ DETECT_OPENCV(${OPENCV_MIN_VERSION} core face highgui objdetect imgproc)
++ else()
++ set(OPENCV_MIN_VERSION "2.4.9")
++ DETECT_OPENCV(${OPENCV_MIN_VERSION} core highgui objdetect contrib legacy imgproc)
++ endif()
+
+ include(MacroOptionalDependPackage)
+
diff --git a/graphics/kipi-plugins/patches/patch-README b/graphics/kipi-plugins/patches/patch-README
new file mode 100644
index 00000000000..8e3fae38210
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-README
@@ -0,0 +1,19 @@
+$NetBSD: patch-README,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- README.orig 2015-09-03 21:22:45.000000000 +0000
++++ README
+@@ -140,6 +140,12 @@ http://bugs.kde.org/buglist.cgi?product=
+
+ -- INSTALL ------------------------------------------------------------
+
++CMake compilation options to custom digiKam:
++
++Use CMake "-DENABLE_OPENCV3=on" flag to compile kipi-plugins source code using OpenCV3 instead OpenCV2 (disabled by default).
++ OpenCV3 support needs extra contrib modules package, especially 'face'
++ and 'legacy' components.
++
+ In order to compile, especially when QT3/Qt4 are installed at the same time,
+ just use something like that:
+
diff --git a/graphics/kipi-plugins/patches/patch-removeredeyes_CMakeLists.txt b/graphics/kipi-plugins/patches/patch-removeredeyes_CMakeLists.txt
new file mode 100644
index 00000000000..1013c4ef862
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-removeredeyes_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD: patch-removeredeyes_CMakeLists.txt,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- removeredeyes/CMakeLists.txt.orig 2015-09-03 21:22:45.000000000 +0000
++++ removeredeyes/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ #
+-# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com>
++# Copyright (c) 2010-2015, Gilles Caulier, <caulier dot gilles at gmail dot com>
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
diff --git a/graphics/kipi-plugins/patches/patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp b/graphics/kipi-plugins/patches/patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp
new file mode 100644
index 00000000000..250dbbbafb4
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp
@@ -0,0 +1,22 @@
+$NetBSD: patch-removeredeyes_detection_locators_haarclassifier_haarclassifierlocator.cpp,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- removeredeyes/detection/locators/haarclassifier/haarclassifierlocator.cpp.orig 2015-09-03 21:22:45.000000000 +0000
++++ removeredeyes/detection/locators/haarclassifier/haarclassifierlocator.cpp
+@@ -90,6 +90,15 @@ const QString HaarClassifierLocator::Pri
+
+ // --------------------------------------------------------
+
++#if !(OPENCV_TEST_VERSION(2,5,0))
++
++static void cvFillImage(CvArr* const mat, double color)
++{
++ cvSet(mat, cvColorToScalar(color, cvGetElemType(mat)), 0);
++}
++
++#endif
++
+ int HaarClassifierLocator::findPossibleEyes(double csf, int ngf, const char* classifierFile)
+ {
+ // eyes sequence will reside in the storage
diff --git a/graphics/kipi-plugins/patches/patch-removeredeyes_plugin_libopencv.h b/graphics/kipi-plugins/patches/patch-removeredeyes_plugin_libopencv.h
new file mode 100644
index 00000000000..9ae29a7bcf8
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-removeredeyes_plugin_libopencv.h
@@ -0,0 +1,32 @@
+$NetBSD: patch-removeredeyes_plugin_libopencv.h,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- removeredeyes/plugin/libopencv.h.orig 2015-09-03 21:22:45.000000000 +0000
++++ removeredeyes/plugin/libopencv.h
+@@ -7,7 +7,7 @@
+ * @date 2010-06-16
+ * @brief Wrapper for OpenCV header files
+ *
+- * @author Copyright (C) 2012-2014 by Gilles Caulier
++ * @author Copyright (C) 2012-2015 by Gilles Caulier
+ * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a>
+ *
+ * This program is free software; you can redistribute it
+@@ -53,12 +53,13 @@
+
+ #define OPENCV_MAKE_VERSION(major,minor,patch) (((major) << 16) | ((minor) << 8) | (patch))
+ #define OPENCV_VERSION OPENCV_MAKE_VERSION(CV_MAJOR_VERSION,CV_MINOR_VERSION,CV_SUBMINOR_VERSION)
+-#define OPENCV_TEST_VERSION(major,minor,patch) ( OPENCV_VERSION >= OPENCV_MAKE_VERSION(major,minor,patch) )
++#define OPENCV_TEST_VERSION(major,minor,patch) ( OPENCV_VERSION < OPENCV_MAKE_VERSION(major,minor,patch) )
+
+-#if OPENCV_TEST_VERSION(2,3,0)
++#include <opencv2/core/core_c.h>
++
++#if OPENCV_TEST_VERSION(2,5,0)
+ #include <opencv2/opencv.hpp>
+ #include <opencv2/highgui/highgui_c.h>
+-#include <opencv2/core/core_c.h>
+ #include <opencv2/legacy/compat.hpp>
+ #include <opencv/cvaux.h>
+ #else
diff --git a/graphics/kipi-plugins/patches/patch-removeredeyes_test_CMakeLists.txt b/graphics/kipi-plugins/patches/patch-removeredeyes_test_CMakeLists.txt
new file mode 100644
index 00000000000..9e73f1f16a0
--- /dev/null
+++ b/graphics/kipi-plugins/patches/patch-removeredeyes_test_CMakeLists.txt
@@ -0,0 +1,19 @@
+$NetBSD: patch-removeredeyes_test_CMakeLists.txt,v 1.1 2015/12/12 19:32:45 markd Exp $
+
+opencv3 support. https://bugs.kde.org/show_bug.cgi?id=349601
+
+--- removeredeyes/test/CMakeLists.txt.orig 2015-09-03 21:22:45.000000000 +0000
++++ removeredeyes/test/CMakeLists.txt
+@@ -1,10 +1,10 @@
+ #
+-# Copyright (c) 2010-2014, Gilles Caulier, <caulier dot gilles at gmail dot com>
++# Copyright (c) 2010-2015, Gilles Caulier, <caulier dot gilles at gmail dot com>
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+
+-if(NOT WIN32)
++if(NOT WIN32 AND (${OpenCV_VERSION} VERSION_LESS 3.0.0))
+
+ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../plugin
+ ${CMAKE_CURRENT_SOURCE_DIR}/../libcvblobs