Fix compilation by updating to latest stable (noticed by sturm@)

Also split the cal plugin into a separate package, as it requires
kdepim.
This commit is contained in:
espie 2008-01-21 11:35:22 +00:00
parent e45bc28651
commit ef963ff5a6
8 changed files with 258 additions and 139 deletions

View File

@ -1,37 +1,51 @@
# $OpenBSD: Makefile,v 1.13 2007/11/13 17:10:25 steven Exp $
# $OpenBSD: Makefile,v 1.14 2008/01/21 11:35:22 espie Exp $
COMMENT= kde image plugins
COMMENT-main= kde image plugins
COMMENT-cal= kde image calendar plugin
CATEGORIES= graphics x11 x11/kde
DISTNAME= kipi-plugins-0.1.3
PKGNAME= ${DISTNAME}p1
DISTNAME= kipi-plugins-0.1.4
PKGNAME-main= ${DISTNAME}
PKGNAME-cal= kipi-kcal-plugin-0.1.4
HOMEPAGE= http://extragear.kde.org/apps/kipi/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/}
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS += kipiplugins 0.0 # .0.1
SUBST_VARS+= PKGNAME-cal
MULTI_PACKAGES= -main -cal
SHARED_ONLY=Yes
LIB_DEPENDS+= lib/qt3/qt-mt.>=3.33::x11/qt3 \
kdecore.>=6,DCOP,kwalletclient,khtml,kjs,kutils,kparts,kdeui,kdesu,kio,kdefx,kdeprint::x11/kde/libs3 \
LIB_DEPENDS= kdecore.>=6,DCOP,kdefx,kdeprint,kdesu,kdeui,kio,kparts,kwalletclient::x11/kde/libs3 \
kipi::graphics/libkipi \
exiv2::graphics/exiv2 \
lib/qt3/qt-mt.>=3.33::x11/qt3 \
LIB_DEPENDS-main=${LIB_DEPENDS} \
khtml,kjs,kutils::x11/kde/libs3 \
gphoto2,gphoto2_port::graphics/libgphoto2 \
Imlib2::graphics/imlib2
Imlib2::graphics/imlib2 \
kexiv2:libkexiv2->=0.1.5:graphics/libkexiv2 \
kdcraw::graphics/libkdcraw
LIB_DEPENDS-cal=${LIB_DEPENDS} \
kcal,ktnef,kabc::x11/kde/pim3 \
kipiplugins::graphics/kipi-plugins,-main
RUN_DEPENDS= ::graphics/ImageMagick
MODULES= x11/kde
WANTLIB= GL X11 Xau Xdmcp Xext freetype util m c ICE Xrender SM \
pthread z fam ltdl rpcsvc stdc++ \
jpeg png pcre pcreposix iconv intl art_lgpl_2 tiff exif \
idn exslt xslt xml2 gpg-error gcrypt
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 \
fam iconv idn intl jpeg m png rpcsvc stdc++ util z
WANTLIB-main= ${WANTLIB} GL freetype ltdl \
pcre pcreposix tiff exif \
exslt xslt xml2 gpg-error gcrypt exiv2
WANTLIB-cal= ${WANTLIB} kresources vcard
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
MODKDE_VERSION= 3.5.3
AUTOCONF_VERSION= 2.61
MODKDE_VERSION= 3.5.7
AUTOCONF= /bin/sh ${WRKDIST}/admin/cvs.sh configure
CONFIGURE_ARGS+= ${MODKDE_CONFIGURE_ARGS}
USE_GMAKE?= Yes

View File

