aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-08 20:23:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-08 20:23:45 +0000
commitef1b3d107105075700da0844ac072acae2de7726 (patch)
tree14d3f35f7d5dc26e8e8feed96c01af49bd9e4d3d /graphics/kipi-plugins-kde4
parenta71e0ff08b3f1acf82cd96524c18b3a653ed1954 (diff)
Notes
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r--graphics/kipi-plugins-kde4/Makefile231
-rw-r--r--graphics/kipi-plugins-kde4/distinfo6
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt206
-rw-r--r--graphics/kipi-plugins-kde4/pkg-descr5
-rw-r--r--graphics/kipi-plugins-kde4/pkg-plist1632
5 files changed, 792 insertions, 1288 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index efb0eaffdd59..80917958e0fb 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -1,226 +1,31 @@
-# New ports collection makefile for: digikam-plugins
-# Date created: 15 February 2004
-# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
+# New ports collection makefile for: kipi-plugins-kde4
+# Date created: Jan 23, 2009
+# Whom: Kris Moore
#
# $FreeBSD$
#
PORTNAME= kipi-plugins
-PORTVERSION= 0.1.7
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= graphics kde
+DISTVERSION= 0.2.0-beta6
+CATEGORIES= multimedia graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kipi
+PKGNAMESUFFIX= -kde4
-MAINTAINER= ale@FreeBSD.org
-COMMENT= KDE Image Plugin Interface plugins
+MAINTAINER= kris@pcbsd.org
+COMMENT= KDE4 kipi graphics plugins
-LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
- kexiv2.5:${PORTSDIR}/graphics/libkexiv2 \
- kdcraw.4:${PORTSDIR}/graphics/libkdcraw
-
-OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \
- BATCHPROCESSIMAGES "batch processing on images" on \
- CALENDAR "create calendars" on \
- CDARCHIVING "create album CDs" on \
- FINDIMAGES "find duplicate images in albums" on \
- FLICKREXPORT "export images to flickr account" on \
- GALLERYEXPORT "export images to remote Gallery server" on \
- GPSSYNC "geolocalize pictures" on \
- HTMLEXPORT "export images collections into HTML page" on \
- IMAGEVIEWER "OpenGL based image viewer" on \
- JPEGLOSSLESS "batch processing without losing metainfo" on \
- KAMERAKLIENT "GPhoto2 interface (import from cameras)" on \
- METADATAEDIT "edit EXIF and IPTC pictures metadata" on \
- MPEGENCODER "tool to build a video from images" on \
- PICASAWEBEXPORT "export images to Picasa web service" on \
- PRINTWIZARD "a print wizard" on \
- RAWCONVERTER "convert RAW images from digital cameras" on \
- SENDIMAGES "send images by email" on \
- SIMPLEVIEWEREXPORT "export images to SimpleViewer" on \
- SLIDESHOW "create a slideshow" on \
- TIMEADJUST "adjust image file time and date" on \
- WALLPAPER "set your image as wallpaper" on
+LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv \
+ gpod.3:${PORTSDIR}/audio/libgpod \
+ expat.6:${PORTSDIR}/textproc/expat2 \
+ kipi.6:${PORTSDIR}/graphics/kdegraphics4
+RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-USE_GETTEXT= yes
+USE_CMAKE= yes
+USE_KDE4= automoc4 kdehier kdeprefix pimlibs kdebase
+USE_QT4= yes
+QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --disable-ipodexport
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_ACQUIREIMAGES)
-PLIST_SUB+= ACQUIREIMAGES:=""
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
-.else
-PLIST_SUB+= ACQUIREIMAGES:="@comment "
-CONFIGURE_ARGS+=--disable-acquireimages
-.endif
-
-.if !defined(WITHOUT_BATCHPROCESSIMAGES)
-PLIST_SUB+= BATCHPROCESSIMAGES:=""
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-.else
-PLIST_SUB+= BATCHPROCESSIMAGES:="@comment "
-CONFIGURE_ARGS+=--disable-batchprocessimages
-.endif
-
-.if !defined(WITHOUT_CALENDAR)
-PLIST_SUB+= CALENDAR:=""
-LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3
-.else
-PLIST_SUB+= CALENDAR:="@comment "
-CONFIGURE_ARGS+=--disable-calendar
-.endif
-
-.if !defined(WITHOUT_CDARCHIVING)
-PLIST_SUB+= CDARCHIVING:=""
-RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b
-.else
-PLIST_SUB+= CDARCHIVING:="@comment "
-CONFIGURE_ARGS+=--disable-cdarchiving
-.endif
-
-.if !defined(WITHOUT_FINDIMAGES)
-PLIST_SUB+= FINDIMAGES:=""
-.else
-PLIST_SUB+= FINDIMAGES:="@comment "
-CONFIGURE_ARGS+=--disable-findimages
-.endif
-
-.if !defined(WITHOUT_FLICKREXPORT)
-PLIST_SUB+= FLICKREXPORT:=""
-.else
-PLIST_SUB+= FLICKREXPORT:="@comment "
-CONFIGURE_ARGS+=--disable-flickrexport
-.endif
-
-.if !defined(WITHOUT_GALLERYEXPORT)
-PLIST_SUB+= GALLERYEXPORT:=""
-.else
-PLIST_SUB+= GALLERYEXPORT:="@comment "
-CONFIGURE_ARGS+=--disable-galleryexport
-.endif
-
-.if !defined(WITHOUT_GPSSYNC)
-PLIST_SUB+= GPSSYNC:=""
-.else
-PLIST_SUB+= GPSSYNC:="@comment "
-CONFIGURE_ARGS+=--disable-gpssync
-.endif
-
-.if !defined(WITHOUT_HTMLEXPORT)
-PLIST_SUB+= HTMLEXPORT:=""
-LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
-.else
-PLIST_SUB+= HTMLEXPORT:="@comment "
-CONFIGURE_ARGS+=--disable-htmlexport
-.endif
-
-.if !defined(WITHOUT_IMAGEVIEWER)
-PLIST_SUB+= IMAGEVIEWER:=""
-.else
-PLIST_SUB+= IMAGEVIEWER:="@comment "
-CONFIGURE_ARGS+=--disable-imageviewer
-.endif
-
-.if !defined(WITHOUT_JPEGLOSSLESS)
-PLIST_SUB+= JPEGLOSSLESS:=""
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
-.else
-PLIST_SUB+= JPEGLOSSLESS:="@comment "
-CONFIGURE_ARGS+=--disable-jpeglossless
-.endif
-
-.if !defined(WITHOUT_KAMERAKLIENT)
-PLIST_SUB+= KAMERAKLIENT:=""
-LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-.else
-PLIST_SUB+= KAMERAKLIENT:="@comment "
-CONFIGURE_ARGS+=--disable-kameraklient
-.endif
-
-.if !defined(WITHOUT_METADATAEDIT)
-PLIST_SUB+= METADATAEDIT:=""
-.else
-PLIST_SUB+= METADATAEDIT:="@comment "
-CONFIGURE_ARGS+=--disable-metadataedit
-.endif
-
-.if !defined(WITHOUT_MPEGENCODER)
-PLIST_SUB+= MPEGENCODER:=""
-RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
- convert:${PORTSDIR}/graphics/ImageMagick
-MAN1+= images2mpg.1
-.else
-PLIST_SUB+= MPEGENCODER:="@comment "
-CONFIGURE_ARGS+=--disable-mpegencoder
-.endif
-
-.if !defined(WITHOUT_PICASAWEBEXPORT)
-PLIST_SUB+= PICASAWEBEXPORT:=""
-.else
-PLIST_SUB+= PICASAWEBEXPORT:="@comment "
-CONFIGURE_ARGS+=--disable-picasawebexport
-.endif
-
-.if !defined(WITHOUT_PRINTWIZARD)
-PLIST_SUB+= PRINTWIZARD:=""
-.else
-PLIST_SUB+= PRINTWIZARD:="@comment "
-CONFIGURE_ARGS+=--disable-printwizard
-.endif
-
-.if !defined(WITHOUT_RAWCONVERTER)
-PLIST_SUB+= RAWCONVERTER:=""
-LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
-.else
-PLIST_SUB+= RAWCONVERTER:="@comment "
-CONFIGURE_ARGS+=--disable-rawconverter
-.endif
-
-.if !defined(WITHOUT_SENDIMAGES)
-PLIST_SUB+= SENDIMAGES:=""
-.else
-PLIST_SUB+= SENDIMAGES:="@comment "
-CONFIGURE_ARGS+=--disable-sendimages
-.endif
-
-.if !defined(WITHOUT_SIMPLEVIEWEREXPORT)
-PLIST_SUB+= SIMPLEVIEWEREXPORT:=""
-.else
-PLIST_SUB+= SIMPLEVIEWEREXPORT:="@comment "
-CONFIGURE_ARGS+=--disable-simpleviewerexport
-.endif
-
-.if !defined(WITHOUT_SLIDESHOW)
-PLIST_SUB+= SLIDESHOW:=""
-.else
-PLIST_SUB+= SLIDESHOW:="@comment "
-CONFIGURE_ARGS+=--disable-slideshow
-.endif
-
-.if !defined(WITHOUT_TIMEADJUST)
-PLIST_SUB+= TIMEADJUST:=""
-.else
-PLIST_SUB+= TIMEADJUST:="@comment "
-CONFIGURE_ARGS+=--disable-timeadjust
-.endif
-
-.if !defined(WITHOUT_WALLPAPER)
-PLIST_SUB+= WALLPAPER:=""
-.else
-PLIST_SUB+= WALLPAPER:="@comment "
-CONFIGURE_ARGS+=--disable-wallpaper
-.endif
-
-post-patch::
- @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo
index 11cde4b638b5..c0834d2c135c 100644
--- a/graphics/kipi-plugins-kde4/distinfo
+++ b/graphics/kipi-plugins-kde4/distinfo
@@ -1,3 +1,3 @@
-MD5 (kipi-plugins-0.1.7.tar.bz2) = e746988ca6e46c9c43d76132b8acb139
-SHA256 (kipi-plugins-0.1.7.tar.bz2) = 3c8a73d0658935b75fc0e0ed48f66cd72225249152bce969f4c9676c7038124b
-SIZE (kipi-plugins-0.1.7.tar.bz2) = 8836654
+MD5 (kipi-plugins-0.2.0-beta6.tar.bz2) = 0442a58f2f9a68163025c205d89269d0
+SHA256 (kipi-plugins-0.2.0-beta6.tar.bz2) = 92d8945c7402d0376870ebf9432245da0d371f2331d887f535222c7d62691f1d
+SIZE (kipi-plugins-0.2.0-beta6.tar.bz2) = 2922877
diff --git a/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt b/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..1c5e15761d42
--- /dev/null
+++ b/graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
@@ -0,0 +1,206 @@
+--- CMakeLists.txt.orig 2009-01-05 02:37:00.000000000 -0600
++++ CMakeLists.txt 2009-01-28 11:30:36.000000000 -0600
+@@ -33,6 +33,183 @@
+ INCLUDE(KDE4Defaults)
+ INCLUDE(MacroLibrary)
+
++ message(STATUS "Check Kexiv2 library using pkg-config...")
++
++ # use pkg-config to get the directories and then use these values
++ # in the FIND_PATH() and FIND_LIBRARY() calls
++ INCLUDE(UsePkgConfig)
++
++ PKGCONFIG(libkexiv2-kde4 _KEXIV2IncDir _KEXIV2LinkDir _KEXIV2LinkFlags _KEXIV2Cflags)
++
++ if(_KEXIV2LinkFlags)
++ # query pkg-config asking for a libkexiv2 >= 0.2.0
++ EXEC_PROGRAM(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.2.0 libkexiv2-kde4 RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull )
++ if(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkexiv2 release >= 0.2.0")
++ set(KEXIV2_VERSION_GOOD_FOUND TRUE)
++ else(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkexiv2 release < 0.2.0, too old")
++ set(KEXIV2_VERSION_GOOD_FOUND FALSE)
++ set(KEXIV2_FOUND FALSE)
++ endif(_return_VALUE STREQUAL "0")
++ else(_KEXIV2LinkFlags)
++ set(KEXIV2_VERSION_GOOD_FOUND FALSE)
++ set(KEXIV2_FOUND FALSE)
++ endif(_KEXIV2LinkFlags)
++
++ if(KEXIV2_VERSION_GOOD_FOUND)
++ set(KEXIV2_DEFINITIONS "${_KEXIV2Cflags}")
++
++ FIND_PATH(KEXIV2_INCLUDE_DIR libkexiv2/version.h
++ ${_KEXIV2IncDir}
++ )
++
++ FIND_LIBRARY(KEXIV2_LIBRARIES NAMES kexiv2
++ PATHS
++ ${_KEXIV2LinkDir}
++ )
++
++ if (KEXIV2_INCLUDE_DIR AND KEXIV2_LIBRARIES)
++ set(KEXIV2_FOUND TRUE)
++ endif (KEXIV2_INCLUDE_DIR AND KEXIV2_LIBRARIES)
++ endif(KEXIV2_VERSION_GOOD_FOUND)
++ if (KEXIV2_FOUND)
++ if (NOT Kexiv2_FIND_QUIETLY)
++ message(STATUS "Found libkexiv2: ${KEXIV2_LIBRARIES}")
++ endif (NOT Kexiv2_FIND_QUIETLY)
++ else (KEXIV2_FOUND)
++ if (Kexiv2_FIND_REQUIRED)
++ if (NOT KEXIV2_INCLUDE_DIR)
++ message(FATAL_ERROR "Could NOT find libkexiv2 header files")
++ endif (NOT KEXIV2_INCLUDE_DIR)
++ if (NOT KEXIV2_LIBRARIES)
++ message(FATAL_ERROR "Could NOT find libkexiv2 library")
++ endif (NOT KEXIV2_LIBRARIES)
++ endif (Kexiv2_FIND_REQUIRED)
++ endif (KEXIV2_FOUND)
++
++ MARK_AS_ADVANCED(KEXIV2_INCLUDE_DIR KEXIV2_LIBRARIES)
++
++
++# Find the KDCraw libary now
++ message(STATUS "Check Kdcraw library using pkg-config...")
++ if(NOT WIN32)
++ # use pkg-config to get the directories and then use these values
++ # in the FIND_PATH() and FIND_LIBRARY() calls
++ INCLUDE(UsePkgConfig)
++
++ PKGCONFIG(libkdcraw-kde4 _KDCRAWIncDir _KDCRAWLinkDir _KDCRAWLinkFlags _KDCRAWCflags)
++
++ if(_KDCRAWLinkFlags)
++ # query pkg-config asking for a libkdcraw >= 0.2.0
++ EXEC_PROGRAM(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.2.0 libkdcraw-kde4 RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull )
++ if(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkdcraw release >= 0.2.0")
++ set(KDCRAW_VERSION_GOOD_FOUND TRUE)
++ else(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkdcaw release < 0.2.0, too old")
++ set(KDCRAW_VERSION_GOOD_FOUND FALSE)
++ set(KDCRAW_FOUND FALSE)
++ endif(_return_VALUE STREQUAL "0")
++ else(_KDCRAWLinkFlags)
++ set(KDCRAW_VERSION_GOOD_FOUND FALSE)
++ set(KDCRAW_FOUND FALSE)
++ endif(_KDCRAWLinkFlags)
++ ELSE(NOT WIN32)
++ set(KDCRAW_VERSION_GOOD_FOUND TRUE)
++ ENDif(NOT WIN32)
++
++ if(KDCRAW_VERSION_GOOD_FOUND)
++ set(KDCRAW_DEFINITIONS "${_KDCRAWCflags}")
++
++ FIND_PATH(KDCRAW_INCLUDE_DIR libkdcraw/version.h
++ ${_KDCRAWIncDir}
++ )
++
++ FIND_LIBRARY(KDCRAW_LIBRARIES NAMES kdcraw
++ PATHS
++ ${_KDCRAWLinkDir}
++ )
++
++ if (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES)
++ set(KDCRAW_FOUND TRUE)
++ set(KDCRAW_FOR_DNGCONVERTER TRUE)
++ endif (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES)
++ endif(KDCRAW_VERSION_GOOD_FOUND)
++ if (KDCRAW_FOUND)
++ if (NOT Kdcraw_FIND_QUIETLY)
++ message(STATUS "Found libkdcraw: ${KDCRAW_LIBRARIES}")
++ endif (NOT Kdcraw_FIND_QUIETLY)
++ else (KDCRAW_FOUND)
++ if (Kdcraw_FIND_REQUIRED)
++ if (NOT KDCRAW_INCLUDE_DIR)
++ message(FATAL_ERROR "Could NOT find libkdcraw header files")
++ endif (NOT KDCRAW_INCLUDE_DIR)
++ if (NOT KDCRAW_LIBRARIES)
++ message(FATAL_ERROR "Could NOT find libkdcraw library")
++ endif (NOT KDCRAW_LIBRARIES)
++ endif (Kdcraw_FIND_REQUIRED)
++ endif (KDCRAW_FOUND)
++
++ MARK_AS_ADVANCED(KDCRAW_INCLUDE_DIR KDCRAW_LIBRARIES)
++
++
++# Find the Kipi module now
++ if(NOT WIN32)
++ message(STATUS "Check Kipi library using pkg-config...")
++
++ # use pkg-config to get the directories and then use these values
++ # in the FIND_PATH() and FIND_LIBRARY() calls
++ INCLUDE(UsePkgConfig)
++
++ PKGCONFIG(libkipi-kde4 _KIPIIncDir _KIPILinkDir _KIPILinkFlags _KIPICflags)
++
++ if(_KIPILinkFlags)
++ # query pkg-config asking for a libkipi >= 0.2.0
++ exec_program(${PKGCONFIG_EXECUTABLE} ARGS --atleast-version=0.2.0 libkipi-kde4 RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull )
++ if(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkipi release >= 0.2.0")
++ set(KIPI_VERSION_GOOD_FOUND TRUE)
++ else(_return_VALUE STREQUAL "0")
++ message(STATUS "Found libkipi release < 0.2.0, too old")
++ set(KIPI_VERSION_GOOD_FOUND FALSE)
++ set(KIPI_FOUND FALSE)
++ endif(_return_VALUE STREQUAL "0")
++ else(_KIPILinkFlags)
++ set(KIPI_VERSION_GOOD_FOUND FALSE)
++ set(KIPI_FOUND FALSE)
++ endif(_KIPILinkFlags)
++ else(NOT WIN32)
++ set(KIPI_VERSION_GOOD_FOUND TRUE)
++ endif(NOT WIN32)
++ if(KIPI_VERSION_GOOD_FOUND)
++ set(KIPI_DEFINITIONS ${_KIPICflags})
++
++ find_path(KIPI_INCLUDE_DIR NAMES libkipi/version.h PATHS ${KDE4_INCLUDE_DIR} ${_KIPIIncDir})
++ find_library(KIPI_LIBRARIES NAMES kipi PATHS ${KDE4_LIB_DIR} ${_KIPILinkDir})
++
++ if (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES)
++ set(KIPI_FOUND TRUE)
++ endif (KIPI_INCLUDE_DIR AND KIPI_LIBRARIES)
++ endif(KIPI_VERSION_GOOD_FOUND)
++ if (KIPI_FOUND)
++ if (NOT Kipi_FIND_QUIETLY)
++ message(STATUS "Found libkipi: ${KIPI_LIBRARIES}")
++ endif (NOT Kipi_FIND_QUIETLY)
++ else (KIPI_FOUND)
++ if (Kipi_FIND_REQUIRED)
++ if (NOT KIPI_INCLUDE_DIR)
++ message(FATAL_ERROR "Could NOT find libkipi header files")
++ endif (NOT KIPI_INCLUDE_DIR)
++ if (NOT KIPI_LIBRARIES)
++ message(FATAL_ERROR "Could NOT find libkipi library")
++ endif (NOT KIPI_LIBRARIES)
++ endif (Kipi_FIND_REQUIRED)
++ endif (KIPI_FOUND)
++
++ MARK_AS_ADVANCED(KIPI_INCLUDE_DIR KIPI_LIBRARIES)
++
++
+ # Depencies detection required by all plugins
+ FIND_PACKAGE(Kexiv2 REQUIRED)
+ FIND_PACKAGE(Kdcraw REQUIRED)
+@@ -62,19 +239,6 @@
+ MACRO_OPTIONAL_FIND_PACKAGE(X11) # For Slideshow and ImageViewer.
+ ENDIF(NOT WIN32 AND NOT APPLE)
+
+-IF(NOT WIN32)
+- # Check KDcraw version installed to compile fine DngConverter plugin.
+- FIND_PACKAGE(PkgConfig)
+- PKG_CHECK_MODULES(Kdcraw libkdcraw>=0.4.0)
+- IF(Kdcraw_FOUND)
+- SET(KDCRAW_FOR_DNGCONVERTER TRUE)
+- ELSE(Kdcraw_FOUND)
+- SET(KDCRAW_FOR_DNGCONVERTER FALSE)
+- ENDIF(Kdcraw_FOUND)
+-ELSE(NOT WIN32)
+- SET(KDCRAW_FOR_DNGCONVERTER TRUE)
+-ENDIF(NOT WIN32)
+-
+ INCLUDE(MacroOptionalDependPackage)
+
+ # LINUX Only.
diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr
index 9ab0d4a0beff..e17465bea03f 100644
--- a/graphics/kipi-plugins-kde4/pkg-descr
+++ b/graphics/kipi-plugins-kde4/pkg-descr
@@ -2,9 +2,6 @@ Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share
image plugins among graphic applications.
-This is a set of plugins using Kipi.
+This is a set of plugins using Kipi for KDE 4.2 and higher.
WWW: http://www.kipi-plugins.org/
-
-- Alex Dupre
-ale@FreeBSD.org
diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist
index 40ef06303bb0..8354d3b4279a 100644
--- a/graphics/kipi-plugins-kde4/pkg-plist
+++ b/graphics/kipi-plugins-kde4/pkg-plist
@@ -1,1431 +1,927 @@
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.a
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.la
-%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.so
-%%ACQUIREIMAGES:%%share/services/kipiplugin_acquireimages.desktop
-
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.a
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.la
-%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.so
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/data/handcursor.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/borderimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/colorimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/convertimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/effectimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/filterimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/recompressimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/renameimages.png
-%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/resizeimages.png
-%%BATCHPROCESSIMAGES:%%share/services/kipiplugin_batchprocessimages.desktop
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/data
-%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages
-
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.a
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.la
-%%CALENDAR:%%lib/kde3/kipiplugin_calendar.so
-%%CALENDAR:%%share/services/kipiplugin_calendar.desktop
-
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.a
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.la
-%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.so
-%%CDARCHIVING:%%share/apps/kipi/data/autorun/ShellExecute.bat
-%%CDARCHIVING:%%share/apps/kipi/data/autorun/cdalbums.ico
-%%CDARCHIVING:%%share/apps/kipi/data/image_broken.png
-%%CDARCHIVING:%%share/apps/kipi/data/index.htm
-%%CDARCHIVING:%%share/apps/kipi/gohome.png
-%%CDARCHIVING:%%share/apps/kipi/up.png
-%%CDARCHIVING:%%share/apps/kipi/valid-html401.png
-%%CDARCHIVING:%%share/services/kipiplugin_cdarchiving.desktop
-%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun
-
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.a
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.la
-%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.so
-%%FINDIMAGES:%%share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions/finddupplicateimages.png
-%%FINDIMAGES:%%share/services/kipiplugin_findimages.desktop
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons
-%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages
-
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.a
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.la
-%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.so
-%%FLICKREXPORT:%%share/services/kipiplugin_flickrexport.desktop
-
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.a
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so
-%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la
-%%GALLERYEXPORT:%%share/apps/kipiplugin_galleryexport/pics/gallery.png
-%%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop
-%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport/pics
-%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport
-
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.a
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.la
-%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.so
-%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions/gpsimagetag.png
-%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/gpsimagetag.png
-%%GPSSYNC:%%share/services/kipiplugin_gpssync.desktop
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons
-%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync
-
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.a
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.la
-%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.so
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/gohome.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/up.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/bg.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/next.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/up.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/dark.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/natural.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/template.xsl
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/style.css
-%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/template.xsl
-%%HTMLEXPORT:%%share/config.kcfg/htmlexportconfig.kcfg
-%%HTMLEXPORT:%%share/services/kipiplugin_htmlexport.desktop
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/classic
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/cleanframes
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/frames
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/matrix
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/s0
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/simple
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/snow
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes
-%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport
-
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.a
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.la
-%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.so
-%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/ogl.png
-%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/ogl.png
-%%IMAGEVIEWER:%%share/services/kipiplugin_viewer.desktop
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons
-%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer
-
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.a
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.la
-%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.so
-%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/flip.png
-%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/grayscaleconvert.png
-%%JPEGLOSSLESS:%%share/services/kipiplugin_jpeglossless.desktop
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons
-%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless
-
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.a
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.la
-%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.so
-%%KAMERAKLIENT:%%share/services/kipiplugin_kameraklient.desktop
-
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.a
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.la
-%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.so
-%%METADATAEDIT:%%share/services/kipiplugin_metadataedit.desktop
-
-%%MPEGENCODER:%%bin/images2mpg
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.a
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la
-%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so
-%%MPEGENCODER:%%share/services/kipiplugin_mpegencoder.desktop
-
-%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.a
-%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.la
-%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.so
-%%PICASAWEBEXPORT:%%share/services/kipiplugin_picasawebexport.desktop
-
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.a
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.la
-%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.so
-%%PRINTWIZARD:%%share/services/kipiplugin_printwizard.desktop
-
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.a
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.la
-%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.so
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/128x128/actions/rawconverterbatch.png
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/128x128/actions/rawconvertersingle.png
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/adobergb.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/prophoto.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/srgb.icm
-%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/widegamut.icm
-%%RAWCONVERTER:%%share/services/kipiplugin_rawconverter.desktop
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/128x128/actions
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/128x128
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/profiles
-%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter
-
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.a
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.la
-%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.so
-%%SENDIMAGES:%%share/services/kipiplugin_sendimages.desktop
-
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.a
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.la
-%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.so
-%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/index.template
-%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/space.png
-%%SIMPLEVIEWEREXPORT:%%share/services/kipiplugin_simpleviewer.desktop
-%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport/simpleviewer_html
-%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport
-
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.a
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.la
-%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.so
-%%SLIDESHOW:%%share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/slideshow.png
-%%SLIDESHOW:%%share/services/kipiplugin_slideshow.desktop
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons
-%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow
-
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.a
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.la
-%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.so
-%%TIMEADJUST:%%share/services/kipiplugin_timeadjust.desktop
-
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.a
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.la
-%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.so
-%%WALLPAPER:%%share/services/kipiplugin_wallpaper.desktop
-
-lib/libkipiplugins.a
-lib/libkipiplugins.la
+bin/dngconverter
+lib/kde4/kipiplugin_acquireimages.so
+lib/kde4/kipiplugin_calendar.so
+lib/kde4/kipiplugin_fbexport.so
+lib/kde4/kipiplugin_flickrexport.so
+lib/kde4/kipiplugin_galleryexport.so
+lib/kde4/kipiplugin_gpssync.so
+lib/kde4/kipiplugin_htmlexport.so
+lib/kde4/kipiplugin_imageviewer.so
+lib/kde4/kipiplugin_jpeglossless.so
+lib/kde4/kipiplugin_metadataedit.so
+lib/kde4/kipiplugin_picasawebexport.so
+lib/kde4/kipiplugin_printwizard.so
+lib/kde4/kipiplugin_rawconverter.so
+lib/kde4/kipiplugin_sendimages.so
+lib/kde4/kipiplugin_simpleviewer.so
+lib/kde4/kipiplugin_slideshow.so
+lib/kde4/kipiplugin_smugexport.so
+lib/kde4/kipiplugin_timeadjust.so
+lib/kde4/kipiplugin_dngconverter.so
+lib/kde4/kipiplugin_ipodexport.so
+lib/kde4/kipiplugin_removeredeyes.so
lib/libkipiplugins.so
-lib/libkipiplugins.so.0
-
-share/apps/kipi/tips
-
-share/doc/HTML/de/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/de/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/de/kipi-plugins/acquireimages.docbook
-share/doc/HTML/de/kipi-plugins/borderimages.docbook
-share/doc/HTML/de/kipi-plugins/calendar.docbook
-share/doc/HTML/de/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/de/kipi-plugins/colorimages.docbook
-share/doc/HTML/de/kipi-plugins/common
-share/doc/HTML/de/kipi-plugins/convertimages.docbook
-share/doc/HTML/de/kipi-plugins/effectimages.docbook
-share/doc/HTML/de/kipi-plugins/filterimages.docbook
-share/doc/HTML/de/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/de/kipi-plugins/flickrexport.docbook
-share/doc/HTML/de/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/de/kipi-plugins/flickrexportcontinue.png
-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
-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
-share/doc/HTML/de/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/de/kipi-plugins/raw_converter_single.png
-share/doc/HTML/de/kipi-plugins/rawconverter.docbook
-share/doc/HTML/de/kipi-plugins/recompressimages.docbook
-share/doc/HTML/de/kipi-plugins/renameimages.docbook
-share/doc/HTML/de/kipi-plugins/resizeimages.docbook
-share/doc/HTML/de/kipi-plugins/sendimages.docbook
-share/doc/HTML/de/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/de/kipi-plugins/sendimages_mail.png
-share/doc/HTML/de/kipi-plugins/sendimages_progress.png
-share/doc/HTML/de/kipi-plugins/slideshow.docbook
-share/doc/HTML/de/kipi-plugins/slideshow.png
-share/doc/HTML/de/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/de/kipi-plugins/timeadjust.docbook
-share/doc/HTML/de/kipi-plugins/wallpaper.docbook
-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/calendar.docbook
-share/doc/HTML/en/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/en/kipi-plugins/colorimages.docbook
-share/doc/HTML/en/kipi-plugins/common
-share/doc/HTML/en/kipi-plugins/convertimages.docbook
-share/doc/HTML/en/kipi-plugins/effectimages.docbook
-share/doc/HTML/en/kipi-plugins/filterimages.docbook
-share/doc/HTML/en/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/en/kipi-plugins/flickrexport.docbook
-share/doc/HTML/en/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/en/kipi-plugins/flickrexportcontinue.png
-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/geolocation.docbook
-share/doc/HTML/en/kipi-plugins/geolocationcorrelate.png
-share/doc/HTML/en/kipi-plugins/geolocationcorrelate1.png
-share/doc/HTML/en/kipi-plugins/geolocationeditcoords.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
-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
-share/doc/HTML/en/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/en/kipi-plugins/raw_converter_single.png
-share/doc/HTML/en/kipi-plugins/rawconverter.docbook
-share/doc/HTML/en/kipi-plugins/recompressimages.docbook
-share/doc/HTML/en/kipi-plugins/renameimages.docbook
-share/doc/HTML/en/kipi-plugins/resizeimages.docbook
-share/doc/HTML/en/kipi-plugins/sendimages.docbook
-share/doc/HTML/en/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/en/kipi-plugins/sendimages_mail.png
-share/doc/HTML/en/kipi-plugins/sendimages_progress.png
-share/doc/HTML/en/kipi-plugins/slideshow.docbook
-share/doc/HTML/en/kipi-plugins/slideshow.png
-share/doc/HTML/en/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/en/kipi-plugins/timeadjust.docbook
-share/doc/HTML/en/kipi-plugins/wallpaper.docbook
-share/doc/HTML/es/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/es/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/es/kipi-plugins/acquireimages.docbook
-share/doc/HTML/es/kipi-plugins/borderimages.docbook
-share/doc/HTML/es/kipi-plugins/calendar.docbook
-share/doc/HTML/es/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/es/kipi-plugins/colorimages.docbook
-share/doc/HTML/es/kipi-plugins/common
-share/doc/HTML/es/kipi-plugins/convertimages.docbook
-share/doc/HTML/es/kipi-plugins/effectimages.docbook
-share/doc/HTML/es/kipi-plugins/filterimages.docbook
-share/doc/HTML/es/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/es/kipi-plugins/flickrexport.docbook
-share/doc/HTML/es/kipi-plugins/flickrexportauthenticated.png
-share/doc/HTML/es/kipi-plugins/flickrexportcontinue.png
-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/geolocation.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
-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
-share/doc/HTML/es/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/es/kipi-plugins/raw_converter_single.png
-share/doc/HTML/es/kipi-plugins/rawconverter.docbook
-share/doc/HTML/es/kipi-plugins/recompressimages.docbook
-share/doc/HTML/es/kipi-plugins/renameimages.docbook
-share/doc/HTML/es/kipi-plugins/resizeimages.docbook
-share/doc/HTML/es/kipi-plugins/sendimages.docbook
-share/doc/HTML/es/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/es/kipi-plugins/sendimages_mail.png
-share/doc/HTML/es/kipi-plugins/sendimages_progress.png
-share/doc/HTML/es/kipi-plugins/slideshow.docbook
-share/doc/HTML/es/kipi-plugins/slideshow.png
-share/doc/HTML/es/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/es/kipi-plugins/timeadjust.docbook
-share/doc/HTML/es/kipi-plugins/wallpaper.docbook
-share/doc/HTML/et/kipi-plugins/acquireimages.docbook
-share/doc/HTML/et/kipi-plugins/borderimages.docbook
-share/doc/HTML/et/kipi-plugins/calendar.docbook
-share/doc/HTML/et/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/et/kipi-plugins/colorimages.docbook
-share/doc/HTML/et/kipi-plugins/common
-share/doc/HTML/et/kipi-plugins/convertimages.docbook
-share/doc/HTML/et/kipi-plugins/effectimages.docbook
-share/doc/HTML/et/kipi-plugins/filterimages.docbook
-share/doc/HTML/et/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/et/kipi-plugins/flickrexport.docbook
-share/doc/HTML/et/kipi-plugins/galleryexport.docbook
-share/doc/HTML/et/kipi-plugins/geolocation.docbook
-share/doc/HTML/et/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/et/kipi-plugins/imageviewer.docbook
-share/doc/HTML/et/kipi-plugins/index.cache.bz2
-share/doc/HTML/et/kipi-plugins/index.docbook
-share/doc/HTML/et/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/et/kipi-plugins/kameraklient.docbook
-share/doc/HTML/et/kipi-plugins/metadataeditor.docbook
-share/doc/HTML/et/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/et/kipi-plugins/printwizard.docbook
-share/doc/HTML/et/kipi-plugins/rawconverter.docbook
-share/doc/HTML/et/kipi-plugins/recompressimages.docbook
-share/doc/HTML/et/kipi-plugins/renameimages.docbook
-share/doc/HTML/et/kipi-plugins/resizeimages.docbook
-share/doc/HTML/et/kipi-plugins/sendimages.docbook
-share/doc/HTML/et/kipi-plugins/slideshow.docbook
-share/doc/HTML/et/kipi-plugins/timeadjust.docbook
-share/doc/HTML/et/kipi-plugins/wallpaper.docbook
-share/doc/HTML/it/kipi-plugins/acquireimages.docbook
-share/doc/HTML/it/kipi-plugins/borderimages.docbook
-share/doc/HTML/it/kipi-plugins/calendar.docbook
-share/doc/HTML/it/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/it/kipi-plugins/colorimages.docbook
-share/doc/HTML/it/kipi-plugins/common
-share/doc/HTML/it/kipi-plugins/convertimages.docbook
-share/doc/HTML/it/kipi-plugins/effectimages.docbook
-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/geolocation.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
-share/doc/HTML/it/kipi-plugins/recompressimages.docbook
-share/doc/HTML/it/kipi-plugins/renameimages.docbook
-share/doc/HTML/it/kipi-plugins/resizeimages.docbook
-share/doc/HTML/it/kipi-plugins/sendimages.docbook
-share/doc/HTML/it/kipi-plugins/slideshow.docbook
-share/doc/HTML/it/kipi-plugins/timeadjust.docbook
-share/doc/HTML/it/kipi-plugins/wallpaper.docbook
-share/doc/HTML/nl/kipi-plugins/acquireimages.docbook
-share/doc/HTML/nl/kipi-plugins/borderimages.docbook
-share/doc/HTML/nl/kipi-plugins/calendar.docbook
-share/doc/HTML/nl/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/nl/kipi-plugins/colorimages.docbook
-share/doc/HTML/nl/kipi-plugins/common
-share/doc/HTML/nl/kipi-plugins/convertimages.docbook
-share/doc/HTML/nl/kipi-plugins/diroperations.docbook
-share/doc/HTML/nl/kipi-plugins/effectimages.docbook
-share/doc/HTML/nl/kipi-plugins/filterimages.docbook
-share/doc/HTML/nl/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/nl/kipi-plugins/flickrexport.docbook
-share/doc/HTML/nl/kipi-plugins/galleryexport.docbook
-share/doc/HTML/nl/kipi-plugins/gammacalibration.docbook
-share/doc/HTML/nl/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/nl/kipi-plugins/index.cache.bz2
-share/doc/HTML/nl/kipi-plugins/index.docbook
-share/doc/HTML/nl/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/nl/kipi-plugins/kameraklient.docbook
-share/doc/HTML/nl/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/nl/kipi-plugins/printwizard.docbook
-share/doc/HTML/nl/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/nl/kipi-plugins/raw_converter_single.png
-share/doc/HTML/nl/kipi-plugins/rawconverter.docbook
-share/doc/HTML/nl/kipi-plugins/recompressimages.docbook
-share/doc/HTML/nl/kipi-plugins/renameimages.docbook
-share/doc/HTML/nl/kipi-plugins/resizeimages.docbook
-share/doc/HTML/nl/kipi-plugins/sendimages.docbook
-share/doc/HTML/nl/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/nl/kipi-plugins/sendimages_mail.png
-share/doc/HTML/nl/kipi-plugins/sendimages_progress.png
-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_BR/kipi-plugins/acquireimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/borderimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/calendar.docbook
-share/doc/HTML/pt_BR/kipi-plugins/cdarchiving.docbook
-share/doc/HTML/pt_BR/kipi-plugins/colorimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/commenteditor.docbook
-share/doc/HTML/pt_BR/kipi-plugins/common
-share/doc/HTML/pt_BR/kipi-plugins/convertimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/diroperations.docbook
-share/doc/HTML/pt_BR/kipi-plugins/effectimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/filterimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/findimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/gammacalibration.docbook
-share/doc/HTML/pt_BR/kipi-plugins/imagesgallery.docbook
-share/doc/HTML/pt_BR/kipi-plugins/index.cache.bz2
-share/doc/HTML/pt_BR/kipi-plugins/index.docbook
-share/doc/HTML/pt_BR/kipi-plugins/jpeglossless.docbook
-share/doc/HTML/pt_BR/kipi-plugins/kameraklient.docbook
-share/doc/HTML/pt_BR/kipi-plugins/mpegencoder.docbook
-share/doc/HTML/pt_BR/kipi-plugins/printwizard.docbook
-share/doc/HTML/pt_BR/kipi-plugins/rawconverter.docbook
-share/doc/HTML/pt_BR/kipi-plugins/recompressimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/renameimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/resizeimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/sendimages.docbook
-share/doc/HTML/pt_BR/kipi-plugins/slideshow.docbook
-share/doc/HTML/pt_BR/kipi-plugins/timeadjust.docbook
-share/doc/HTML/pt_BR/kipi-plugins/wallpaper.docbook
-share/doc/HTML/ru/kipi-plugins/calendar.docbook
-share/doc/HTML/sv/kipi-plugins/acquireimages.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
-share/doc/HTML/sv/kipi-plugins/common
-share/doc/HTML/sv/kipi-plugins/convertimages.docbook
-share/doc/HTML/sv/kipi-plugins/effectimages.docbook
-share/doc/HTML/sv/kipi-plugins/filterimages.docbook
-share/doc/HTML/sv/kipi-plugins/findduplicateimages.docbook
-share/doc/HTML/sv/kipi-plugins/acquire-savetargetpreview.png
-share/doc/HTML/sv/kipi-plugins/acquire-screenshotpreview.png
-share/doc/HTML/sv/kipi-plugins/flickrexport.docbook
-share/doc/HTML/sv/kipi-plugins/flickrexportcontinue.png
-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/geolocation.docbook
-share/doc/HTML/sv/kipi-plugins/geolocationcorrelate.png
-share/doc/HTML/sv/kipi-plugins/geolocationcorrelate1.png
-share/doc/HTML/sv/kipi-plugins/geolocationeditcoords.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
-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
-share/doc/HTML/sv/kipi-plugins/raw_converter_batch.png
-share/doc/HTML/sv/kipi-plugins/raw_converter_single.png
-share/doc/HTML/sv/kipi-plugins/rawconverter.docbook
-share/doc/HTML/sv/kipi-plugins/recompressimages.docbook
-share/doc/HTML/sv/kipi-plugins/renameimages.docbook
-share/doc/HTML/sv/kipi-plugins/resizeimages.docbook
-share/doc/HTML/sv/kipi-plugins/sendimages.docbook
-share/doc/HTML/sv/kipi-plugins/sendimages_imageselection.png
-share/doc/HTML/sv/kipi-plugins/sendimages_mail.png
-share/doc/HTML/sv/kipi-plugins/sendimages_progress.png
-share/doc/HTML/sv/kipi-plugins/slideshow.docbook
-share/doc/HTML/sv/kipi-plugins/slideshow_dialog.png
-share/doc/HTML/sv/kipi-plugins/timeadjust.docbook
-share/doc/HTML/sv/kipi-plugins/wallpaper.docbook
-
-share/locale/ar/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ar/LC_MESSAGES/kipiplugin_imagesgallery.mo
+lib/libkipiplugins.so.1
+lib/libkipiplugins.so.1.0.0
+share/applications/kde4/dngconverter.desktop
+share/apps/kipiplugin_galleryexport/pics/gallery.png
+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/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/frames.desktop
+share/apps/kipiplugin_htmlexport/themes/frames/style.css
+share/apps/kipiplugin_htmlexport/themes/frames/template.xsl
+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/arrows_source.svg
+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/dark.css
+share/apps/kipiplugin_htmlexport/themes/simple/natural.css
+share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
+share/apps/kipiplugin_htmlexport/themes/simple/template.xsl
+share/apps/kipiplugin_htmlexport/themes/snow/next.png
+share/apps/kipiplugin_htmlexport/themes/snow/next.svg
+share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png
+share/apps/kipiplugin_htmlexport/themes/snow/previous.png
+share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png
+share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop
+share/apps/kipiplugin_htmlexport/themes/snow/style.css
+share/apps/kipiplugin_htmlexport/themes/snow/template.xsl
+share/apps/kipiplugin_imageviewer/pics/hand.png
+share/apps/kipiplugin_imageviewer/pics/nullImage.png
+share/apps/kipiplugin_imageviewer/pics/zoom.png
+share/apps/kipiplugin_metadataedit/data/topicset.iptc-subjectcode.xml
+share/apps/kipiplugin_simpleviewerexport/index.template
+share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/space.png
+share/apps/kipiplugin_slideshow/KIPIicon.svg
+share/apps/kipiplugin_removeredeyes/controlwidget.svg
+share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
+share/icons/hicolor/128x128/actions/rawconverterbatch.png
+share/icons/hicolor/128x128/actions/rawconvertersingle.png
+share/icons/hicolor/16x16/actions/gpsimagetag.png
+share/icons/hicolor/16x16/actions/ogl.png
+share/icons/hicolor/22x22/actions/slideshow.png
+share/icons/hicolor/32x32/actions/flip-horizontal.png
+share/icons/hicolor/32x32/actions/gpsimagetag.png
+share/icons/hicolor/32x32/actions/grayscaleconvert.png
+share/icons/hicolor/32x32/actions/ogl.png
+share/icons/hicolor/32x32/actions/timeadjust.png
+share/icons/hicolor/32x32/actions/dngconverter.png
+share/icons/hicolor/64x64/actions/metadataedit.png
+share/kde4/services/kipiplugin_dngconverter.desktop
+share/kde4/services/kipiplugin_ipodexport.desktop
+share/kde4/services/kipiplugin_removeredeyes.desktop
+share/kde4/services/kipiplugin_acquireimages.desktop
+share/kde4/services/kipiplugin_calendar.desktop
+share/kde4/services/kipiplugin_fbexport.desktop
+share/kde4/services/kipiplugin_flickrexport.desktop
+share/kde4/services/kipiplugin_galleryexport.desktop
+share/kde4/services/kipiplugin_gpssync.desktop
+share/kde4/services/kipiplugin_htmlexport.desktop
+share/kde4/services/kipiplugin_imageviewer.desktop
+share/kde4/services/kipiplugin_jpeglossless.desktop
+share/kde4/services/kipiplugin_metadataedit.desktop
+share/kde4/services/kipiplugin_picasawebexport.desktop
+share/kde4/services/kipiplugin_printwizard.desktop
+share/kde4/services/kipiplugin_rawconverter.desktop
+share/kde4/services/kipiplugin_sendimages.desktop
+share/kde4/services/kipiplugin_simpleviewer.desktop
+share/kde4/services/kipiplugin_slideshow.desktop
+share/kde4/services/kipiplugin_smugexport.desktop
+share/kde4/services/kipiplugin_timeadjust.desktop
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
-share/locale/ar/LC_MESSAGES/kipiplugin_sendimages.mo
-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
-share/locale/br/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/br/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/br/LC_MESSAGES/kipiplugin_flickrexport.mo
-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
+share/locale/be/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/be/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/be/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/be/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/be/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/be/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/be/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/be/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/be/LC_MESSAGES/kipiplugins.mo
share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
-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_dngconverter.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_imageviewer.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_picasawebexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_simpleviewerexport.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
-share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_dngconverter.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_imageviewer.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_ipodexport.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_picasawebexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.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
-share/locale/cy/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/cy/LC_MESSAGES/kipiplugin_sendimages.mo
-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_dngconverter.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_imageviewer.mo
share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/da/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/da/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/da/LC_MESSAGES/kipiplugin_smugexport.mo
share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/da/LC_MESSAGES/kipiplugin_viewer.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
-share/locale/de/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/de/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/de/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.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_simpleviewerexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/de/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/de/LC_MESSAGES/kipiplugin_smugexport.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
-share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/el/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/el/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/el/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/el/LC_MESSAGES/kipiplugin_smugexport.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
-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_cdarchiving.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/es/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/es/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo
-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_simpleviewerexport.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
-share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/et/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/et/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/et/LC_MESSAGES/kipiplugin_simpleviewerexport.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_findimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
-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_imageviewer.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_picasawebexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_simpleviewerexport.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
-share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_imageviewer.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_picasawebexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_simpleviewerexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ga/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ga/LC_MESSAGES/kipiplugins.mo
share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_fbexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/gl/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_smugexport.mo
share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/gl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/gl/LC_MESSAGES/kipiplugins.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/hu/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-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_flickrexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/is/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_simpleviewerexport.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/hi/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/hi/LC_MESSAGES/kipiplugins.mo
+share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.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_sync.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
-share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/it/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/it/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/it/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/it/LC_MESSAGES/kipiplugin_smugexport.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
-share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_fbexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ja/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_smugexport.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
-share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo
-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/kipiplugin_acquireimages.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/ms/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/km/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/km/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/km/LC_MESSAGES/kipiplugins.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/lv/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/lv/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
-share/locale/mt/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/mt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/mt/LC_MESSAGES/kipiplugins.mo
share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/nb/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/nb/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/nb/LC_MESSAGES/kipiplugin_smugexport.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_dngconverter.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_fbexport.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_imageviewer.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_picasawebexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/nds/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/nds/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_smugexport.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
-share/locale/nl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/nl/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_smugexport.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_acquireimages.mo
share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_galleryexport.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_printwizard.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
+share/locale/nn/LC_MESSAGES/kipiplugin_simpleviewerexport.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/nn/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/nn/LC_MESSAGES/kipiplugins.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/oc/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/oc/LC_MESSAGES/kipiplugins.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_dngconverter.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_fbexport.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_imageviewer.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.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_picasawebexport.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
-share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.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
share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_sync.mo
share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pl/LC_MESSAGES/kipiplugin_viewer.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_dngconverter.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_fbexport.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_imageviewer.mo
share/locale/pt/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/pt/LC_MESSAGES/kipiplugin_smugexport.mo
share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_viewer.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
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_fbexport.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_gpssync.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_kameraklient.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/pt_BR/LC_MESSAGES/kipiplugin_smugexport.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt_BR/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_simpleviewerexport.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ro/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/ro/LC_MESSAGES/kipiplugins.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/ru/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo
share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_simpleviewerexport.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
-share/locale/rw/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/rw/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/rw/LC_MESSAGES/kipiplugins.mo
+share/locale/ru/LC_MESSAGES/kipiplugins.mo
+share/locale/se/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/se/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/se/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/se/LC_MESSAGES/kipiplugins.mo
share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
-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_simpleviewerexport.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
-share/locale/sr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/sr/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sr/LC_MESSAGES/kipiplugins.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_ipodexport.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_metadataedit.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_sync.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_viewer.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/sr@Latn/LC_MESSAGES/kipiplugins.mo
share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_fbexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo
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_imageviewer.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_picasawebexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/sv/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_smugexport.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
-share/locale/ta/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/ta/LC_MESSAGES/kipiplugin_sendimages.mo
-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_imageviewer.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_picasawebexport.mo
share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/th/LC_MESSAGES/kipiplugin_simpleviewerexport.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
-share/locale/tr/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_dngconverter.mo
share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_ipodexport.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_picasawebexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
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_dngconverter.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_fbexport.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_imageviewer.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_picasawebexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/uk/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_smugexport.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
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_fbexport.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_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_metadataedit.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_printwizard.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_simpleviewerexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/zh_CN/LC_MESSAGES/kipiplugin_smugexport.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
-
-@dirrm share/doc/HTML/sv/kipi-plugins
-@dirrm share/doc/HTML/ru/kipi-plugins
-@dirrm share/doc/HTML/pt_BR/kipi-plugins
-@dirrm share/doc/HTML/nl/kipi-plugins
-@dirrm share/doc/HTML/it/kipi-plugins
-@dirrm share/doc/HTML/et/kipi-plugins
-@dirrm share/doc/HTML/es/kipi-plugins
-@dirrm share/doc/HTML/en/kipi-plugins
-@dirrm share/doc/HTML/de/kipi-plugins
-
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW.Big5/LC_MESSAGES
+@dirrmtry share/locale/zh_TW.Big5
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN.GB2312/LC_MESSAGES
+@dirrmtry share/locale/zh_CN.GB2312
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/zh/LC_MESSAGES
+@dirrmtry share/locale/zh
+@dirrmtry share/locale/wa/LC_MESSAGES
+@dirrmtry share/locale/wa
+@dirrmtry share/locale/vi/LC_MESSAGES
+@dirrmtry share/locale/vi
+@dirrmtry share/locale/uz/LC_MESSAGES
+@dirrmtry share/locale/uz
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/tr/LC_MESSAGES
+@dirrmtry share/locale/tr
+@dirrmtry share/locale/tk/LC_MESSAGES
+@dirrmtry share/locale/tk
+@dirrmtry share/locale/th/LC_MESSAGES
+@dirrmtry share/locale/th
+@dirrmtry share/locale/tg/LC_MESSAGES
+@dirrmtry share/locale/tg
+@dirrmtry share/locale/ta/LC_MESSAGES
+@dirrmtry share/locale/ta
+@dirrmtry share/locale/sv/LC_MESSAGES
+@dirrmtry share/locale/sv
+@dirrmtry share/locale/sr@Latn/LC_MESSAGES
+@dirrmtry share/locale/sr@Latn
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sq/LC_MESSAGES
+@dirrmtry share/locale/sq
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/se/LC_MESSAGES
+@dirrmtry share/locale/se
+@dirrmtry share/locale/ru/LC_MESSAGES
+@dirrmtry share/locale/ru
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt_PT/LC_MESSAGES
+@dirrmtry share/locale/pt_PT
+@dirrmtry share/locale/pt_BR/LC_MESSAGES
+@dirrmtry share/locale/pt_BR
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/pa/LC_MESSAGES
+@dirrmtry share/locale/pa
+@dirrmtry share/locale/or/LC_MESSAGES
+@dirrmtry share/locale/or
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/no/LC_MESSAGES
+@dirrmtry share/locale/no
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/nl/LC_MESSAGES
+@dirrmtry share/locale/nl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
@dirrmtry share/locale/nds/LC_MESSAGES
@dirrmtry share/locale/nds
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
+@dirrmtry share/locale/nb/LC_MESSAGES
+@dirrmtry share/locale/nb
+@dirrmtry share/locale/mt/LC_MESSAGES
+@dirrmtry share/locale/mt
+@dirrmtry share/locale/ms/LC_MESSAGES
+@dirrmtry share/locale/ms
+@dirrmtry share/locale/mn/LC_MESSAGES
+@dirrmtry share/locale/mn
+@dirrmtry share/locale/ml/LC_MESSAGES
+@dirrmtry share/locale/ml
+@dirrmtry share/locale/mk/LC_MESSAGES
+@dirrmtry share/locale/mk
+@dirrmtry share/locale/lv/LC_MESSAGES
+@dirrmtry share/locale/lv
+@dirrmtry share/locale/lt/LC_MESSAGES
+@dirrmtry share/locale/lt
+@dirrmtry share/locale/li/LC_MESSAGES
+@dirrmtry share/locale/li
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/kn/LC_MESSAGES
+@dirrmtry share/locale/kn
+@dirrmtry share/locale/km/LC_MESSAGES
+@dirrmtry share/locale/km
+@dirrmtry share/locale/ka/LC_MESSAGES
+@dirrmtry share/locale/ka
+@dirrmtry share/locale/ja/LC_MESSAGES
+@dirrmtry share/locale/ja
+@dirrmtry share/locale/it/LC_MESSAGES
+@dirrmtry share/locale/it
+@dirrmtry share/locale/is/LC_MESSAGES
+@dirrmtry share/locale/is
+@dirrmtry share/locale/id/LC_MESSAGES
+@dirrmtry share/locale/id
+@dirrmtry share/locale/hu/LC_MESSAGES
+@dirrmtry share/locale/hu
+@dirrmtry share/locale/hr/LC_MESSAGES
+@dirrmtry share/locale/hr
+@dirrmtry share/locale/hi/LC_MESSAGES
+@dirrmtry share/locale/hi
+@dirrmtry share/locale/he/LC_MESSAGES
+@dirrmtry share/locale/he
+@dirrmtry share/locale/gu/LC_MESSAGES
+@dirrmtry share/locale/gu
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/ga/LC_MESSAGES
+@dirrmtry share/locale/ga
+@dirrmtry share/locale/fr_FR/LC_MESSAGES
+@dirrmtry share/locale/fr_FR
+@dirrmtry share/locale/fr/LC_MESSAGES
+@dirrmtry share/locale/fr
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/fa_IR/LC_MESSAGES
+@dirrmtry share/locale/fa_IR
+@dirrmtry share/locale/fa/LC_MESSAGES
+@dirrmtry share/locale/fa
+@dirrmtry share/locale/eu/LC_MESSAGES
+@dirrmtry share/locale/eu
+@dirrmtry share/locale/et/LC_MESSAGES
+@dirrmtry share/locale/et
+@dirrmtry share/locale/es_MX/LC_MESSAGES
+@dirrmtry share/locale/es_MX
+@dirrmtry share/locale/es_ES/LC_MESSAGES
+@dirrmtry share/locale/es_ES
+@dirrmtry share/locale/es/LC_MESSAGES
+@dirrmtry share/locale/es
+@dirrmtry share/locale/eo/LC_MESSAGES
+@dirrmtry share/locale/eo
+@dirrmtry share/locale/en_GB/LC_MESSAGES
+@dirrmtry share/locale/en_GB
+@dirrmtry share/locale/en_CA/LC_MESSAGES
+@dirrmtry share/locale/en_CA
+@dirrmtry share/locale/en_AU/LC_MESSAGES
+@dirrmtry share/locale/en_AU
+@dirrmtry share/locale/en/LC_MESSAGES
+@dirrmtry share/locale/en
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/ee/LC_MESSAGES
+@dirrmtry share/locale/ee
+@dirrmtry share/locale/dk/LC_MESSAGES
+@dirrmtry share/locale/dk
+@dirrmtry share/locale/de_AT/LC_MESSAGES
+@dirrmtry share/locale/de_AT
+@dirrmtry share/locale/de/LC_MESSAGES
+@dirrmtry share/locale/de
+@dirrmtry share/locale/da/LC_MESSAGES
+@dirrmtry share/locale/da
+@dirrmtry share/locale/cy/LC_MESSAGES
+@dirrmtry share/locale/cy
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bs/LC_MESSAGES
+@dirrmtry share/locale/bs
+@dirrmtry share/locale/br/LC_MESSAGES
+@dirrmtry share/locale/br
+@dirrmtry share/locale/bn/LC_MESSAGES
+@dirrmtry share/locale/bn
+@dirrmtry share/locale/bg/LC_MESSAGES
+@dirrmtry share/locale/bg
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be
+@dirrmtry share/locale/az/LC_MESSAGES
+@dirrmtry share/locale/az
+@dirrmtry share/locale/ar/LC_MESSAGES
+@dirrmtry share/locale/ar
+@dirrmtry share/locale/am/LC_MESSAGES
+@dirrmtry share/locale/am
+@dirrmtry share/locale/af/LC_MESSAGES
+@dirrmtry share/locale/af
+@dirrmtry share/locale
+@dirrmtry share/kde4/services
+@dirrmtry share/kde4
+@dirrmtry share/java/classes
+@dirrmtry share/java
+@dirrmtry share/icons/hicolor/64x64/actions
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/32x32/actions
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/22x22/actions
+@dirrmtry share/icons/hicolor/22x22
+@dirrmtry share/icons/hicolor/16x16/actions
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/128x128/actions
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/apps/kipiplugin_slideshow
+@dirrmtry share/apps/kipiplugin_simpleviewerexport/simpleviewer_html
+@dirrmtry share/apps/kipiplugin_simpleviewerexport
+@dirrmtry share/apps/kipiplugin_metadataedit/data
+@dirrmtry share/apps/kipiplugin_metadataedit
+@dirrmtry share/apps/kipiplugin_imageviewer/pics
+@dirrmtry share/apps/kipiplugin_imageviewer
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/snow
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/simple
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/s0
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/matrix
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/frames
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/cleanframes
+@dirrmtry share/apps/kipiplugin_htmlexport/themes/classic
+@dirrmtry share/apps/kipiplugin_htmlexport/themes
+@dirrmtry share/apps/kipiplugin_htmlexport
+@dirrmtry share/apps/kipiplugin_galleryexport/pics
+@dirrmtry share/apps/kipiplugin_galleryexport
+@dirrmtry share/apps/kipiplugin_removeredeyes
+@dirrmtry lib/kde4