Index: MOVED =================================================================== --- MOVED (revision 412365) +++ MOVED (working copy) @@ -8270,3 +8270,4 @@ www/rubygem-railties41|www/rubygem-railties4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 devel/rubygem-jbuilder-rails41|devel/rubygem-jbuilder|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2 textproc/py-genshi-devel|textproc/py-genshi|2016-03-31|Has expired: The port is no longer updated and behind the main genshi port +graphics/kipi-plugin-googledrive|graphics/kipi-plugin-googleservices|2016-04-10|Replaced upstream Index: astro/libkgeomap/Makefile =================================================================== --- astro/libkgeomap/Makefile (revision 412365) +++ astro/libkgeomap/Makefile (working copy) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= libkgeomap -PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTVERSION= 15.04.2 # ${KDE_APPLICATIONS_VERSION} CATEGORIES= astro kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for browsing photos on a map -.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +MASTER_SITES= KDE/${KDE_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} +LICENSE= GPLv2 + +USE_KDE4= kdelibs kdeprefix automoc4 marble +USES= cmake:outsource tar:xz +USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build + BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -# libkexiv2 is used only for demo application -USE_KDE4+= marble -USE_LDCONFIG= yes - post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ - ${WRKSRC}/CMakeLists.txt + ${WRKSRC}/${PORTNAME}/CMakeLists.txt .include Index: astro/libkgeomap/distinfo =================================================================== --- astro/libkgeomap/distinfo (nonexistent) +++ astro/libkgeomap/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (KDE/15.04.2/libkgeomap-15.04.2.tar.xz) = d0df1e2012f05abb1f1d447e36bd416f655eecde083a93710f496ed6fea13224 +SIZE (KDE/15.04.2/libkgeomap-15.04.2.tar.xz) = 124144 Property changes on: astro/libkgeomap/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: astro/libkgeomap/pkg-plist =================================================================== --- astro/libkgeomap/pkg-plist (revision 412365) +++ astro/libkgeomap/pkg-plist (working copy) @@ -13,8 +13,8 @@ include/kde4/libkgeomap/tracks.h include/kde4/libkgeomap/version.h lib/libkgeomap.so -lib/libkgeomap.so.1 -lib/libkgeomap.so.1.0.0 +lib/libkgeomap.so.2 +lib/libkgeomap.so.2.1.0 libdata/pkgconfig/libkgeomap.pc share/apps/cmake/modules/FindKGeoMap.cmake share/apps/libkgeomap/backend-googlemaps-js.js Index: graphics/digikam-kde4/Makefile =================================================================== --- graphics/digikam-kde4/Makefile (revision 412365) +++ graphics/digikam-kde4/Makefile (working copy) @@ -3,7 +3,6 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= graphics kde @@ -25,13 +24,13 @@ libboost_graph.so:devel/boost-libs USES+= pkgconfig shebangfix -USE_KDE4+= libkdcraw libkexiv2 libkipi +USE_KDE4+= libkdcraw libkexiv2 libkipi runtime_run USE_QT4+= sql-sqlite3_run USE_LDCONFIG= yes CMAKE_ARGS+= -DWITH_Sqlite2:BOOL=OFF WRKSRC= ${WRKDIR}/${DISTNAME}/core -SHEBANG_FILES= utilities/scripts/digitaglinktree/digitaglinktree +SHEBANG_FILES= data/scripts/digitaglinktree/digitaglinktree OPTIONS_DEFINE= DOCS NLS GPHOTO2 PIMLIBS MYSQL OPTIONS_DEFAULT= GPHOTO2 PIMLIBS @@ -44,10 +43,11 @@ GPHOTO2_DESC= Gphoto2 camera support GPHOTO2_LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 +GPHOTO2_CMAKE_ON= -DWITH_Gphoto2:BOOL=ON GPHOTO2_CMAKE_OFF= -DWITH_Gphoto2:BOOL=OFF PIMLIBS_DESC= Address book support -PIMLIBS_USE= KDE4=pimlibs +PIMLIBS_USE= KDE4=pimlibs baloo PIMLIBS_CMAKE_ON= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=ON PIMLIBS_CMAKE_OFF= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=OFF @@ -54,7 +54,10 @@ MYSQL_USE= MYSQL=server QT4=sql-mysql_run MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER} MYSQL_CMAKE_ON= -DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \ - -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin -MYSQL_CMAKE_OFF= -DENABLE_INTERNALMYSQL:BOOL=OFF + -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin \ + -DENABLE_INTERNALMYSQL:BOOL=ON \ + -DENABLE_MYSQLSUPPORT:BOOL=ON +MYSQL_CMAKE_OFF= -DENABLE_INTERNALMYSQL:BOOL=OFF \ + -DENABLE_MYSQLSUPPORT:BOOL=OFF .include Index: graphics/digikam-kde4/Makefile.common =================================================================== --- graphics/digikam-kde4/Makefile.common (revision 412365) +++ graphics/digikam-kde4/Makefile.common (working copy) @@ -1,7 +1,6 @@ # $FreeBSD$ # # Make sure when DIGIKAM_VER is updated that the following ports are updated: -# astro/libkgeomap # graphics/digikam-kde4 # graphics/digikam-kde4-doc # graphics/digikam-kde4-l10n @@ -9,11 +8,13 @@ # graphics/kipi-plugins-kde4 # graphics/libkface # graphics/libkipiplugins -# net/libkvkontakte -# net/libmediawiki +# These ports now lead independent lives: +# astro/libkgeomap (part of KDE Applications) +# net/libkvkontakte (part of KDE Applications) +# net/libmediawiki (part of digiKam 4.12) -DIGIKAM_VER= 4.2.0 -MASTER_SITES= KDE/Attic/digikam +DIGIKAM_VER= 4.14.0 +MASTER_SITES= KDE/stable/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ @@ -27,7 +28,7 @@ flashexport \ flickrexport \ galleryexport \ - googledrive \ + googleservices \ gpssync \ htmlexport \ imageshackexport \ @@ -43,7 +44,6 @@ metadataedit \ panorama \ photolayoutseditor \ - picasawebexport \ piwigoexport \ printimages \ rajceexport \ @@ -79,7 +79,7 @@ flashexport_DESC= Export images to Flash using SimpleViewer flickrexport_DESC= Export images to a remote Flickr based web service galleryexport_DESC= Export images to a remote Gallery -googledrive_DESC= Export images to Google Drive cloud service +googleservices_DESC= Export images to Google Services (drive/picasa) gpssync_DESC= Geolocalize images htmlexport_DESC= Export images collections into a static XHTML page imageshackexport_DESC= Export images to ImageShack web service @@ -97,7 +97,6 @@ # not ready for production yet # photivointegration_DESC= Integration of the Photivo RAW-Processor photolayoutseditor_DESC=Assemble images together -picasawebexport_DESC= Export images to a remote Picasa web service piwigoexport_DESC= Export images to a remote Piwigo (PHPWebGallery) server printimages_DESC= Print images in various format rajceexport_DESC= Export images to Rajce web service @@ -137,9 +136,11 @@ .if ${KIPI_PLUGIN} != "libkipiplugins" EXTRA_PATCHES= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt -LIB_DEPENDS+= libkipiplugins.so:graphics/libkipiplugins +LIB_DEPENDS+= libkipiplugins.so:${PORTSDIR}/graphics/libkipiplugins .endif +EXTRA_PATCHES+= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch +CMAKE_ARGS+= -DKSANE_INCLUDE_DIR:PATH=${KDE_PREFIX}/include/${KDE4_HEADER_PREFIX} EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/extra/kipi-plugins WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins BUILD_WRKSRC= ${WRKSRC}/${${KIPI_PLUGIN}_DIR} @@ -152,7 +153,7 @@ post-kipi-configure: ${ECHO_CMD} '#define GITVERSION "unknown"' > ${WRKSRC}/common/libkipiplugins/gitversion.h .if ${KIPI_PLUGIN} != "libkipiplugins" - ${LN} -s ${KDE4_PREFIX}/lib/libkipiplugins.so ${WRKSRC}/lib/libkipiplugins.so + ${LN} -s ${KDE_PREFIX}/lib/libkipiplugins.so ${WRKSRC}/lib/libkipiplugins.so .endif . endif # defined(KIPI_PLUGIN) Index: graphics/digikam-kde4/distinfo =================================================================== --- graphics/digikam-kde4/distinfo (revision 412365) +++ graphics/digikam-kde4/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (digikam-4.2.0.tar.bz2) = e86575b76672dfd0a7ed5f1d7b8b74425171804d7f16b0d743a5d2375c1c1b08 -SIZE (digikam-4.2.0.tar.bz2) = 68849613 +SHA256 (digikam-4.14.0.tar.bz2) = 9d7bcb689d8c29be2e81976f0a043220f442a24f2071284044e7f1a799a7fdad +SIZE (digikam-4.14.0.tar.bz2) = 59805228 Index: graphics/digikam-kde4/files/patch-CMakeLists.txt =================================================================== --- graphics/digikam-kde4/files/patch-CMakeLists.txt (revision 412365) +++ graphics/digikam-kde4/files/patch-CMakeLists.txt (nonexistent) @@ -1,27 +0,0 @@ ---- ./CMakeLists.txt.orig 2012-06-04 16:38:57.000000000 -0400 -+++ ./CMakeLists.txt 2012-06-24 12:52:32.000000000 -0400 -@@ -203,9 +203,10 @@ - FIND_LIBRARY(MATH_LIBRARY m) - ENDIF(NOT WIN32) - --IF(Boost_FOUND) -- INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) --ENDIF(Boost_FOUND) -+STRING(TOLOWER ${CMAKE_SYSTEM_NAME} node_platform) -+IF(${node_platform} MATCHES freebsd) -+ FIND_LIBRARY(KVM_LIBRARY NAMES kvm) -+ENDIF(${node_platform} MATCHES freebsd) - - #------------------------------------------------------------------------------------- - -@@ -595,6 +596,10 @@ - ${CMAKE_CURRENT_BINARY_DIR}/digikam - ) - -+ IF(Boost_FOUND) -+ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) -+ ENDIF(Boost_FOUND) -+ - IF(USE_SCRIPT_IFACE) - INCLUDE_DIRECTORIES(${QT_QTSCRIPT_INCLUDE_DIR}) - ENDIF(USE_SCRIPT_IFACE) Property changes on: graphics/digikam-kde4/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake =================================================================== --- graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake (revision 412365) +++ graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake (nonexistent) @@ -1,46 +0,0 @@ ---- ./cmake/modules/FindPGF.cmake.orig 2013-10-01 06:23:25.000000000 +0000 -+++ ./cmake/modules/FindPGF.cmake 2014-01-20 22:29:10.782525688 +0000 -@@ -4,24 +4,28 @@ - # PGF_FOUND - system has libgf - # PGF_INCLUDE_DIRS - the libpgf include directory - # PGF_LIBRARIES - Link these to use libpgf --# PGF_CODEC_VERSION_ID - PGF codec version ID. - --FIND_PACKAGE(PkgConfig) -+find_package(PkgConfig) - --IF(PKG_CONFIG_FOUND) -+if(PKG_CONFIG_FOUND) -+ pkg_check_modules(PC_PGF QUIET libpgf) -+endif(PKG_CONFIG_FOUND) - -- PKG_CHECK_MODULES(PGF libpgf) -+find_path(PGF_INCLUDE_DIRS NAMES PGFimage.h -+ PATHS -+ ${PC_PGF_INCLUDEDIR} -+ ${PC_PGF_INCLUDE_DIRS} -+) - -- IF(PGF_FOUND) -- MESSAGE(STATUS "PGF_INCLUDE_DIRS = ${PGF_INCLUDE_DIRS}") -- MESSAGE(STATUS "PGF_INCLUDEDIR = ${PGF_INCLUDEDIR}") -- MESSAGE(STATUS "PGF_LIBRARIES = ${PGF_LIBRARIES}") -- MESSAGE(STATUS "PGF_LDFLAGS = ${PGF_LDFLAGS}") -- MESSAGE(STATUS "PGF_CFLAGS = ${PGF_CFLAGS}") -- MESSAGE(STATUS "PGF_VERSION = ${PGF_VERSION}") -+find_library(PGF_LIBRARIES NAMES pgf -+ PATHS -+ ${PC_PGF_LIBDIR} -+ ${PC_PGF_LIBRARY_DIRS} -+) - -- STRING(REPLACE "." "" PGF_CODEC_VERSION_ID "${PGF_VERSION}") -- MESSAGE(STATUS "PGF_CODEC_VERSION_ID = ${PGF_CODEC_VERSION_ID}") -- ENDIF(PGF_FOUND) -+include(FindPackageHandleStandardArgs) -+find_package_handle_standard_args(pgf -+ REQUIRED_VARS PGF_LIBRARIES PGF_INCLUDE_DIRS -+) - --ENDIF(PKG_CONFIG_FOUND) -+mark_as_advanced(PGF_INCLUDE_DIRS PGF_LIBRARIES) Property changes on: graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake =================================================================== --- graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake (revision 412365) +++ graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake (nonexistent) @@ -1,11 +0,0 @@ ---- cmake/modules/MacroUtils.cmake.orig 2014-09-18 04:17:31 UTC -+++ cmake/modules/MacroUtils.cmake -@@ -112,7 +112,7 @@ - - ENDIF() - --ENDMACRO(PRINT_PLUGIN_COMPILE_STATUS) -+ENDMACRO(PRINT_COMPONENT_COMPILE_STATUS) - - # ------------------------------------------------------------------------- - Property changes on: graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt =================================================================== --- graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt (revision 412365) +++ graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt (nonexistent) @@ -1,13 +0,0 @@ ---- ./digikam/CMakeLists.txt.orig 2012-01-02 19:32:42.000000000 -0500 -+++ ./digikam/CMakeLists.txt 2012-05-14 20:28:25.000000000 -0400 -@@ -118,6 +118,10 @@ - TARGET_LINK_LIBRARIES(digikamcore ${X11_LIBRARIES}) - ENDIF(Q_WS_X11) - -+IF(${node_platform} MATCHES freebsd) -+ TARGET_LINK_LIBRARIES(digikamcore ${KVM_LIBRARY}) -+ENDIF(${node_platform} MATCHES freebsd) -+ - # For Contents Aware Resizer and Lens auto-correction tools. - IF(GLIB2_FOUND) - TARGET_LINK_LIBRARIES(digikamcore ${GLIB2_LIBRARIES} ${liblqr_LIBS} ${liblensfun_LIBS}) Property changes on: graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp =================================================================== --- graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp (revision 412365) +++ graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- ./digikam/album/albumwatch.cpp.orig 2013-04-04 16:03:45.920385000 +0000 -+++ ./digikam/album/albumwatch.cpp 2013-04-04 16:04:05.410385977 +0000 -@@ -278,7 +278,7 @@ - // Disable file watch for OS X and Windows and hope for future - // improvement (possibly with the improvements planned for - // QFileSystemWatcher in Qt 5.1) --#if defined(Q_WS_MAC) || defined(Q_WS_WIN) -+#if defined(Q_WS_MAC) || defined(Q_WS_WIN) || defined(Q_OS_FREEBSD) - d->dirWatch->addDir(dir, KDirWatch::WatchDirOnly); - #else - d->dirWatch->addDir(dir, KDirWatch::WatchFiles | KDirWatch::WatchDirOnly); Property changes on: graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-git-r2ad23d-lensfun-fix =================================================================== --- graphics/digikam-kde4/files/patch-git-r2ad23d-lensfun-fix (revision 412365) +++ graphics/digikam-kde4/files/patch-git-r2ad23d-lensfun-fix (nonexistent) @@ -1,448 +0,0 @@ -commit 2ad23dae290c64c293d9c3d3ae2c8734c99f902b -Author: Gilles Caulier -Date: Tue Sep 2 17:06:33 2014 +0200 - - Make digiKam ready to use next Lensfun API where CII correction have been removed. - BUGS: 331523 - CCBUGS: 319383 - CCBUGS: 333540 - FIXED-IN: 4.3.0 - -diff --git a/imageplugins/enhance/lensautofixtool.cpp b/imageplugins/enhance/lensautofixtool.cpp -index 55bbc3a..b1e6510 100644 ---- imageplugins/enhance/lensautofixtool.cpp.orig -+++ imageplugins/enhance/lensautofixtool.cpp -@@ -4,7 +4,7 @@ - * Description : a plugin to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -153,7 +153,6 @@ void LensAutoFixTool::slotLensChanged() - { - d->settingsView->setEnabledCCA(d->cameraSelector->iface()->supportsCCA()); - d->settingsView->setEnabledVig(d->cameraSelector->iface()->supportsVig()); -- d->settingsView->setEnabledCCI(d->cameraSelector->iface()->supportsVig()); - d->settingsView->setEnabledDist(d->cameraSelector->iface()->supportsDistortion()); - d->settingsView->setEnabledGeom(d->cameraSelector->iface()->supportsDistortion()); - slotTimer(); -diff --git a/imageplugins/enhance/lensautofixtool.h b/imageplugins/enhance/lensautofixtool.h -index 994d45a..7225101 100644 ---- imageplugins/enhance/lensautofixtool.h.orig -+++ imageplugins/enhance/lensautofixtool.h -@@ -4,7 +4,7 @@ - * Description : a plugin to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -diff --git a/libs/dimg/filters/lens/lensfunfilter.cpp b/libs/dimg/filters/lens/lensfunfilter.cpp -index 21bfd2d..4f3eb68 100644 ---- libs/dimg/filters/lens/lensfunfilter.cpp.orig -+++ libs/dimg/filters/lens/lensfunfilter.cpp -@@ -4,7 +4,7 @@ - * Description : a tool to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -123,11 +123,6 @@ void LensFunFilter::filterImage() - modifyFlags |= LF_MODIFY_VIGNETTING; - } - -- if (d->iface->settings().filterCCI) -- { -- modifyFlags |= LF_MODIFY_CCI; -- } -- - // Init lensfun lib, we are working on the full image. - - lfPixelFormat colorDepth = m_orgImage.bytesDepth() == 4 ? LF_PF_U8 : LF_PF_U16; -@@ -156,7 +151,7 @@ void LensFunFilter::filterImage() - // Calc necessary steps for progress bar - - int steps = ((d->iface->settings().filterCCA) ? 1 : 0) + -- ((d->iface->settings().filterVIG || d->iface->settings().filterCCI) ? 1 : 0) + -+ ((d->iface->settings().filterVIG) ? 1 : 0) + - ((d->iface->settings().filterDST || d->iface->settings().filterGEO) ? 1 : 0); - - kDebug() << "LensFun Modifier Flags: " << modflags << " Steps:" << steps; -@@ -216,7 +211,7 @@ void LensFunFilter::filterImage() - - // Stage 2: Color Corrections: Vignetting and Color Contribution Index - -- if (d->iface->settings().filterVIG || d->iface->settings().filterCCI) -+ if (d->iface->settings().filterVIG) - { - uchar* data = m_destImage.bits(); - loop = 0; -@@ -318,8 +313,6 @@ bool LensFunFilter::registerSettingsToXmp(KExiv2Data& data) const - str.append("\n"); - str.append(i18n("VIG Correction: %1", prm.filterVIG && d->iface->supportsVig() ? i18n("enabled") : i18n("disabled"))); - str.append("\n"); -- str.append(i18n("CCI Correction: %1", prm.filterCCI && d->iface->supportsCCI() ? i18n("enabled") : i18n("disabled"))); -- str.append("\n"); - str.append(i18n("DST Correction: %1", prm.filterDST && d->iface->supportsDistortion() ? i18n("enabled") : i18n("disabled"))); - str.append("\n"); - str.append(i18n("GEO Correction: %1", prm.filterGEO && d->iface->supportsGeometry() ? i18n("enabled") : i18n("disabled"))); -@@ -340,7 +333,6 @@ FilterAction LensFunFilter::filterAction() - LensFunContainer prm = d->iface->settings(); - action.addParameter("ccaCorrection", prm.filterCCA); - action.addParameter("vigCorrection", prm.filterVIG); -- action.addParameter("cciCorrection", prm.filterCCI); - action.addParameter("dstCorrection", prm.filterDST); - action.addParameter("geoCorrection", prm.filterGEO); - action.addParameter("cropFactor", prm.cropFactor); -@@ -359,7 +351,6 @@ void LensFunFilter::readParameters(const Digikam::FilterAction& action) - LensFunContainer prm = d->iface->settings(); - prm.filterCCA = action.parameter("ccaCorrection").toBool(); - prm.filterVIG = action.parameter("vigCorrection").toBool(); -- prm.filterCCI = action.parameter("cciCorrection").toBool(); - prm.filterDST = action.parameter("dstCorrection").toBool(); - prm.filterGEO = action.parameter("geoCorrection").toBool(); - prm.cropFactor = action.parameter("cropFactor").toDouble(); -diff --git a/libs/dimg/filters/lens/lensfunfilter.h b/libs/dimg/filters/lens/lensfunfilter.h -index 665046d..65819c0 100644 ---- libs/dimg/filters/lens/lensfunfilter.h.orig -+++ libs/dimg/filters/lens/lensfunfilter.h -@@ -4,7 +4,7 @@ - * Description : a tool to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -44,7 +44,6 @@ public: - { - filterCCA = true; - filterVIG = true; -- filterCCI = true; - filterDST = true; - filterGEO = true; - focalLength = -1.0; -@@ -64,7 +63,6 @@ public: - - bool filterCCA; /// Chromatic Aberation Corrections - bool filterVIG; /// Vigneting Corrections -- bool filterCCI; /// Color Contribution Index Corrections - bool filterDST; /// Distortion Corrections - bool filterGEO; /// Geometry Corrections - -@@ -102,12 +100,12 @@ public: - - static QList SupportedVersions() - { -- return QList() << 1; -+ return QList() << 1 << 2; - } - - static int CurrentVersion() - { -- return 1; -+ return 2; - } - - virtual QString filterIdentifier() const -diff --git a/libs/dimg/filters/lens/lensfuniface.cpp b/libs/dimg/filters/lens/lensfuniface.cpp -index 78badc6..36ad91d 100644 ---- libs/dimg/filters/lens/lensfuniface.cpp.orig -+++ libs/dimg/filters/lens/lensfuniface.cpp -@@ -133,7 +133,6 @@ void LensFunIface::setFilterSettings(const LensFunContainer& other) - { - d->settings.filterCCA = other.filterCCA; - d->settings.filterVIG = other.filterVIG; -- d->settings.filterCCI = other.filterCCI; - d->settings.filterDST = other.filterDST; - d->settings.filterGEO = other.filterGEO; - } -@@ -478,6 +477,7 @@ bool LensFunIface::supportsDistortion() const - } - - lfLensCalibDistortion res; -+ - return d->usedLens->InterpolateDistortion(d->settings.focalLength, res); - } - -@@ -489,6 +489,7 @@ bool LensFunIface::supportsCCA() const - } - - lfLensCalibTCA res; -+ - return d->usedLens->InterpolateTCA(d->settings.focalLength, res); - } - -@@ -500,6 +501,7 @@ bool LensFunIface::supportsVig() const - } - - lfLensCalibVignetting res; -+ - return d->usedLens->InterpolateVignetting(d->settings.focalLength, - d->settings.aperture, - d->settings.subjectDistance, res); -@@ -510,11 +512,6 @@ bool LensFunIface::supportsGeometry() const - return supportsDistortion(); - } - --bool LensFunIface::supportsCCI() const --{ -- return supportsVig(); --} -- - QString LensFunIface::lensFunVersion() - { - return QString("%1.%2.%3-%4").arg(LF_VERSION_MAJOR).arg(LF_VERSION_MINOR).arg(LF_VERSION_MICRO).arg(LF_VERSION_BUGFIX); -diff --git a/libs/dimg/filters/lens/lensfuniface.h b/libs/dimg/filters/lens/lensfuniface.h -index 612af38..ad137ff 100644 ---- libs/dimg/filters/lens/lensfuniface.h.orig -+++ libs/dimg/filters/lens/lensfuniface.h -@@ -82,7 +82,6 @@ public: - bool supportsCCA() const; - bool supportsVig() const; - bool supportsGeometry() const; -- bool supportsCCI() const; - - /** Return Camera maker string description found in metadata - */ -diff --git a/libs/dimg/filters/lens/lensfunsettings.cpp b/libs/dimg/filters/lens/lensfunsettings.cpp -index c892f0d..9aada79 100644 ---- libs/dimg/filters/lens/lensfunsettings.cpp.orig -+++ libs/dimg/filters/lens/lensfunsettings.cpp -@@ -4,7 +4,7 @@ - * Description : a tool to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -45,27 +45,23 @@ public: - Private() : - filterCCA(0), - filterVIG(0), -- filterCCI(0), - filterDST(0), - filterGEO(0) - {} - - static const QString configCCAEntry; - static const QString configVignettingEntry; -- static const QString configCCIEntry; - static const QString configDistortionEntry; - static const QString configGeometryEntry; - - QCheckBox* filterCCA; - QCheckBox* filterVIG; -- QCheckBox* filterCCI; - QCheckBox* filterDST; - QCheckBox* filterGEO; - }; - - const QString LensFunSettings::Private::configCCAEntry("CCA"); - const QString LensFunSettings::Private::configVignettingEntry("Vignetting"); --const QString LensFunSettings::Private::configCCIEntry("CCI"); - const QString LensFunSettings::Private::configDistortionEntry("Distortion"); - const QString LensFunSettings::Private::configGeometryEntry("Geometry"); - -@@ -86,10 +82,6 @@ LensFunSettings::LensFunSettings(QWidget* const parent) - d->filterVIG->setWhatsThis(i18n("Vignetting refers to an image darkening, mostly in the corners. " - "Optical and natural vignetting can be canceled out with this option, " - "whereas mechanical vignetting will not be cured.")); -- d->filterCCI = new QCheckBox(i18n("Color")); -- d->filterCCI->setWhatsThis(i18n("All lenses have a slight color tinge to them, " -- "mostly due to the anti-reflective coating. " -- "The tinge can be canceled when the respective data is known for the lens.")); - d->filterDST = new QCheckBox(i18n("Distortion")); - d->filterDST->setWhatsThis(i18n("Distortion refers to an image deformation, which is most pronounced " - "towards the corners. These Seidel aberrations are known as pincushion " -@@ -107,7 +99,6 @@ LensFunSettings::LensFunSettings(QWidget* const parent) - grid->addWidget(title, 0, 0, 1, 2); - grid->addWidget(d->filterCCA, 1, 0, 1, 2); - grid->addWidget(d->filterVIG, 2, 0, 1, 2); -- grid->addWidget(d->filterCCI, 3, 0, 1, 2); - grid->addWidget(d->filterDST, 4, 0, 1, 2); - grid->addWidget(d->filterGEO, 5, 0, 1, 2); - grid->addWidget(note, 6, 0, 1, 2); -@@ -121,9 +112,6 @@ LensFunSettings::LensFunSettings(QWidget* const parent) - connect(d->filterVIG, SIGNAL(toggled(bool)), - this, SIGNAL(signalSettingsChanged())); - -- connect(d->filterCCI, SIGNAL(toggled(bool)), -- this, SIGNAL(signalSettingsChanged())); -- - connect(d->filterDST, SIGNAL(toggled(bool)), - this, SIGNAL(signalSettingsChanged())); - -@@ -146,11 +134,6 @@ void LensFunSettings::setEnabledVig(bool b) - d->filterVIG->setEnabled(b); - } - --void LensFunSettings::setEnabledCCI(bool b) --{ -- d->filterCCI->setEnabled(b); --} -- - void LensFunSettings::setEnabledDist(bool b) - { - d->filterDST->setEnabled(b); -@@ -165,7 +148,6 @@ void LensFunSettings::assignFilterSettings(LensFunContainer& prm) - { - prm.filterCCA = (d->filterCCA->isChecked() && d->filterCCA->isEnabled()); - prm.filterVIG = (d->filterVIG->isChecked() && d->filterVIG->isEnabled()); -- prm.filterCCI = (d->filterCCI->isChecked() && d->filterCCI->isEnabled()); - prm.filterDST = (d->filterDST->isChecked() && d->filterDST->isEnabled()); - prm.filterGEO = (d->filterGEO->isChecked() && d->filterGEO->isEnabled()); - } -@@ -175,7 +157,6 @@ void LensFunSettings::setFilterSettings(const LensFunContainer& settings) - blockSignals(true); - d->filterCCA->setChecked(settings.filterCCA); - d->filterVIG->setChecked(settings.filterVIG); -- d->filterCCI->setChecked(settings.filterCCI); - d->filterDST->setChecked(settings.filterDST); - d->filterGEO->setChecked(settings.filterGEO); - blockSignals(false); -@@ -198,7 +179,6 @@ void LensFunSettings::readSettings(KConfigGroup& group) - LensFunContainer defaultPrm = defaultSettings(); - prm.filterCCA = group.readEntry(d->configCCAEntry, defaultPrm.filterCCA); - prm.filterVIG = group.readEntry(d->configVignettingEntry, defaultPrm.filterVIG); -- prm.filterCCI = group.readEntry(d->configCCIEntry, defaultPrm.filterCCI); - prm.filterDST = group.readEntry(d->configDistortionEntry, defaultPrm.filterDST); - prm.filterGEO = group.readEntry(d->configGeometryEntry, defaultPrm.filterGEO); - setFilterSettings(prm); -@@ -219,11 +199,6 @@ void LensFunSettings::writeSettings(KConfigGroup& group) - group.writeEntry(d->configVignettingEntry, (prm.filterVIG)); - } - -- if (d->filterCCI->isEnabled()) -- { -- group.writeEntry(d->configCCIEntry, (prm.filterCCI)); -- } -- - if (d->filterDST->isEnabled()) - { - group.writeEntry(d->configDistortionEntry, (prm.filterDST)); -diff --git a/libs/dimg/filters/lens/lensfunsettings.h b/libs/dimg/filters/lens/lensfunsettings.h -index 9f79684..193bce9 100644 ---- libs/dimg/filters/lens/lensfunsettings.h.orig -+++ libs/dimg/filters/lens/lensfunsettings.h -@@ -4,7 +4,7 @@ - * Description : a tool to fix automatically camera lens aberrations - * - * Copyright (C) 2008 by Adrian Schroeter -- * Copyright (C) 2008-2013 by Gilles Caulier -+ * Copyright (C) 2008-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -47,7 +47,6 @@ public: - - void setEnabledCCA(bool b); - void setEnabledVig(bool b); -- void setEnabledCCI(bool b); - void setEnabledDist(bool b); - void setEnabledGeom(bool b); - -diff --git a/utilities/queuemanager/basetools/enhance/lensautofix.cpp b/utilities/queuemanager/basetools/enhance/lensautofix.cpp -index 21c4822..3fc60cf 100644 ---- utilities/queuemanager/basetools/enhance/lensautofix.cpp.orig -+++ utilities/queuemanager/basetools/enhance/lensautofix.cpp -@@ -6,7 +6,7 @@ - * Date : 2010-09-18 - * Description : lens auto-fix batch tool. - * -- * Copyright (C) 2010-2012 by Gilles Caulier -+ * Copyright (C) 2010-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General -@@ -75,19 +75,19 @@ LensAutoFix::~LensAutoFix() - - void LensAutoFix::registerSettingsWidget() - { -- m_settingsWidget = new QWidget; -- QLabel* note = new QLabel(i18n("Use Metadata option will parse images' information at " -- "queue run-time to find relevant lens features.")); -+ m_settingsWidget = new QWidget; -+ QLabel* const note = new QLabel(i18n("Use Metadata option will parse images' information at " -+ "queue run-time to find relevant lens features.")); - note->setWordWrap(true); - note->setFrameStyle(QFrame::StyledPanel | QFrame::Raised); - -- d->cameraSelector = new LensFunCameraSelector(); -- KSeparator* line = new KSeparator(Qt::Horizontal); -- d->settingsView = new LensFunSettings(); -+ d->cameraSelector = new LensFunCameraSelector(); -+ KSeparator* const line = new KSeparator(Qt::Horizontal); -+ d->settingsView = new LensFunSettings(); - d->cameraSelector->setPassiveMetadataUsage(true); - d->cameraSelector->setEnabledUseMetadata(true); - -- QGridLayout* grid = new QGridLayout(m_settingsWidget); -+ QGridLayout* const grid = new QGridLayout(m_settingsWidget); - grid->addWidget(note, 0, 0, 1, 2); - grid->addWidget(d->cameraSelector, 1, 0, 1, 2); - grid->addWidget(line, 2, 0, 1, 2); -@@ -112,7 +112,6 @@ BatchToolSettings LensAutoFix::defaultSettings() - prm.insert("UseMetadata", true); - prm.insert("filterCCA", true); - prm.insert("filterVIG", true); -- prm.insert("filterCCI", true); - prm.insert("filterDST", true); - prm.insert("filterGEO", true); - -@@ -134,7 +133,6 @@ void LensAutoFix::slotAssignSettings2Widget() - LensFunContainer lfPrm; - lfPrm.filterCCA = settings()["filterCCA"].toBool(); - lfPrm.filterVIG = settings()["filterVIG"].toBool(); -- lfPrm.filterCCI = settings()["filterCCI"].toBool(); - lfPrm.filterDST = settings()["filterDST"].toBool(); - lfPrm.filterGEO = settings()["filterGEO"].toBool(); - -@@ -155,7 +153,6 @@ void LensAutoFix::slotSettingsChanged() - // Update checkbox options about Lens corrections available. - d->settingsView->setEnabledCCA(d->cameraSelector->useMetadata() ? true : d->cameraSelector->iface()->supportsCCA()); - d->settingsView->setEnabledVig(d->cameraSelector->useMetadata() ? true : d->cameraSelector->iface()->supportsVig()); -- d->settingsView->setEnabledCCI(d->cameraSelector->useMetadata() ? true : d->cameraSelector->iface()->supportsVig()); - d->settingsView->setEnabledDist(d->cameraSelector->useMetadata() ? true : d->cameraSelector->iface()->supportsDistortion()); - d->settingsView->setEnabledGeom(d->cameraSelector->useMetadata() ? true : d->cameraSelector->iface()->supportsDistortion()); - -@@ -166,7 +163,6 @@ void LensAutoFix::slotSettingsChanged() - - prm.insert("filterCCA", (bool)settings.filterCCA); - prm.insert("filterVIG", (bool)settings.filterVIG); -- prm.insert("filterCCI", (bool)settings.filterCCI); - prm.insert("filterDST", (bool)settings.filterDST); - prm.insert("filterGEO", (bool)settings.filterGEO); - -@@ -210,7 +206,6 @@ bool LensAutoFix::toolOperations() - { - prm.filterCCA = settings()["filterCCA"].toBool(); - prm.filterVIG = settings()["filterVIG"].toBool(); -- prm.filterCCI = settings()["filterCCI"].toBool(); - prm.filterDST = settings()["filterDST"].toBool(); - prm.filterGEO = settings()["filterGEO"].toBool(); - -diff --git a/utilities/queuemanager/basetools/enhance/lensautofix.h b/utilities/queuemanager/basetools/enhance/lensautofix.h -index d6ab8b4..6d4bf19 100644 ---- utilities/queuemanager/basetools/enhance/lensautofix.h.orig -+++ utilities/queuemanager/basetools/enhance/lensautofix.h -@@ -6,7 +6,7 @@ - * Date : 2010-09-18 - * Description : lens auto-fix batch tool. - * -- * Copyright (C) 2010-2012 by Gilles Caulier -+ * Copyright (C) 2010-2014 by Gilles Caulier - * - * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU General Property changes on: graphics/digikam-kde4/files/patch-git-r2ad23d-lensfun-fix ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h =================================================================== --- graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h (revision 412365) +++ graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h (nonexistent) @@ -1,11 +0,0 @@ ---- libs/3rdparty/cimg/CImg.h.orig 2010-01-31 15:22:15.000000000 +0200 -+++ libs/3rdparty/cimg/CImg.h 2010-03-29 10:42:42.741492686 +0300 -@@ -29449,7 +29449,7 @@ - new_bit_depth = 8; - } - if (new_color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8){ -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - new_bit_depth = 8; - } - if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) Property changes on: graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp =================================================================== --- graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp (nonexistent) +++ graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp (working copy) @@ -0,0 +1,24 @@ +--- libs/3rdparty/kmemoryinfo/kmemoryinfo_backend.cpp.orig 2015-02-26 18:08:01 UTC ++++ libs/3rdparty/kmemoryinfo/kmemoryinfo_backend.cpp +@@ -118,7 +118,7 @@ kvm_t* sg_get_kvm() + return kvmd; + } + +- kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, NULL); ++ kvmd = kvm_openfiles(NULL, "/dev/null", NULL, O_RDONLY, NULL); + + if (kvmd == NULL) + { +@@ -220,9 +220,9 @@ int get_mem_stats(Digikam::KMemoryInfo:: + int mib[2]; + u_long physmem; + size_t size; +- u_long free_count; +- u_long cache_count; +- u_long inactive_count; ++ u_int free_count; ++ u_int cache_count; ++ u_int inactive_count; + int pagesize; + #endif // defined(Q_OS_FREEBSD) || defined(Q_OS_DFBSD) + Property changes on: graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp =================================================================== --- graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp (revision 412365) +++ graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- ./libs/3rdparty/kmemoryinfo/kmemoryinfo_backend.cpp.orig 2012-01-02 19:32:23.000000000 -0500 -+++ ./libs/3rdparty/kmemoryinfo/kmemoryinfo_backend.cpp 2012-05-14 20:28:25.000000000 -0400 -@@ -53,6 +53,9 @@ - #include - #include - #include -+#include -+#include -+#include - #endif - #if defined(Q_OS_NETBSD) - #include Property changes on: graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp =================================================================== --- graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp (revision 412365) +++ graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp (nonexistent) @@ -1,20 +0,0 @@ ---- utilities/fuzzysearch/fuzzysearchview.cpp.orig 2010-03-29 01:20:16.000000000 +0300 -+++ utilities/fuzzysearch/fuzzysearchview.cpp 2010-03-30 10:02:03.000000000 +0300 -@@ -26,7 +26,7 @@ - - // Qt includes - --#include -+#include - #include - #include - #include -@@ -36,6 +36,8 @@ - #include - #include - #include -+#include -+#include - - // KDE includes - Property changes on: graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/digikam-kde4/pkg-plist =================================================================== --- graphics/digikam-kde4/pkg-plist (revision 412365) +++ graphics/digikam-kde4/pkg-plist (working copy) @@ -19,6 +19,13 @@ lib/libdigikamdatabase.so.%%SHLIB_VER%% man/man1/cleanup_digikamdb.1.gz man/man1/digitaglinktree.1.gz +share/appdata/digiKam-ImagePlugin_Color.metainfo.xml +share/appdata/digiKam-ImagePlugin_Decorate.metainfo.xml +share/appdata/digiKam-ImagePlugin_Enhance.metainfo.xml +share/appdata/digiKam-ImagePlugin_FxFilters.metainfo.xml +share/appdata/digiKam-ImagePlugin_Transform.metainfo.xml +share/appdata/digikam.appdata.xml +share/appdata/showfoto.appdata.xml share/applications/kde4/digikam.desktop share/applications/kde4/showfoto.desktop share/apps/digikam/about/digikam.css Index: graphics/digikam-kde4-l10n/pkg-plist =================================================================== --- graphics/digikam-kde4-l10n/pkg-plist (revision 412365) +++ graphics/digikam-kde4-l10n/pkg-plist (working copy) @@ -14,28 +14,38 @@ share/locale/bg/LC_MESSAGES/digikam.mo share/locale/bg/LC_MESSAGES/kipiplugin_calendar.mo share/locale/bg/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/bg/LC_MESSAGES/libkgeomap.mo share/locale/bs/LC_MESSAGES/digikam.mo share/locale/bs/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/bs/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/bs/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/bs/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/bs/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/bs/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/bs/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/bs/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/bs/LC_MESSAGES/kipiplugin_facebook.mo share/locale/bs/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/bs/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/bs/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/bs/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/bs/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_kopete.mo share/locale/bs/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/bs/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/bs/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/bs/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/bs/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/bs/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/bs/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/bs/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/bs/LC_MESSAGES/kipiplugin_sendimages.mo @@ -42,29 +52,43 @@ share/locale/bs/LC_MESSAGES/kipiplugin_shwup.mo share/locale/bs/LC_MESSAGES/kipiplugin_smug.mo share/locale/bs/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/bs/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/bs/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/bs/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/bs/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/bs/LC_MESSAGES/kipiplugins.mo -share/locale/bs/LC_MESSAGES/libkgeomap.mo share/locale/ca/LC_MESSAGES/digikam.mo share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ca/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ca/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/ca/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/ca/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/ca/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/ca/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/ca/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/ca/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/ca/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/ca/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo @@ -71,29 +95,43 @@ share/locale/ca/LC_MESSAGES/kipiplugin_shwup.mo share/locale/ca/LC_MESSAGES/kipiplugin_smug.mo share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/ca/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/ca/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/ca/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/ca/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/ca/LC_MESSAGES/kipiplugins.mo -share/locale/ca/LC_MESSAGES/libkgeomap.mo share/locale/cs/LC_MESSAGES/digikam.mo share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/cs/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/cs/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/cs/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/cs/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/cs/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/cs/LC_MESSAGES/kipiplugin_facebook.mo share/locale/cs/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/cs/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/cs/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_kopete.mo share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/cs/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/cs/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/cs/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/cs/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/cs/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/cs/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo @@ -100,29 +138,43 @@ share/locale/cs/LC_MESSAGES/kipiplugin_shwup.mo share/locale/cs/LC_MESSAGES/kipiplugin_smug.mo share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/cs/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/cs/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/cs/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/cs/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/cs/LC_MESSAGES/kipiplugins.mo -share/locale/cs/LC_MESSAGES/libkgeomap.mo share/locale/da/LC_MESSAGES/digikam.mo share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/da/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/da/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/da/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/da/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo share/locale/da/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/da/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/da/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/da/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/da/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/da/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_kopete.mo share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/da/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/da/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/da/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/da/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/da/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/da/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/da/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo @@ -129,29 +181,43 @@ share/locale/da/LC_MESSAGES/kipiplugin_shwup.mo share/locale/da/LC_MESSAGES/kipiplugin_smug.mo share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/da/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/da/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/da/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/da/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/da/LC_MESSAGES/kipiplugins.mo -share/locale/da/LC_MESSAGES/libkgeomap.mo share/locale/de/LC_MESSAGES/digikam.mo share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/de/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/de/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/de/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/de/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/de/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/de/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/de/LC_MESSAGES/kipiplugin_facebook.mo share/locale/de/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/de/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/de/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/de/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/de/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/de/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/de/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/de/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/de/LC_MESSAGES/kipiplugin_kopete.mo share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/de/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/de/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/de/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/de/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/de/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/de/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/de/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo @@ -158,13 +224,18 @@ share/locale/de/LC_MESSAGES/kipiplugin_shwup.mo share/locale/de/LC_MESSAGES/kipiplugin_smug.mo share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/de/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/de/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/de/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/de/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/de/LC_MESSAGES/kipiplugins.mo -share/locale/de/LC_MESSAGES/libkgeomap.mo share/locale/el/LC_MESSAGES/digikam.mo share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/el/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/el/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/el/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/el/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/el/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/el/LC_MESSAGES/kipiplugin_facebook.mo @@ -171,16 +242,24 @@ share/locale/el/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/el/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/el/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/el/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/el/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_kopete.mo share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/el/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/el/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/el/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/el/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/el/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/el/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/el/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo @@ -187,29 +266,43 @@ share/locale/el/LC_MESSAGES/kipiplugin_shwup.mo share/locale/el/LC_MESSAGES/kipiplugin_smug.mo share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/el/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/el/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/el/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/el/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/el/LC_MESSAGES/kipiplugins.mo -share/locale/el/LC_MESSAGES/libkgeomap.mo share/locale/en_GB/LC_MESSAGES/digikam.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_facebook.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_kopete.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo @@ -216,8 +309,11 @@ share/locale/en_GB/LC_MESSAGES/kipiplugin_shwup.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_smug.mo share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/en_GB/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/en_GB/LC_MESSAGES/kipiplugins.mo -share/locale/en_GB/LC_MESSAGES/libkgeomap.mo share/locale/eo/LC_MESSAGES/digikam.mo share/locale/eo/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/eo/LC_MESSAGES/kipiplugin_advancedslideshow.mo @@ -229,6 +325,7 @@ share/locale/eo/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/eo/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/eo/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/eo/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/eo/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/eo/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/eo/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -236,7 +333,6 @@ share/locale/eo/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/eo/LC_MESSAGES/kipiplugin_kioexportimport.mo share/locale/eo/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/eo/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/eo/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/eo/LC_MESSAGES/kipiplugin_printimages.mo share/locale/eo/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -251,22 +347,33 @@ share/locale/es/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/es/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/es/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/es/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/es/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/es/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/es/LC_MESSAGES/kipiplugin_facebook.mo share/locale/es/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/es/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/es/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/es/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/es/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/es/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/es/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/es/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/es/LC_MESSAGES/kipiplugin_kopete.mo share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/es/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/es/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/es/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/es/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/es/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/es/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/es/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo @@ -273,13 +380,18 @@ share/locale/es/LC_MESSAGES/kipiplugin_shwup.mo share/locale/es/LC_MESSAGES/kipiplugin_smug.mo share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/es/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/es/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/es/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/es/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/es/LC_MESSAGES/kipiplugins.mo -share/locale/es/LC_MESSAGES/libkgeomap.mo share/locale/et/LC_MESSAGES/digikam.mo share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/et/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/et/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/et/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/et/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/et/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/et/LC_MESSAGES/kipiplugin_facebook.mo @@ -286,16 +398,22 @@ share/locale/et/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/et/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/et/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/et/LC_MESSAGES/kipiplugin_imageviewer.mo share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/et/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/et/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/et/LC_MESSAGES/kipiplugin_kopete.mo share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/et/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/et/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/et/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/et/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/et/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/et/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/et/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo @@ -302,8 +420,11 @@ share/locale/et/LC_MESSAGES/kipiplugin_shwup.mo share/locale/et/LC_MESSAGES/kipiplugin_smug.mo share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/et/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/et/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/et/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/et/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/et/LC_MESSAGES/kipiplugins.mo -share/locale/et/LC_MESSAGES/libkgeomap.mo share/locale/eu/LC_MESSAGES/digikam.mo share/locale/eu/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/eu/LC_MESSAGES/kipiplugin_advancedslideshow.mo @@ -315,12 +436,12 @@ share/locale/eu/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/eu/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/eu/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/eu/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_imageviewer.mo share/locale/eu/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/eu/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/eu/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/eu/LC_MESSAGES/kipiplugin_removeredeyes.mo @@ -335,51 +456,71 @@ share/locale/fi/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/fi/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/fi/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/fi/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/fi/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_dngconverter.mo -share/locale/fi/LC_MESSAGES/kipiplugin_expoblending.mo +share/locale/fi/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/fi/LC_MESSAGES/kipiplugin_facebook.mo share/locale/fi/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/fi/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/fi/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_kopete.mo share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/fi/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/fi/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/fi/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/fi/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/fi/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/fi/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/fi/LC_MESSAGES/kipiplugin_shwup.mo -share/locale/fi/LC_MESSAGES/kipiplugin_smug.mo -share/locale/fi/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/fi/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/fi/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/fi/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/fi/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/fi/LC_MESSAGES/kipiplugins.mo -share/locale/fi/LC_MESSAGES/libkgeomap.mo share/locale/fr/LC_MESSAGES/digikam.mo share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/fr/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/fr/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/fr/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/fr/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/fr/LC_MESSAGES/kipiplugin_facebook.mo share/locale/fr/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/fr/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/fr/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_kopete.mo share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/fr/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/fr/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/fr/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/fr/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/fr/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/fr/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo @@ -386,13 +527,18 @@ share/locale/fr/LC_MESSAGES/kipiplugin_shwup.mo share/locale/fr/LC_MESSAGES/kipiplugin_smug.mo share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/fr/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/fr/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/fr/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/fr/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/fr/LC_MESSAGES/kipiplugins.mo -share/locale/fr/LC_MESSAGES/libkgeomap.mo share/locale/ga/LC_MESSAGES/digikam.mo share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ga/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ga/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ga/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/ga/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ga/LC_MESSAGES/kipiplugin_facebook.mo @@ -399,6 +545,7 @@ share/locale/ga/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ga/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -405,10 +552,14 @@ share/locale/ga/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/ga/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/ga/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/ga/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ga/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/ga/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/ga/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/ga/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/ga/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/ga/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo @@ -415,29 +566,42 @@ share/locale/ga/LC_MESSAGES/kipiplugin_shwup.mo share/locale/ga/LC_MESSAGES/kipiplugin_smug.mo share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/ga/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/ga/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/ga/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/ga/LC_MESSAGES/kipiplugins.mo -share/locale/ga/LC_MESSAGES/libkgeomap.mo share/locale/gl/LC_MESSAGES/digikam.mo share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/gl/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/gl/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/gl/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/gl/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/gl/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/gl/LC_MESSAGES/kipiplugin_facebook.mo share/locale/gl/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/gl/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/gl/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/gl/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_kopete.mo share/locale/gl/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/gl/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/gl/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/gl/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/gl/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/gl/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/gl/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo @@ -444,8 +608,11 @@ share/locale/gl/LC_MESSAGES/kipiplugin_shwup.mo share/locale/gl/LC_MESSAGES/kipiplugin_smug.mo share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/gl/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/gl/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/gl/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/gl/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/gl/LC_MESSAGES/kipiplugins.mo -share/locale/gl/LC_MESSAGES/libkgeomap.mo share/locale/he/LC_MESSAGES/digikam.mo share/locale/he/LC_MESSAGES/kipiplugin_calendar.mo share/locale/hi/LC_MESSAGES/digikam.mo @@ -470,6 +637,7 @@ share/locale/hr/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/hr/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/hr/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/hr/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/hr/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/hr/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/hr/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -477,7 +645,6 @@ share/locale/hr/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/hr/LC_MESSAGES/kipiplugin_kioexportimport.mo share/locale/hr/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/hr/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/hr/LC_MESSAGES/kipiplugin_printimages.mo share/locale/hr/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/hr/LC_MESSAGES/kipiplugin_removeredeyes.mo @@ -491,22 +658,33 @@ share/locale/hu/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/hu/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/hu/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/hu/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/hu/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/hu/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/hu/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/hu/LC_MESSAGES/kipiplugin_facebook.mo share/locale/hu/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/hu/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/hu/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/hu/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/hu/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_kopete.mo share/locale/hu/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/hu/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/hu/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/hu/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/hu/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/hu/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/hu/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/hu/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/hu/LC_MESSAGES/kipiplugin_sendimages.mo @@ -513,13 +691,33 @@ share/locale/hu/LC_MESSAGES/kipiplugin_shwup.mo share/locale/hu/LC_MESSAGES/kipiplugin_smug.mo share/locale/hu/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/hu/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/hu/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/hu/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/hu/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/hu/LC_MESSAGES/kipiplugins.mo -share/locale/hu/LC_MESSAGES/libkgeomap.mo +share/locale/id/LC_MESSAGES/kipiplugin_acquireimages.mo +share/locale/id/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/id/LC_MESSAGES/kipiplugin_dropbox.mo +share/locale/id/LC_MESSAGES/kipiplugin_facebook.mo +share/locale/id/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/id/LC_MESSAGES/kipiplugin_googledrive.mo +share/locale/id/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/id/LC_MESSAGES/kipiplugin_kopete.mo +share/locale/id/LC_MESSAGES/kipiplugin_piwigoexport.mo +share/locale/id/LC_MESSAGES/kipiplugin_rajceexport.mo +share/locale/id/LC_MESSAGES/kipiplugin_shwup.mo +share/locale/id/LC_MESSAGES/kipiplugin_smug.mo +share/locale/id/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/id/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/id/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/is/LC_MESSAGES/digikam.mo share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/is/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/is/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/is/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo @@ -532,10 +730,14 @@ share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/is/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/is/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/is/LC_MESSAGES/kipiplugin_kopete.mo share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/is/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/is/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/is/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/is/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo @@ -542,6 +744,9 @@ share/locale/is/LC_MESSAGES/kipiplugin_shwup.mo share/locale/is/LC_MESSAGES/kipiplugin_smug.mo share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/is/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/is/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/is/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/is/LC_MESSAGES/kipiplugins.mo share/locale/it/LC_MESSAGES/digikam.mo share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo @@ -548,22 +753,33 @@ share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/it/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/it/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/it/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/it/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/it/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/it/LC_MESSAGES/kipiplugin_facebook.mo share/locale/it/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/it/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/it/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/it/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/it/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/it/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/it/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/it/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/it/LC_MESSAGES/kipiplugin_kopete.mo share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/it/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/it/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/it/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/it/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/it/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/it/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/it/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo @@ -570,29 +786,43 @@ share/locale/it/LC_MESSAGES/kipiplugin_shwup.mo share/locale/it/LC_MESSAGES/kipiplugin_smug.mo share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/it/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/it/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/it/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/it/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/it/LC_MESSAGES/kipiplugins.mo -share/locale/it/LC_MESSAGES/libkgeomap.mo share/locale/ja/LC_MESSAGES/digikam.mo share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ja/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ja/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ja/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/ja/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/ja/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ja/LC_MESSAGES/kipiplugin_facebook.mo share/locale/ja/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/ja/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/ja/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ja/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/ja/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/ja/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/ja/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/ja/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/ja/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo @@ -599,14 +829,17 @@ share/locale/ja/LC_MESSAGES/kipiplugin_shwup.mo share/locale/ja/LC_MESSAGES/kipiplugin_smug.mo share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/ja/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/ja/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/ja/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/ja/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/ja/LC_MESSAGES/kipiplugins.mo -share/locale/ja/LC_MESSAGES/libkgeomap.mo -share/locale/kk/LC_MESSAGES/libkgeomap.mo share/locale/km/LC_MESSAGES/digikam.mo share/locale/km/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/km/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/km/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/km/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/km/LC_MESSAGES/kipiplugin_debianscreenshots.mo share/locale/km/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/km/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/km/LC_MESSAGES/kipiplugin_facebook.mo @@ -613,6 +846,7 @@ share/locale/km/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/km/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/km/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/km/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/km/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/km/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/km/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -619,10 +853,12 @@ share/locale/km/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/km/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/km/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/km/LC_MESSAGES/kipiplugin_kopete.mo share/locale/km/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/km/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/km/LC_MESSAGES/kipiplugin_panorama.mo share/locale/km/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/km/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/km/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/km/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/km/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/km/LC_MESSAGES/kipiplugin_sendimages.mo @@ -629,43 +865,62 @@ share/locale/km/LC_MESSAGES/kipiplugin_shwup.mo share/locale/km/LC_MESSAGES/kipiplugin_smug.mo share/locale/km/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/km/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/km/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/km/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/km/LC_MESSAGES/kipiplugins.mo -share/locale/km/LC_MESSAGES/libkgeomap.mo share/locale/ko/LC_MESSAGES/digikam.mo share/locale/ko/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ko/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ko/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ko/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ko/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ko/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/ko/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/ko/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ko/LC_MESSAGES/kipiplugin_facebook.mo share/locale/ko/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ko/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ko/LC_MESSAGES/kipiplugin_jpeglossless.mo +share/locale/ko/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ko/LC_MESSAGES/kipiplugin_metadataedit.mo share/locale/ko/LC_MESSAGES/kipiplugin_rawconverter.mo +share/locale/ko/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/ko/LC_MESSAGES/kipiplugin_sendimages.mo +share/locale/ko/LC_MESSAGES/kipiplugin_wikimedia.mo share/locale/ko/LC_MESSAGES/kipiplugins.mo -share/locale/ko/LC_MESSAGES/libkgeomap.mo share/locale/lt/LC_MESSAGES/digikam.mo share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/lt/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/lt/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/lt/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/lt/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/lt/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/lt/LC_MESSAGES/kipiplugin_facebook.mo share/locale/lt/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/lt/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/lt/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/lt/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/lt/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_kopete.mo share/locale/lt/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/lt/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/lt/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/lt/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/lt/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/lt/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/lt/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo @@ -672,8 +927,11 @@ share/locale/lt/LC_MESSAGES/kipiplugin_shwup.mo share/locale/lt/LC_MESSAGES/kipiplugin_smug.mo share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/lt/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/lt/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/lt/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/lt/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/lt/LC_MESSAGES/kipiplugins.mo -share/locale/lt/LC_MESSAGES/libkgeomap.mo share/locale/lv/LC_MESSAGES/digikam.mo share/locale/lv/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/lv/LC_MESSAGES/kipiplugin_advancedslideshow.mo @@ -692,22 +950,33 @@ share/locale/nb/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/nb/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/nb/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/nb/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/nb/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/nb/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/nb/LC_MESSAGES/kipiplugin_facebook.mo share/locale/nb/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/nb/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/nb/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/nb/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/nb/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_kopete.mo share/locale/nb/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/nb/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/nb/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/nb/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/nb/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/nb/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/nb/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo @@ -714,29 +983,43 @@ share/locale/nb/LC_MESSAGES/kipiplugin_shwup.mo share/locale/nb/LC_MESSAGES/kipiplugin_smug.mo share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/nb/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/nb/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/nb/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/nb/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/nb/LC_MESSAGES/kipiplugins.mo -share/locale/nb/LC_MESSAGES/libkgeomap.mo share/locale/nds/LC_MESSAGES/digikam.mo share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/nds/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/nds/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/nds/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/nds/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/nds/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/nds/LC_MESSAGES/kipiplugin_facebook.mo share/locale/nds/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/nds/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/nds/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_kopete.mo share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/nds/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/nds/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/nds/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/nds/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/nds/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/nds/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo @@ -743,8 +1026,11 @@ share/locale/nds/LC_MESSAGES/kipiplugin_shwup.mo share/locale/nds/LC_MESSAGES/kipiplugin_smug.mo share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/nds/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/nds/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/nds/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/nds/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/nds/LC_MESSAGES/kipiplugins.mo -share/locale/nds/LC_MESSAGES/libkgeomap.mo share/locale/ne/LC_MESSAGES/digikam.mo share/locale/nl/LC_MESSAGES/digikam.mo share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo @@ -751,22 +1037,33 @@ share/locale/nl/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/nl/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/nl/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/nl/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/nl/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/nl/LC_MESSAGES/kipiplugin_facebook.mo share/locale/nl/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/nl/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/nl/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_kopete.mo share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/nl/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/nl/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/nl/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/nl/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/nl/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/nl/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo @@ -773,8 +1070,11 @@ share/locale/nl/LC_MESSAGES/kipiplugin_shwup.mo share/locale/nl/LC_MESSAGES/kipiplugin_smug.mo share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/nl/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/nl/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/nl/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/nl/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/nl/LC_MESSAGES/kipiplugins.mo -share/locale/nl/LC_MESSAGES/libkgeomap.mo share/locale/nn/LC_MESSAGES/digikam.mo share/locale/nn/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/nn/LC_MESSAGES/kipiplugin_advancedslideshow.mo @@ -783,6 +1083,7 @@ share/locale/nn/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/nn/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/nn/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/nn/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/nn/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/nn/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/nn/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -789,13 +1090,11 @@ share/locale/nn/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/nn/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/nn/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/nn/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/nn/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/nn/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/nn/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/nn/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/nn/LC_MESSAGES/kipiplugins.mo -share/locale/nn/LC_MESSAGES/libkgeomap.mo share/locale/oc/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/oc/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/oc/LC_MESSAGES/kipiplugin_jpeglossless.mo @@ -813,6 +1112,7 @@ share/locale/pa/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/pa/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/pa/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -819,33 +1119,42 @@ share/locale/pa/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/pa/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/pa/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo share/locale/pa/LC_MESSAGES/kipiplugins.mo -share/locale/pa/LC_MESSAGES/libkgeomap.mo share/locale/pl/LC_MESSAGES/digikam.mo share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/pl/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/pl/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/pl/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/pl/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/pl/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/pl/LC_MESSAGES/kipiplugin_facebook.mo share/locale/pl/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/pl/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pl/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_kopete.mo share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/pl/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/pl/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/pl/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/pl/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/pl/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/pl/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo @@ -852,29 +1161,43 @@ share/locale/pl/LC_MESSAGES/kipiplugin_shwup.mo share/locale/pl/LC_MESSAGES/kipiplugin_smug.mo share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/pl/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/pl/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/pl/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/pl/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/pl/LC_MESSAGES/kipiplugins.mo -share/locale/pl/LC_MESSAGES/libkgeomap.mo share/locale/pt/LC_MESSAGES/digikam.mo share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/pt/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/pt/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/pt/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/pt/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/pt/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/pt/LC_MESSAGES/kipiplugin_facebook.mo share/locale/pt/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/pt/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pt/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_kopete.mo share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/pt/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/pt/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/pt/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/pt/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/pt/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/pt/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo @@ -881,29 +1204,43 @@ share/locale/pt/LC_MESSAGES/kipiplugin_shwup.mo share/locale/pt/LC_MESSAGES/kipiplugin_smug.mo share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/pt/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/pt/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/pt/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/pt/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/pt/LC_MESSAGES/kipiplugins.mo -share/locale/pt/LC_MESSAGES/libkgeomap.mo share/locale/pt_BR/LC_MESSAGES/digikam.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_facebook.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_kopete.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo @@ -910,13 +1247,18 @@ share/locale/pt_BR/LC_MESSAGES/kipiplugin_shwup.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_smug.mo share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/pt_BR/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo -share/locale/pt_BR/LC_MESSAGES/libkgeomap.mo share/locale/ro/LC_MESSAGES/digikam.mo share/locale/ro/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ro/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ro/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/ro/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ro/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ro/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/ro/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ro/LC_MESSAGES/kipiplugin_facebook.mo @@ -923,14 +1265,18 @@ share/locale/ro/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ro/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ro/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/ro/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/ro/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/ro/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/ro/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/ro/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/ro/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ro/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ro/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/ro/LC_MESSAGES/kipiplugin_printimages.mo share/locale/ro/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/ro/LC_MESSAGES/kipiplugin_removeredeyes.mo @@ -938,29 +1284,40 @@ share/locale/ro/LC_MESSAGES/kipiplugin_shwup.mo share/locale/ro/LC_MESSAGES/kipiplugin_smug.mo share/locale/ro/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/ro/LC_MESSAGES/kipiplugin_wikimedia.mo share/locale/ro/LC_MESSAGES/kipiplugins.mo -share/locale/ro/LC_MESSAGES/libkgeomap.mo share/locale/ru/LC_MESSAGES/digikam.mo share/locale/ru/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/ru/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/ru/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/ru/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/ru/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/ru/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/ru/LC_MESSAGES/kipiplugin_facebook.mo share/locale/ru/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/ru/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/ru/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/ru/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_kopete.mo share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ru/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/ru/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/ru/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/ru/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/ru/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/ru/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/ru/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/ru/LC_MESSAGES/kipiplugin_sendimages.mo @@ -967,8 +1324,11 @@ share/locale/ru/LC_MESSAGES/kipiplugin_shwup.mo share/locale/ru/LC_MESSAGES/kipiplugin_smug.mo share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/ru/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/ru/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/ru/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/ru/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/ru/LC_MESSAGES/kipiplugins.mo -share/locale/ru/LC_MESSAGES/libkgeomap.mo share/locale/se/LC_MESSAGES/digikam.mo share/locale/se/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/se/LC_MESSAGES/kipiplugin_timeadjust.mo @@ -978,22 +1338,33 @@ share/locale/sk/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/sk/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/sk/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/sk/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/sk/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/sk/LC_MESSAGES/kipiplugin_facebook.mo share/locale/sk/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/sk/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sk/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_kopete.mo share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/sk/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/sk/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/sk/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/sk/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/sk/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/sk/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1000,27 +1371,41 @@ share/locale/sk/LC_MESSAGES/kipiplugin_shwup.mo share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/sk/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/sk/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/sk/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/sk/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/sk/LC_MESSAGES/kipiplugins.mo -share/locale/sk/LC_MESSAGES/libkgeomap.mo share/locale/sl/LC_MESSAGES/digikam.mo share/locale/sl/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/sl/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/sl/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/sl/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/sl/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/sl/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/sl/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/sl/LC_MESSAGES/kipiplugin_facebook.mo share/locale/sl/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/sl/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/sl/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/sl/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/sl/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/sl/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/sl/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sl/LC_MESSAGES/kipiplugin_kioexportimport.mo -share/locale/sl/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/sl/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/sl/LC_MESSAGES/kipiplugin_kopete.mo +share/locale/sl/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/sl/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/sl/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/sl/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/sl/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/sl/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/sl/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1027,8 +1412,11 @@ share/locale/sl/LC_MESSAGES/kipiplugin_shwup.mo share/locale/sl/LC_MESSAGES/kipiplugin_smug.mo share/locale/sl/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/sl/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/sl/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/sl/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/sl/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/sl/LC_MESSAGES/kipiplugins.mo -share/locale/sl/LC_MESSAGES/libkgeomap.mo share/locale/sq/LC_MESSAGES/digikam.mo share/locale/sq/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/sq/LC_MESSAGES/kipiplugin_batchprocessimages.mo @@ -1037,12 +1425,12 @@ share/locale/sq/LC_MESSAGES/kipiplugin_facebook.mo share/locale/sq/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/sq/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/sq/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/sq/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/sq/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/sq/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/sq/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sq/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/sq/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/sq/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/sq/LC_MESSAGES/kipiplugin_sendimages.mo share/locale/sq/LC_MESSAGES/kipiplugin_timeadjust.mo @@ -1052,22 +1440,33 @@ share/locale/sv/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/sv/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/sv/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/sv/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/sv/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/sv/LC_MESSAGES/kipiplugin_facebook.mo share/locale/sv/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/sv/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/sv/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_kopete.mo share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/sv/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/sv/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/sv/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/sv/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/sv/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/sv/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1074,8 +1473,11 @@ share/locale/sv/LC_MESSAGES/kipiplugin_shwup.mo share/locale/sv/LC_MESSAGES/kipiplugin_smug.mo share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/sv/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/sv/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/sv/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/sv/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/sv/LC_MESSAGES/kipiplugins.mo -share/locale/sv/LC_MESSAGES/libkgeomap.mo share/locale/th/LC_MESSAGES/digikam.mo share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/th/LC_MESSAGES/kipiplugin_advancedslideshow.mo @@ -1087,6 +1489,7 @@ share/locale/th/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/th/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/th/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -1094,7 +1497,6 @@ share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/th/LC_MESSAGES/kipiplugin_kioexportimport.mo share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/th/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/th/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/th/LC_MESSAGES/kipiplugin_printimages.mo share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo @@ -1109,22 +1511,33 @@ share/locale/tr/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/tr/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/tr/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/tr/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/tr/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/tr/LC_MESSAGES/kipiplugin_facebook.mo share/locale/tr/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/tr/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/tr/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_kopete.mo share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/tr/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/tr/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/tr/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/tr/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/tr/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/tr/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1131,29 +1544,43 @@ share/locale/tr/LC_MESSAGES/kipiplugin_shwup.mo share/locale/tr/LC_MESSAGES/kipiplugin_smug.mo share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/tr/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/tr/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/tr/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/tr/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/tr/LC_MESSAGES/kipiplugins.mo -share/locale/tr/LC_MESSAGES/libkgeomap.mo share/locale/uk/LC_MESSAGES/digikam.mo share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/uk/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/uk/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/uk/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/uk/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/uk/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/uk/LC_MESSAGES/kipiplugin_facebook.mo share/locale/uk/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/uk/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/uk/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_kopete.mo share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/uk/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/uk/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/uk/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/uk/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/uk/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/uk/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1160,8 +1587,11 @@ share/locale/uk/LC_MESSAGES/kipiplugin_shwup.mo share/locale/uk/LC_MESSAGES/kipiplugin_smug.mo share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/uk/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/uk/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/uk/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/uk/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/uk/LC_MESSAGES/kipiplugins.mo -share/locale/uk/LC_MESSAGES/libkgeomap.mo share/locale/vi/LC_MESSAGES/digikam.mo share/locale/zh_CN/LC_MESSAGES/digikam.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo @@ -1168,6 +1598,7 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_debianscreenshots.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_dngconverter.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_facebook.mo @@ -1174,6 +1605,7 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_htmlexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_imageviewer.mo @@ -1180,10 +1612,12 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_ipodexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_kopete.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_picasawebexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1190,29 +1624,41 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_shwup.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_smug.mo share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/zh_CN/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo -share/locale/zh_CN/LC_MESSAGES/libkgeomap.mo share/locale/zh_TW/LC_MESSAGES/digikam.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_calendar.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_debianscreenshots.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_dlnaexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_dngconverter.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_dropbox.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_expoblending.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_facebook.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_flashexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_flickrexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_galleryexport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_googledrive.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_gpssync.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_htmlexport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageshackexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageviewer.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_imgurexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_ipodexport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_jalbumexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_jpeglossless.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_kioexportimport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_kmlexport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_kopete.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/zh_TW/LC_MESSAGES/kipiplugin_picasawebexport.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_panorama.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_photolayouteditor.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_piwigoexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_printimages.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_rajceexport.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_rawconverter.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_removeredeyes.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_sendimages.mo @@ -1219,5 +1665,8 @@ share/locale/zh_TW/LC_MESSAGES/kipiplugin_shwup.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_smug.mo share/locale/zh_TW/LC_MESSAGES/kipiplugin_timeadjust.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_videoslideshow.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_vkontakte.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_wikimedia.mo +share/locale/zh_TW/LC_MESSAGES/kipiplugin_yandexfotki.mo share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo -share/locale/zh_TW/LC_MESSAGES/libkgeomap.mo Index: graphics/kipi-plugin-dlnaexport/Makefile =================================================================== --- graphics/kipi-plugin-dlnaexport/Makefile (nonexistent) +++ graphics/kipi-plugin-dlnaexport/Makefile (working copy) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +IGNORE= Needs newer hupnp with hupnpav + +LIB_DEPENDS= libHUpnp.so:net/hupnp # \ +# libHUpnpAv.so:net/hupnpav + +KIPI_PLUGIN= dlnaexport +.include "${.CURDIR}/../digikam-kde4/Makefile.common" + +# The minidlna backend of this plugins automatically creates a minidlna.conf +# on every execution in ~/.kde4/share/apps/kipi/minidlna.conf. To get it working +# you have to manually chnage the following to the desired network interface. +MINIDLNA_NETWOK_INTERFACES?= em0 + +OPTIONS_DEFINE= MINIDLNA +OPTIONS_DEFAULT= MINIDLNA +MINIDLNA_RUN_DEPENDS= minidlnad:net/minidlna +MINIDLNA_DESC= Use minilna as dlna backend + +post-patch: + ${REINPLACE_CMD} "s#/usr/include#${LOCALBASE}/include#g" \ + ${WRKSRC}/cmake/modules/FindHupnp.cmake + ${REINPLACE_CMD} -e "/networkInterfaces/ s/eth0,eth1/${MINIDLNA_NETWOK_INTERFACES}/g" \ + ${WRKSRC}/dlnaexport/minidlnamediaserver.cpp + +.include Property changes on: graphics/kipi-plugin-dlnaexport/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport__extra__hupnp__src__socket__hmulticast_socket.cpp =================================================================== --- graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport__extra__hupnp__src__socket__hmulticast_socket.cpp (nonexistent) +++ graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport__extra__hupnp__src__socket__hmulticast_socket.cpp (working copy) @@ -0,0 +1,14 @@ +--- dlnaexport/extra/hupnp/src/socket/hmulticast_socket.cpp.orig 2014-09-21 14:11:29 UTC ++++ dlnaexport/extra/hupnp/src/socket/hmulticast_socket.cpp +@@ -32,6 +32,11 @@ + #include + #endif + ++#if defined(Q_OS_FREEBSD) ++#include ++#include ++#endif ++ + #include + + namespace Herqq Property changes on: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport__extra__hupnp__src__socket__hmulticast_socket.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnabinary.h =================================================================== --- graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnabinary.h (nonexistent) +++ graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnabinary.h (working copy) @@ -0,0 +1,11 @@ +--- dlnaexport/minidlnabinary.h.orig 2015-07-12 14:02:54 UTC ++++ dlnaexport/minidlnabinary.h +@@ -38,7 +38,7 @@ class MinidlnaBinary : public KPBinaryIf + public: + + MinidlnaBinary() +- : KPBinaryIface(QString("minidlna"), ++ : KPBinaryIface(QString("minidlnad"), + QString("1.0.24"), + QString("Version "), + 0, Property changes on: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnabinary.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnamediaserver.cpp =================================================================== --- graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnamediaserver.cpp (nonexistent) +++ graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnamediaserver.cpp (working copy) @@ -0,0 +1,32 @@ +--- dlnaexport/minidlnamediaserver.cpp.orig 2015-06-15 09:29:05 UTC ++++ dlnaexport/minidlnamediaserver.cpp +@@ -54,7 +54,9 @@ public: + rootContainer = "P"; + modelNo = "1"; + filePath = ""; +- minidlnaBinaryPath = "minidlna"; ++ minidlnaBinaryPath = "/usr/local/sbin/minidlnad"; /* FreeBSD: fix the binary path */ ++ logDirectory = "/tmp"; /* FreeBSD: normal users do not have rights in /var/log */ ++ dbDirectory = "/tmp"; /* FreeBSD: normal users do not have rights in /var/db */ + } + + QString port; +@@ -68,6 +70,8 @@ public: + QString filePath; + QStringList directories; + QString minidlnaBinaryPath; ++ QString logDirectory; ++ QString dbDirectory; + }; + + MinidlnaServer::MinidlnaServer(QObject* const parent) +@@ -102,7 +106,8 @@ void MinidlnaServer::generateConfigFile( + out << "serial=" << d->serial << "\n"; + out << "model_number=" << d->modelNo << "\n"; + out << "root_container=" << d->rootContainer << "\n"; +- ++ out << "log_dir=" << d->logDirectory << "\n"; ++ out << "db_dir=" << d->dbDirectory << "\n"; + file.close(); + } + Property changes on: graphics/kipi-plugin-dlnaexport/files/patch-dlnaexport_minidlnamediaserver.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-dlnaexport/pkg-plist =================================================================== --- graphics/kipi-plugin-dlnaexport/pkg-plist (nonexistent) +++ graphics/kipi-plugin-dlnaexport/pkg-plist (working copy) @@ -0,0 +1,10 @@ +lib/kde4/kipiplugin_dlnaexport.so +share/apps/kipi/kipiplugin_dlnaexportui.rc +share/apps/kipiplugin_dlnaexport/xml/dlnaexport_connectionmanager_source_scpd.xml +share/apps/kipiplugin_dlnaexport/xml/dlnaexport_contentdirectory_scpd.xml +share/apps/kipiplugin_dlnaexport/xml/dlnaexport_mediaserver_description.xml +share/icons/hicolor/16x16/apps/kipi-dlna.png +share/icons/hicolor/32x32/apps/kipi-dlna.png +share/icons/hicolor/48x48/apps/kipi-dlna.png +share/icons/hicolor/64x64/apps/kipi-dlna.png +share/kde4/services/kipiplugin_dlnaexport.desktop Property changes on: graphics/kipi-plugin-dlnaexport/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-dngconverter/pkg-plist =================================================================== --- graphics/kipi-plugin-dngconverter/pkg-plist (revision 412365) +++ graphics/kipi-plugin-dngconverter/pkg-plist (working copy) @@ -1,5 +1,4 @@ bin/dngconverter -bin/dnginfo lib/kde4/kipiplugin_dngconverter.so share/applications/kde4/dngconverter.desktop share/apps/kipi/kipiplugin_dngconverterui.rc Index: graphics/kipi-plugin-googledrive/Makefile =================================================================== --- graphics/kipi-plugin-googledrive/Makefile (revision 412365) +++ graphics/kipi-plugin-googledrive/Makefile (nonexistent) @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kipi-plugin-${KIPI_PLUGIN} -PORTVERSION= ${DIGIKAM_VER} -CATEGORIES= graphics kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= ${${KIPI_PLUGIN}_DESC} - -LIB_DEPENDS= libqjson.so:devel/qjson - -KIPI_PLUGIN= googledrive -.include "${.CURDIR}/../digikam-kde4/Makefile.common" -.include Property changes on: graphics/kipi-plugin-googledrive/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/kipi-plugin-googledrive/pkg-plist =================================================================== --- graphics/kipi-plugin-googledrive/pkg-plist (revision 412365) +++ graphics/kipi-plugin-googledrive/pkg-plist (nonexistent) @@ -1,7 +0,0 @@ -lib/kde4/kipiplugin_googledrive.so -share/apps/kipi/kipiplugin_googledriveui.rc -share/icons/hicolor/16x16/apps/kipi-googledrive.png -share/icons/hicolor/22x22/apps/kipi-googledrive.png -share/icons/hicolor/32x32/apps/kipi-googledrive.png -share/icons/hicolor/48x48/apps/kipi-googledrive.png -share/kde4/services/kipiplugin_googledrive.desktop Property changes on: graphics/kipi-plugin-googledrive/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/kipi-plugin-googleservices/Makefile =================================================================== --- graphics/kipi-plugin-googleservices/Makefile (nonexistent) +++ graphics/kipi-plugin-googleservices/Makefile (working copy) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +LIB_DEPENDS= libqjson.so:devel/qjson + +CONFLICTS_INSTALL= kipi-plugin-googledrive-* \ + kipi-plugin-picasawebexport-* + +KIPI_PLUGIN= googleservices +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include Property changes on: graphics/kipi-plugin-googleservices/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-googleservices/pkg-plist =================================================================== --- graphics/kipi-plugin-googleservices/pkg-plist (nonexistent) +++ graphics/kipi-plugin-googleservices/pkg-plist (working copy) @@ -0,0 +1,12 @@ +lib/kde4/kipiplugin_googleservices.so +share/apps/kipi/kipiplugin_googleservicesui.rc +share/icons/hicolor/16x16/apps/kipi-googledrive.png +share/icons/hicolor/16x16/apps/kipi-picasa.png +share/icons/hicolor/22x22/apps/kipi-googledrive.png +share/icons/hicolor/22x22/apps/kipi-picasa.png +share/icons/hicolor/32x32/apps/kipi-googledrive.png +share/icons/hicolor/32x32/apps/kipi-picasa.png +share/icons/hicolor/48x48/apps/kipi-googledrive.png +share/icons/hicolor/48x48/apps/kipi-picasa.png +share/icons/hicolor/scalable/apps/kipi-picasa.svgz +share/kde4/services/kipiplugin_googleservices.desktop Property changes on: graphics/kipi-plugin-googleservices/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/kipi-plugin-videoslideshow/Makefile =================================================================== --- graphics/kipi-plugin-videoslideshow/Makefile (revision 412365) +++ graphics/kipi-plugin-videoslideshow/Makefile (working copy) @@ -8,7 +8,7 @@ COMMENT= ${${KIPI_PLUGIN}_DESC} LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick \ - libQtGStreamer-0.10.so:multimedia/gstreamer-qt4 + libQtGLib-2.0.so:multimedia/gstreamer1-qt4 KIPI_PLUGIN= videoslideshow .include "${.CURDIR}/../digikam-kde4/Makefile.common" Index: graphics/kipi-plugins-kde4/Makefile =================================================================== --- graphics/kipi-plugins-kde4/Makefile (revision 412365) +++ graphics/kipi-plugins-kde4/Makefile (working copy) @@ -2,9 +2,9 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde -DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 kipi graphics plugins (meta port) @@ -27,7 +27,7 @@ ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin} .endfor -NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n -DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc +NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n +DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc .include Index: graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt =================================================================== --- graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt (revision 412365) +++ graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt (working copy) @@ -1,15 +1,19 @@ ---- ./CMakeLists.txt.orig 2013-03-11 08:24:11.000000000 +0000 -+++ ./CMakeLists.txt 2013-04-05 19:33:30.200669787 +0000 -@@ -410,7 +410,6 @@ +--- ./CMakeLists.txt.orig 2015-02-25 22:15:14.659030000 +0100 ++++ ./CMakeLists.txt 2015-02-25 22:17:07.071209000 +0100 +@@ -356,7 +356,6 @@ - # Plugins which will be always compiled + # Plugins which will be always compiled -- ADD_SUBDIRECTORY(common) - ADD_SUBDIRECTORY(timeadjust) - ADD_SUBDIRECTORY(jpeglossless) - ADD_SUBDIRECTORY(rawconverter) -@@ -515,3 +514,4 @@ - ENDIF(NOT WIN32) +- add_subdirectory(common) + add_subdirectory(timeadjust) + add_subdirectory(jpeglossless) + add_subdirectory(rawconverter) +@@ -468,7 +467,7 @@ + endif() - ENDIF(KIPIPLUGINS_CAN_BE_COMPILED) -+CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/common/libkipiplugins/tools/kpversion.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/common/libkipiplugins/kpversion.h) + endif() +- ++ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/common/libkipiplugins/tools/kpversion.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/common/libkipiplugins/kpversion.h) + else() + + message(STATUS "") Index: graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch =================================================================== --- graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch (nonexistent) +++ graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch (working copy) @@ -0,0 +1,11 @@ +--- ./CMakeLists.txt.orig 2016-03-28 21:43:04.153625000 +0000 ++++ ./CMakeLists.txt 2016-03-28 21:43:15.768736000 +0000 +@@ -182,7 +182,7 @@ + set(OPENCV_MIN_VERSION "2.4.9") + DETECT_OPENCV(${OPENCV_MIN_VERSION} core highgui objdetect contrib legacy imgproc) + +- if(${OpenCV_FOUND} AND ${OpenCV_VERSION} VERSION_GREATER 2.4.99) ++ if(OpenCV_FOUND AND OpenCV_VERSION VERSION_GREATER 2.4.99) + message(STATUS "ENABLE_OPENCV3 option is disabled and OpenCV >= 3.0.0 have been found. Enabled ENABLE_OPENCV3") + set(OpenCV_FOUND FALSE) + endif() Property changes on: graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libkface/Makefile =================================================================== --- graphics/libkface/Makefile (revision 412365) +++ graphics/libkface/Makefile (working copy) @@ -1,21 +1,26 @@ # $FreeBSD$ PORTNAME= libkface -PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTVERSION= 15.04.2 # ${KDE_APPLICATIONS_VERSION} CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for face recognition -.include "${.CURDIR}/../digikam-kde4/Makefile.common" +MASTER_SITES= KDE/${KDE_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} -USES+= pkgconfig +LICENSE= GPLv2 + +USE_KDE4= kdelibs kdeprefix automoc4 marble +USES= cmake:outsource pkgconfig tar:xz +USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build + LIB_DEPENDS= libopencv_legacy.so:graphics/opencv USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ - ${WRKSRC}/CMakeLists.txt + ${WRKSRC}/${PORTNAME}/CMakeLists.txt .include Index: graphics/libkface/distinfo =================================================================== --- graphics/libkface/distinfo (nonexistent) +++ graphics/libkface/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (KDE/15.04.2/libkface-15.04.2.tar.xz) = 23a38b91ad86870d614b15f1b5e964424a472fcfd3e05481370cd32be548ac23 +SIZE (KDE/15.04.2/libkface-15.04.2.tar.xz) = 8987596 Property changes on: graphics/libkface/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/libkface/pkg-plist =================================================================== --- graphics/libkface/pkg-plist (revision 412365) +++ graphics/libkface/pkg-plist (working copy) @@ -4,11 +4,14 @@ include/kde4/libkface/libkface_export.h include/kde4/libkface/recognitiondatabase.h include/kde4/libkface/version.h +lib/cmake/Kface-3.5.0/Kface-export-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Kface-3.5.0/Kface-export.cmake +lib/cmake/Kface-3.5.0/kface-config-version.cmake +lib/cmake/Kface-3.5.0/kface-config.cmake lib/libkface.so -lib/libkface.so.2 -lib/libkface.so.2.0.0 +lib/libkface.so.3 +lib/libkface.so.3.0.0 libdata/pkgconfig/libkface.pc -share/apps/cmake/modules/FindKface.cmake share/apps/libkface/alignment-congealing/face-funnel.data share/apps/libkface/database/dbconfig.xml share/apps/libkface/haarcascades/haarcascade_frontalface_alt.xml Index: net/libmediawiki/Makefile =================================================================== --- net/libmediawiki/Makefile (revision 412365) +++ net/libmediawiki/Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmediawiki -PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 1 +PORTVERSION= 4.12.0 CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org @@ -10,10 +9,14 @@ .include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +# Replace some values set up by Makefile.common +DIGIKAM_VER= ${PORTVERSION} +DISTINFO_FILE= ${.CURDIR}/distinfo + USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ - ${WRKSRC}/CMakeLists.txt + ${WRKSRC}/${PORTNAME}/CMakeLists.txt .include Index: net/libmediawiki/distinfo =================================================================== --- net/libmediawiki/distinfo (nonexistent) +++ net/libmediawiki/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (digikam-4.12.0.tar.bz2) = 15043afb04733e059460165bc3cdf58dc42a67d7a349fbe12c2ebbe1946e3420 +SIZE (digikam-4.12.0.tar.bz2) = 69527960 Property changes on: net/libmediawiki/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property