@ -1,5 +1,5 @@
MD5 (kipi-plugins-0.1.3.tar.bz2) = e45VkGtdCCgKs608K0Poqw==
RMD160 (kipi-plugins-0.1.3.tar.bz2) = Sg6iXt9q9K30pOuijkqXp4WePzU=
SHA1 (kipi-plugins-0.1.3.tar.bz2) = mILSR+bkLgIG4pXoXRQaGE2hOOY=
SHA256 (kipi-plugins-0.1.3.tar.bz2) = s1oWdnazbwgreDclM/eYWqWrsxnVitGFUuw8HAtUUYQ=
SIZE (kipi-plugins-0.1.3.tar.bz2) = 7595003
MD5 (kipi-plugins-0.1.4.tar.bz2) = YkaZYFkyhLYjAr3nWomMRg==
RMD160 (kipi-plugins-0.1.4.tar.bz2) = vIttDZvIswr7r1rFzLxIYqo6gOI=
SHA1 (kipi-plugins-0.1.4.tar.bz2) = U9NgmiV9/A5CloFDjGBIbPSBX8Y=
SHA256 (kipi-plugins-0.1.4.tar.bz2) = 63zu1utok8yr7hrr9cCDeRmalureKIba9URFZkx4bVM=
SIZE (kipi-plugins-0.1.4.tar.bz2) = 8529867

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-kipi-plugins_rawconverter_dcrawiface_h,v 1.1 2007/01/28 20:14:45 espie Exp $
--- kipi-plugins/rawconverter/dcrawiface.h.orig Sun Jan 28 20:32:46 2007
+++ kipi-plugins/rawconverter/dcrawiface.h Sun Jan 28 20:32:57 2007
@@ -27,6 +27,7 @@
extern "C"
{
#include <png.h>
+#include <stdarg.h>
}
// Qt Includes.

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-kipi-plugins_slideshow_listimageitems_h,v 1.1 2008/01/21 11:35:22 espie Exp $
--- kipi-plugins/slideshow/listimageitems.h.orig Sun Jan 20 23:51:07 2008
+++ kipi-plugins/slideshow/listimageitems.h Sun Jan 20 23:51:27 2008
@@ -1,3 +1,5 @@
+#ifndef LISTIMAGEITEMS_H
+#define LISTIMAGEITEMS_H
/* ============================================================
* File : listimageitems.h
* Author: Gilles Caulier <caulier dot gilles at gmail dot com>
@@ -69,3 +71,4 @@ namespace KIPISlideShowPlugin
} // NameSpace KIPISlideShowPlugin
+#endif

View File

@ -0,0 +1,3 @@
image manipulation plugins accessible through libkipi:
- kcal

View File

@ -18,3 +18,5 @@ image manipulation plugins accessible through libkipi:
- kameraklient
- metadata editor
- gps data
The kcal calendar is in ${PKGNAME-cal} because of its extra dependencies

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST-cal,v 1.1 2008/01/21 11:35:22 espie Exp $
${KDE}/kipiplugin_calendar.la
${KDE}/kipiplugin_calendar.so
share/services/kipiplugin_calendar.desktop

View File

@ -1,13 +1,11 @@
@comment $OpenBSD: PLIST,v 1.4 2007/01/28 20:14:45 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.1 2008/01/21 11:35:22 espie Exp $
@pkgpath graphics/kipi-plugins,beta2
@pkgpath graphics/kipi-plugins
bin/images2mpg
bin/kipidcraw
${KDE}/kipiplugin_acquireimages.la
${KDE}/kipiplugin_acquireimages.so
${KDE}/kipiplugin_batchprocessimages.la
${KDE}/kipiplugin_batchprocessimages.so
${KDE}/kipiplugin_calendar.la
${KDE}/kipiplugin_calendar.so
${KDE}/kipiplugin_cdarchiving.la
${KDE}/kipiplugin_cdarchiving.so
${KDE}/kipiplugin_findimages.la
@ -40,6 +38,8 @@ ${KDE}/kipiplugin_slideshow.la
${KDE}/kipiplugin_slideshow.so
${KDE}/kipiplugin_timeadjust.la
${KDE}/kipiplugin_timeadjust.so
${KDE}/kipiplugin_viewer.la
${KDE}/kipiplugin_viewer.so
${KDE}/kipiplugin_wallpaper.la
${KDE}/kipiplugin_wallpaper.so
lib/libkipiplugins.la
@ -89,14 +89,45 @@ share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/
share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/gpsimagetag.png
share/apps/kipiplugin_htmlexport/
share/apps/kipiplugin_htmlexport/themes/
share/apps/kipiplugin_htmlexport/themes/classic/
share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
share/apps/kipiplugin_htmlexport/themes/classic/gohome.png
share/apps/kipiplugin_htmlexport/themes/classic/template.xsl
share/apps/kipiplugin_htmlexport/themes/classic/up.png
share/apps/kipiplugin_htmlexport/themes/cleanframes/
share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop
share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css
share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png
share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl
share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css
share/apps/kipiplugin_htmlexport/themes/frames/
share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop
share/apps/kipiplugin_htmlexport/themes/frames/style.css
share/apps/kipiplugin_htmlexport/themes/frames/template.xsl
share/apps/kipiplugin_htmlexport/themes/matrix/
share/apps/kipiplugin_htmlexport/themes/matrix/bg.png
share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop
share/apps/kipiplugin_htmlexport/themes/matrix/style.css
share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl
share/apps/kipiplugin_htmlexport/themes/s0/
share/apps/kipiplugin_htmlexport/themes/s0/next.png
share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png
share/apps/kipiplugin_htmlexport/themes/s0/previous.png
share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png
share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop
share/apps/kipiplugin_htmlexport/themes/s0/style.css
share/apps/kipiplugin_htmlexport/themes/s0/template.xsl
share/apps/kipiplugin_htmlexport/themes/s0/up.png
share/apps/kipiplugin_htmlexport/themes/simple/
share/apps/kipiplugin_htmlexport/themes/simple/dark.css
share/apps/kipiplugin_htmlexport/themes/simple/natural.css
share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
share/apps/kipiplugin_htmlexport/themes/simple/style.css
share/apps/kipiplugin_htmlexport/themes/simple/template.xsl
share/apps/kipiplugin_htmlexport/themes/snow/
share/apps/kipiplugin_htmlexport/themes/snow/next.png
@ -136,38 +167,17 @@ share/apps/kipiplugin_slideshow/icons/hicolor/
share/apps/kipiplugin_slideshow/icons/hicolor/22x22/
share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/
share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/slideshow.png
share/apps/kipiplugin_viewer/
share/apps/kipiplugin_viewer/icons/
share/apps/kipiplugin_viewer/icons/hicolor/
share/apps/kipiplugin_viewer/icons/hicolor/16x16/
share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/
share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/ogl.png
share/apps/kipiplugin_viewer/icons/hicolor/32x32/
share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/
share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/ogl.png
share/config.kcfg/
share/config.kcfg/htmlexportconfig.kcfg
share/doc/HTML/da/
share/doc/HTML/da/kipi-plugins/
share/doc/HTML/da/kipi-plugins/acquireimages.docbook
share/doc/HTML/da/kipi-plugins/borderimages.docbook
share/doc/HTML/da/kipi-plugins/calendar.docbook
share/doc/HTML/da/kipi-plugins/cdarchiving.docbook
share/doc/HTML/da/kipi-plugins/colorimages.docbook
share/doc/HTML/da/kipi-plugins/common
share/doc/HTML/da/kipi-plugins/convertimages.docbook
share/doc/HTML/da/kipi-plugins/effectimages.docbook
share/doc/HTML/da/kipi-plugins/filterimages.docbook
share/doc/HTML/da/kipi-plugins/findduplicateimages.docbook
share/doc/HTML/da/kipi-plugins/flickrexport.docbook
share/doc/HTML/da/kipi-plugins/galleryexport.docbook
share/doc/HTML/da/kipi-plugins/imagesgallery.docbook
share/doc/HTML/da/kipi-plugins/index.cache.bz2
share/doc/HTML/da/kipi-plugins/index.docbook
share/doc/HTML/da/kipi-plugins/jpeglossless.docbook
share/doc/HTML/da/kipi-plugins/kameraklient.docbook
share/doc/HTML/da/kipi-plugins/mpeg_encode_dialog.png
share/doc/HTML/da/kipi-plugins/mpegencoder.docbook
share/doc/HTML/da/kipi-plugins/printwizard.docbook
share/doc/HTML/da/kipi-plugins/rawconverter.docbook
share/doc/HTML/da/kipi-plugins/recompressimages.docbook
share/doc/HTML/da/kipi-plugins/renameimages.docbook
share/doc/HTML/da/kipi-plugins/resizeimages.docbook
share/doc/HTML/da/kipi-plugins/sendimages.docbook
share/doc/HTML/da/kipi-plugins/slideshow.docbook
share/doc/HTML/da/kipi-plugins/timeadjust.docbook
share/doc/HTML/da/kipi-plugins/wallpaper.docbook
share/doc/HTML/de/
share/doc/HTML/de/kipi-plugins/
share/doc/HTML/de/kipi-plugins/acquire-savetargetpreview.png
@ -189,6 +199,7 @@ share/doc/HTML/de/kipi-plugins/flickrexportsignup.png
share/doc/HTML/de/kipi-plugins/flickrexportuploaddialog.png
share/doc/HTML/de/kipi-plugins/flickrexportuploading.png
share/doc/HTML/de/kipi-plugins/galleryexport.docbook
share/doc/HTML/de/kipi-plugins/geolocalization.docbook
share/doc/HTML/de/kipi-plugins/imagegallery_albumsettings.png
share/doc/HTML/de/kipi-plugins/imagegallery_collectionselection.png
share/doc/HTML/de/kipi-plugins/imagegallery_looksettings.png
@ -196,10 +207,12 @@ share/doc/HTML/de/kipi-plugins/imagegallery_preview.png
share/doc/HTML/de/kipi-plugins/imagegallery_progress.png
share/doc/HTML/de/kipi-plugins/imagegallery_thumbsettings.png
share/doc/HTML/de/kipi-plugins/imagesgallery.docbook
share/doc/HTML/de/kipi-plugins/imageviewer.docbook
share/doc/HTML/de/kipi-plugins/index.cache.bz2
share/doc/HTML/de/kipi-plugins/index.docbook
share/doc/HTML/de/kipi-plugins/jpeglossless.docbook
share/doc/HTML/de/kipi-plugins/kameraklient.docbook
share/doc/HTML/de/kipi-plugins/metadataeditor.docbook
share/doc/HTML/de/kipi-plugins/mpeg_encode_dialog.png
share/doc/HTML/de/kipi-plugins/mpegencoder.docbook
share/doc/HTML/de/kipi-plugins/printwizard.docbook
@ -223,7 +236,6 @@ share/doc/HTML/en/kipi-plugins/README
share/doc/HTML/en/kipi-plugins/acquire-savetargetpreview.png
share/doc/HTML/en/kipi-plugins/acquire-screenshotpreview.png
share/doc/HTML/en/kipi-plugins/acquireimages.docbook
share/doc/HTML/en/kipi-plugins/borderimages.docbook
share/doc/HTML/en/kipi-plugins/calendar.docbook
share/doc/HTML/en/kipi-plugins/cdarchiving.docbook
share/doc/HTML/en/kipi-plugins/colorimages.docbook
@ -239,6 +251,10 @@ share/doc/HTML/en/kipi-plugins/flickrexportsignup.png
share/doc/HTML/en/kipi-plugins/flickrexportuploaddialog.png
share/doc/HTML/en/kipi-plugins/flickrexportuploading.png
share/doc/HTML/en/kipi-plugins/galleryexport.docbook
share/doc/HTML/en/kipi-plugins/geolocalization.docbook
share/doc/HTML/en/kipi-plugins/geolocalizationcorrelate.png
share/doc/HTML/en/kipi-plugins/geolocalizationcorrelate1.png
share/doc/HTML/en/kipi-plugins/geolocalizationeditcoords.png
share/doc/HTML/en/kipi-plugins/imagegallery_albumsettings.png
share/doc/HTML/en/kipi-plugins/imagegallery_collectionselection.png
share/doc/HTML/en/kipi-plugins/imagegallery_looksettings.png
@ -246,10 +262,12 @@ share/doc/HTML/en/kipi-plugins/imagegallery_preview.png
share/doc/HTML/en/kipi-plugins/imagegallery_progress.png
share/doc/HTML/en/kipi-plugins/imagegallery_thumbsettings.png
share/doc/HTML/en/kipi-plugins/imagesgallery.docbook
share/doc/HTML/en/kipi-plugins/imageviewer.docbook
share/doc/HTML/en/kipi-plugins/index.cache.bz2
share/doc/HTML/en/kipi-plugins/index.docbook
share/doc/HTML/en/kipi-plugins/jpeglossless.docbook
share/doc/HTML/en/kipi-plugins/kameraklient.docbook
share/doc/HTML/en/kipi-plugins/metadataeditor.docbook
share/doc/HTML/en/kipi-plugins/mpeg_encode_dialog.png
share/doc/HTML/en/kipi-plugins/mpegencoder.docbook
share/doc/HTML/en/kipi-plugins/printwizard.docbook
@ -289,6 +307,7 @@ share/doc/HTML/es/kipi-plugins/flickrexportsignup.png
share/doc/HTML/es/kipi-plugins/flickrexportuploaddialog.png
share/doc/HTML/es/kipi-plugins/flickrexportuploading.png
share/doc/HTML/es/kipi-plugins/galleryexport.docbook
share/doc/HTML/es/kipi-plugins/geolocalization.docbook
share/doc/HTML/es/kipi-plugins/imagegallery_albumsettings.png
share/doc/HTML/es/kipi-plugins/imagegallery_collectionselection.png
share/doc/HTML/es/kipi-plugins/imagegallery_looksettings.png
@ -296,10 +315,12 @@ share/doc/HTML/es/kipi-plugins/imagegallery_preview.png
share/doc/HTML/es/kipi-plugins/imagegallery_progress.png
share/doc/HTML/es/kipi-plugins/imagegallery_thumbsettings.png
share/doc/HTML/es/kipi-plugins/imagesgallery.docbook
share/doc/HTML/es/kipi-plugins/imageviewer.docbook
share/doc/HTML/es/kipi-plugins/index.cache.bz2
share/doc/HTML/es/kipi-plugins/index.docbook
share/doc/HTML/es/kipi-plugins/jpeglossless.docbook
share/doc/HTML/es/kipi-plugins/kameraklient.docbook
share/doc/HTML/es/kipi-plugins/metadataeditor.docbook
share/doc/HTML/es/kipi-plugins/mpeg_encode_dialog.png
share/doc/HTML/es/kipi-plugins/mpegencoder.docbook
share/doc/HTML/es/kipi-plugins/printwizard.docbook
@ -361,11 +382,14 @@ share/doc/HTML/it/kipi-plugins/filterimages.docbook
share/doc/HTML/it/kipi-plugins/findduplicateimages.docbook
share/doc/HTML/it/kipi-plugins/flickrexport.docbook
share/doc/HTML/it/kipi-plugins/galleryexport.docbook
share/doc/HTML/it/kipi-plugins/geolocalization.docbook
share/doc/HTML/it/kipi-plugins/imagesgallery.docbook
share/doc/HTML/it/kipi-plugins/imageviewer.docbook
share/doc/HTML/it/kipi-plugins/index.cache.bz2
share/doc/HTML/it/kipi-plugins/index.docbook
share/doc/HTML/it/kipi-plugins/jpeglossless.docbook
share/doc/HTML/it/kipi-plugins/kameraklient.docbook
share/doc/HTML/it/kipi-plugins/metadataeditor.docbook
share/doc/HTML/it/kipi-plugins/mpegencoder.docbook
share/doc/HTML/it/kipi-plugins/printwizard.docbook
share/doc/HTML/it/kipi-plugins/rawconverter.docbook
@ -413,37 +437,6 @@ share/doc/HTML/nl/kipi-plugins/slideshow.docbook
share/doc/HTML/nl/kipi-plugins/slideshow_dialog.png
share/doc/HTML/nl/kipi-plugins/timeadjust.docbook
share/doc/HTML/nl/kipi-plugins/wallpaper.docbook
share/doc/HTML/pt/
share/doc/HTML/pt/kipi-plugins/
share/doc/HTML/pt/kipi-plugins/acquireimages.docbook
share/doc/HTML/pt/kipi-plugins/borderimages.docbook
share/doc/HTML/pt/kipi-plugins/calendar.docbook
share/doc/HTML/pt/kipi-plugins/cdarchiving.docbook
share/doc/HTML/pt/kipi-plugins/colorimages.docbook
share/doc/HTML/pt/kipi-plugins/common
share/doc/HTML/pt/kipi-plugins/convertimages.docbook
share/doc/HTML/pt/kipi-plugins/diroperations.docbook
share/doc/HTML/pt/kipi-plugins/effectimages.docbook
share/doc/HTML/pt/kipi-plugins/filterimages.docbook
share/doc/HTML/pt/kipi-plugins/findduplicateimages.docbook
share/doc/HTML/pt/kipi-plugins/flickrexport.docbook
share/doc/HTML/pt/kipi-plugins/galleryexport.docbook
share/doc/HTML/pt/kipi-plugins/gammacalibration.docbook
share/doc/HTML/pt/kipi-plugins/imagesgallery.docbook
share/doc/HTML/pt/kipi-plugins/index.cache.bz2
share/doc/HTML/pt/kipi-plugins/index.docbook
share/doc/HTML/pt/kipi-plugins/jpeglossless.docbook
share/doc/HTML/pt/kipi-plugins/kameraklient.docbook
share/doc/HTML/pt/kipi-plugins/mpegencoder.docbook
share/doc/HTML/pt/kipi-plugins/printwizard.docbook
share/doc/HTML/pt/kipi-plugins/rawconverter.docbook
share/doc/HTML/pt/kipi-plugins/recompressimages.docbook
share/doc/HTML/pt/kipi-plugins/renameimages.docbook
share/doc/HTML/pt/kipi-plugins/resizeimages.docbook
share/doc/HTML/pt/kipi-plugins/sendimages.docbook
share/doc/HTML/pt/kipi-plugins/slideshow.docbook
share/doc/HTML/pt/kipi-plugins/timeadjust.docbook
share/doc/HTML/pt/kipi-plugins/wallpaper.docbook
share/doc/HTML/pt_BR/
share/doc/HTML/pt_BR/kipi-plugins/
share/doc/HTML/pt_BR/kipi-plugins/acquireimages.docbook
@ -482,7 +475,6 @@ share/doc/HTML/sv/kipi-plugins/
share/doc/HTML/sv/kipi-plugins/acquire-savetargetpreview.png
share/doc/HTML/sv/kipi-plugins/acquire-screenshotpreview.png
share/doc/HTML/sv/kipi-plugins/acquireimages.docbook
share/doc/HTML/sv/kipi-plugins/borderimages.docbook
share/doc/HTML/sv/kipi-plugins/calendar.docbook
share/doc/HTML/sv/kipi-plugins/cdarchiving.docbook
share/doc/HTML/sv/kipi-plugins/colorimages.docbook
@ -497,6 +489,10 @@ share/doc/HTML/sv/kipi-plugins/flickrexportsignup.png
share/doc/HTML/sv/kipi-plugins/flickrexportuploaddialog.png
share/doc/HTML/sv/kipi-plugins/flickrexportuploading.png
share/doc/HTML/sv/kipi-plugins/galleryexport.docbook
share/doc/HTML/sv/kipi-plugins/geolocalization.docbook
share/doc/HTML/sv/kipi-plugins/geolocalizationcorrelate.png
share/doc/HTML/sv/kipi-plugins/geolocalizationcorrelate1.png
share/doc/HTML/sv/kipi-plugins/geolocalizationeditcoords.png
share/doc/HTML/sv/kipi-plugins/imagegallery_albumsettings.png
share/doc/HTML/sv/kipi-plugins/imagegallery_collectionselection.png
share/doc/HTML/sv/kipi-plugins/imagegallery_looksettings.png
@ -504,10 +500,12 @@ share/doc/HTML/sv/kipi-plugins/imagegallery_preview.png
share/doc/HTML/sv/kipi-plugins/imagegallery_progress.png
share/doc/HTML/sv/kipi-plugins/imagegallery_thumbsettings.png
share/doc/HTML/sv/kipi-plugins/imagesgallery.docbook
share/doc/HTML/sv/kipi-plugins/imageviewer.docbook
share/doc/HTML/sv/kipi-plugins/index.cache.bz2
share/doc/HTML/sv/kipi-plugins/index.docbook
share/doc/HTML/sv/kipi-plugins/jpeglossless.docbook
share/doc/HTML/sv/kipi-plugins/kameraklient.docbook
share/doc/HTML/sv/kipi-plugins/metadataeditor.docbook
share/doc/HTML/sv/kipi-plugins/mpeg_encode_dialog.png
share/doc/HTML/sv/kipi-plugins/mpegencoder.docbook
share/doc/HTML/sv/kipi-plugins/printwizard.docbook
@ -537,6 +535,7 @@ share/locale/ar/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ar/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ar/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/ar/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ar/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ar/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ar/LC_MESSAGES/kipiplugin_rawconverter.mo
@ -545,6 +544,7 @@ share/locale/ar/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ar/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ar/LC_MESSAGES/kipiplugins.mo
share/locale/be/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/br/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_calendar.mo
@ -555,13 +555,16 @@ share/locale/br/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/br/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/br/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/br/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/br/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/br/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/br/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/br/LC_MESSAGES/kipiplugin_sync.mo
share/locale/br/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/br/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/br/LC_MESSAGES/kipiplugins.mo
@ -570,15 +573,23 @@ share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/ca/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/ca/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ca/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ca/LC_MESSAGES/kipiplugin_sync.mo
share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ca/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ca/LC_MESSAGES/kipiplugins.mo
share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -588,15 +599,18 @@ share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/cs/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/cs/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/cs/LC_MESSAGES/kipiplugin_sync.mo
share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/cs/LC_MESSAGES/kipiplugins.mo
@ -617,26 +631,6 @@ share/locale/cy/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/cy/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/cy/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/cy/LC_MESSAGES/kipiplugins.mo
share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/da/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/da/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/da/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/da/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/da/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/da/LC_MESSAGES/kipiplugins.mo
share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
@ -647,14 +641,18 @@ share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/de/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/de/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/de/LC_MESSAGES/kipiplugin_sync.mo
share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/de/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/de/LC_MESSAGES/kipiplugins.mo
share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -667,14 +665,18 @@ share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/el/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/el/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/el/LC_MESSAGES/kipiplugin_sync.mo
share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/el/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/el/LC_MESSAGES/kipiplugins.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -703,14 +705,18 @@ share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/es/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/es/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/es/LC_MESSAGES/kipiplugin_sync.mo
share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/es/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/es/LC_MESSAGES/kipiplugins.mo
share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -723,14 +729,18 @@ share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/et/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/et/LC_MESSAGES/kipiplugin_sync.mo
share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/et/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/et/LC_MESSAGES/kipiplugins.mo
share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo
@ -746,15 +756,20 @@ share/locale/fr/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/fr/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/fr/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/fr/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/fr/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/fr/LC_MESSAGES/kipiplugin_sync.mo
share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/fr/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/fr/LC_MESSAGES/kipiplugins.mo
share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -769,6 +784,7 @@ share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ga/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ga/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ga/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
@ -814,14 +830,17 @@ share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/is/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/is/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/is/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/is/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/is/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/is/LC_MESSAGES/kipiplugins.mo
share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -834,14 +853,18 @@ share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/it/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/it/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/it/LC_MESSAGES/kipiplugin_sync.mo
share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/it/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/it/LC_MESSAGES/kipiplugins.mo
share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -854,14 +877,18 @@ share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ja/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ja/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ja/LC_MESSAGES/kipiplugin_sync.mo
share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ja/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ja/LC_MESSAGES/kipiplugins.mo
share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -881,6 +908,7 @@ share/locale/lt/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/lt/LC_MESSAGES/kipiplugins.mo
share/locale/ms/LC_MESSAGES/kipiplugins.mo
share/locale/mt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/mt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/mt/LC_MESSAGES/kipiplugin_calendar.mo
@ -910,6 +938,30 @@ share/locale/nb/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/nb/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/nb/LC_MESSAGES/kipiplugins.mo
share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/nds/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/nds/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nds/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/nds/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/nds/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nds/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/nds/LC_MESSAGES/kipiplugin_sync.mo
share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/nds/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/nds/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/nds/LC_MESSAGES/kipiplugins.mo
share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
@ -920,14 +972,18 @@ share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/nl/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/nl/LC_MESSAGES/kipiplugin_sync.mo
share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/nl/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/nl/LC_MESSAGES/kipiplugins.mo
share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
@ -935,18 +991,23 @@ share/locale/nn/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/pa/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/pa/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pa/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/pa/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pa/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/pa/LC_MESSAGES/kipiplugin_sync.mo
share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/pa/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pa/LC_MESSAGES/kipiplugins.mo
share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -961,6 +1022,7 @@ share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pl/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/pl/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
@ -969,26 +1031,6 @@ share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pl/LC_MESSAGES/kipiplugins.mo
share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/pt/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/pt/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pt/LC_MESSAGES/kipiplugins.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
@ -1013,6 +1055,7 @@ share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ru/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo
@ -1043,14 +1086,18 @@ share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sk/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/sk/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/sk/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sk/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/sk/LC_MESSAGES/kipiplugin_sync.mo
share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/sk/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/sk/LC_MESSAGES/kipiplugins.mo
share/locale/sr/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -1099,14 +1146,18 @@ share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/sv/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/sv/LC_MESSAGES/kipiplugin_sync.mo
share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/sv/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/sv/LC_MESSAGES/kipiplugins.mo
share/locale/ta/LC_MESSAGES/kipiplugin_acquireimages.mo
@ -1125,6 +1176,30 @@ share/locale/ta/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ta/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ta/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ta/LC_MESSAGES/kipiplugins.mo
share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/th/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/th/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/th/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/th/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/th/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/th/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/th/LC_MESSAGES/kipiplugin_sync.mo
share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/th/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/th/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/th/LC_MESSAGES/kipiplugins.mo
share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
@ -1137,6 +1212,7 @@ share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/tr/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/tr/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
@ -1145,13 +1221,30 @@ share/locale/tr/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/tr/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/tr/LC_MESSAGES/kipiplugins.mo
share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/uk/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/uk/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/uk/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/uk/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/uk/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/uk/LC_MESSAGES/kipiplugin_sync.mo
share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/uk/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/uk/LC_MESSAGES/kipiplugins.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_imagesgallery.mo
@ -1163,7 +1256,6 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
share/services/kipiplugin_acquireimages.desktop
share/services/kipiplugin_batchprocessimages.desktop
share/services/kipiplugin_calendar.desktop
share/services/kipiplugin_cdarchiving.desktop
share/services/kipiplugin_findimages.desktop
share/services/kipiplugin_flickrexport.desktop
@ -1180,4 +1272,5 @@ share/services/kipiplugin_sendimages.desktop
share/services/kipiplugin_simpleviewer.desktop
share/services/kipiplugin_slideshow.desktop
share/services/kipiplugin_timeadjust.desktop
share/services/kipiplugin_viewer.desktop
share/services/kipiplugin_wallpaper.desktop