diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 7186fc43b2d6..33e85db96c89 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,143 +1,142 @@ PORTNAME= digikam -DISTVERSION= 8.1.0 -PORTREVISION= 3 +DISTVERSION= 8.2.0 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \ https://files.kde.org/digikam/%SUBDIR%/:aesthetic,face,shape \ https://kde-applicationdata.mirrors.omnilance.com/digikam/%SUBDIR%/:aesthetic,face,shape \ https://mirrors.ocf.berkeley.edu/kde-applicationdata/digikam/%SUBDIR%/:aesthetic,face,shape MASTER_SITE_SUBDIR= aestheticdetector/:aesthetic \ facesengine/dnnface/:face \ facesengine/shape-predictor/:shape # One bit changed in the naming convention .. DISTFILES= digiKam-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= digiKam-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} MAINTAINER= kde@FreeBSD.org COMMENT= KDE digital photo management application WWW= https://www.digikam.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libboost_graph.so:devel/boost-libs \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 \ libgphoto2.so:graphics/libgphoto2 \ libicalss.so:devel/libical \ libjasper.so:graphics/jasper \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ liblqr-1.so:graphics/liblqr-1 \ libopencv_core.so:graphics/opencv \ libheif.so:graphics/libheif \ libpgf.so:graphics/libpgf \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libx265.so:multimedia/x265 USES= bison cmake compiler:c++17-lang desktop-file-utils eigen:3 gl \ gnome jpeg kde:5 localbase:ldflags magick pkgconfig qt:5 \ shebangfix tar:xz xorg USE_GL= gl glu USE_GNOME= glib20 libxml2 libxslt USE_KDE= archive auth bookmarks calendarcore codecs completion config \ configwidgets coreaddons crash doctools filemetadata guiaddons \ i18n iconthemes itemmodels itemviews jobwidgets \ kdelibs4support kio libkipi marble notifications notifyconfig \ parts service solid sonnet textwidgets threadweaver \ unitconversion widgetsaddons windowsystem xmlgui \ ecm:build USE_QT= concurrent core dbus declarative gui location network \ networkauth opengl printsupport sql webchannel widgets \ x11extras xml xmlpatterns \ buildtools:build qmake:build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes SHEBANG_FILES= core/data/scripts/digitaglinktree/digitaglinktree WITH_CCACHE_BUILD= yes CMAKE_ON= BUILD_WITH_CCACHE DIGIKAMSC_COMPILE_DIGIKAM ENABLE_KFILEMETADATASUPPORT \ CMAKE_DISABLE_FIND_PACKAGE_VAAPI OPTIONS_DEFINE= FACEDETECT KDEPIM MEDIAPLAYER NLS WEBENGINE OPTIONS_GROUP= MP MP_DESC= Media player options OPTIONS_GROUP_MP= OPENAL PORTAUDIO PULSEAUDIO OPTIONS_MULTI= DB DB_DESC= Database options OPTIONS_MULTI_DB= MYSQL MYSQL_INTERNAL SQLITE3 OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NFACEDETECT} \ ${OPTIONS_GROUP_MP:NPORTAUDIO:NPULSEAUDIO} \ ${OPTIONS_MULTI_DB:NMYSQL_INTERNAL} OPTIONS_SUB= yes FACEDETECT_DESC= Install data required for face detection (~420MB) FACEDETECT_DISTFILES= weights_inceptionv3_299.pb:aesthetic \ deploy.prototxt:face \ openface_nn4.small2.v1.t7:face \ res10_300x300_ssd_iter_140000_fp16.caffemodel:face \ yolov3-face.cfg:face \ yolov3-wider_16000.weights:face \ shapepredictor.dat:shape KDEPIM_DESC= KDEPim Addressbook support KDEPIM_USE= KDE=akonadi,akonadicontacts,contacts,grantleetheme KDEPIM_USES= grantlee:5 KDEPIM_CMAKE_BOOL= ENABLE_AKONADICONTACTSUPPORT MEDIAPLAYER_DESC= Enable media player MEDIAPLAYER_LIB_DEPENDS= libass.so:multimedia/libass \ libavcodec.so:multimedia/ffmpeg MEDIAPLAYER_USE= XORG=xv MEDIAPLAYER_CMAKE_BOOL= ENABLE_MEDIAPLAYER MEDIAPLAYER_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FFmpeg MYSQL_USE= QT=sql-mysql:run MYSQL_CMAKE_BOOL= ENABLE_MYSQLSUPPORT MYSQL_INTERNAL_DESC= Use a dedicated MySQL instance (requires MariaDB) MYSQL_INTERNAL_USES= mysql:server MYSQL_INTERNAL_CMAKE_BOOL= ENABLE_INTERNALMYSQL # Only works with MariaDB. Try to keep this in sync with supported MySQL # versions and add any version not ending with 'm' to the IGNORE list. MYSQL_INTERNAL_VARS= IGNORE_WITH_MYSQL="57 80 57p 57w" MYSQL_INTERNAL_IMPLIES= MYSQL NLS_DESC= Digikam i18n translations NLS_CMAKE_BOOL= DIGIKAMSC_COMPILE_PO NLS_USES= gettext NLS_USE= KDE=i18n OPENAL_USES= openal OPENAL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenAL OPENAL_IMPLIES= MEDIAPLAYER PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Portaudio PORTAUDIO_IMPLIES= MEDIAPLAYER PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_PulseAudio PULSEAUDIO_IMPLIES= MEDIAPLAYER SQLITE3_USE= QT=sql-sqlite3:run WEBENGINE_DESC= Use Qt WebEngine instead of WebKit WEBENGINE_USE= QT=webengine WEBENGINE_USE_OFF= QT=webkit WEBENGINE_CMAKE_BOOL= ENABLE_QWEBENGINE PLIST_SUB= SHLIB_VER=${DISTVERSION} post-install-FACEDETECT-on: @${MKDIR} ${STAGEDIR}${DATADIR}/facesengine .for f in ${FACEDETECT_DISTFILES:C/:.*//} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${STAGEDIR}${DATADIR}/facesengine .endfor .include diff --git a/graphics/digikam/distinfo b/graphics/digikam/distinfo index 248ea48691c7..b8476a8f747e 100644 --- a/graphics/digikam/distinfo +++ b/graphics/digikam/distinfo @@ -1,17 +1,17 @@ -TIMESTAMP = 1689392235 -SHA256 (KDE/digikam/8.1.0/digiKam-8.1.0.tar.xz) = 0503c034e445ff424f18a6715c0a7a79be4a5e0c82b3ebc461a21cec3745a5b3 -SIZE (KDE/digikam/8.1.0/digiKam-8.1.0.tar.xz) = 35712348 -SHA256 (KDE/digikam/8.1.0/weights_inceptionv3_299.pb) = 8923e3daff71c07533b9023ef32c69d8c058d1e0931d76d8b81241a201138538 -SIZE (KDE/digikam/8.1.0/weights_inceptionv3_299.pb) = 88007527 -SHA256 (KDE/digikam/8.1.0/deploy.prototxt) = f62621cac923d6f37bd669298c428bb7ee72233b5f8c3389bb893e35ebbcf795 -SIZE (KDE/digikam/8.1.0/deploy.prototxt) = 28092 -SHA256 (KDE/digikam/8.1.0/openface_nn4.small2.v1.t7) = 9b72d54aeb24a64a8135dca8e792f7cc675c99a884a6940350a6cedcf7b7ba08 -SIZE (KDE/digikam/8.1.0/openface_nn4.small2.v1.t7) = 31510785 -SHA256 (KDE/digikam/8.1.0/res10_300x300_ssd_iter_140000_fp16.caffemodel) = 510ffd2471bd81e3fcc88a5beb4eae4fb445ccf8333ebc54e7302b83f4158a76 -SIZE (KDE/digikam/8.1.0/res10_300x300_ssd_iter_140000_fp16.caffemodel) = 5351047 -SHA256 (KDE/digikam/8.1.0/yolov3-face.cfg) = f6563bd6923fd6500d2c2d6025f32ebdba916a85e5c9798351d916909f62aaf5 -SIZE (KDE/digikam/8.1.0/yolov3-face.cfg) = 8334 -SHA256 (KDE/digikam/8.1.0/yolov3-wider_16000.weights) = a88f3b3882e3cce1e553a81d42beef6202cb9afc3db88e7944f9ffbcc369e7df -SIZE (KDE/digikam/8.1.0/yolov3-wider_16000.weights) = 246305388 -SHA256 (KDE/digikam/8.1.0/shapepredictor.dat) = 6f3d2a59dc30c7c9166983224dcf5732b25de734fff1e36ff1f3047ef90ed82b -SIZE (KDE/digikam/8.1.0/shapepredictor.dat) = 67740572 +TIMESTAMP = 1701611793 +SHA256 (KDE/digikam/8.2.0/digiKam-8.2.0.tar.xz) = 2f7fcb559b123ed9ecae5a5aef6f4560eee5f49206d9d1746dec9ab6c8fb38bf +SIZE (KDE/digikam/8.2.0/digiKam-8.2.0.tar.xz) = 48172600 +SHA256 (KDE/digikam/8.2.0/weights_inceptionv3_299.pb) = 8923e3daff71c07533b9023ef32c69d8c058d1e0931d76d8b81241a201138538 +SIZE (KDE/digikam/8.2.0/weights_inceptionv3_299.pb) = 88007527 +SHA256 (KDE/digikam/8.2.0/deploy.prototxt) = f62621cac923d6f37bd669298c428bb7ee72233b5f8c3389bb893e35ebbcf795 +SIZE (KDE/digikam/8.2.0/deploy.prototxt) = 28092 +SHA256 (KDE/digikam/8.2.0/openface_nn4.small2.v1.t7) = 9b72d54aeb24a64a8135dca8e792f7cc675c99a884a6940350a6cedcf7b7ba08 +SIZE (KDE/digikam/8.2.0/openface_nn4.small2.v1.t7) = 31510785 +SHA256 (KDE/digikam/8.2.0/res10_300x300_ssd_iter_140000_fp16.caffemodel) = 510ffd2471bd81e3fcc88a5beb4eae4fb445ccf8333ebc54e7302b83f4158a76 +SIZE (KDE/digikam/8.2.0/res10_300x300_ssd_iter_140000_fp16.caffemodel) = 5351047 +SHA256 (KDE/digikam/8.2.0/yolov3-face.cfg) = f6563bd6923fd6500d2c2d6025f32ebdba916a85e5c9798351d916909f62aaf5 +SIZE (KDE/digikam/8.2.0/yolov3-face.cfg) = 8334 +SHA256 (KDE/digikam/8.2.0/yolov3-wider_16000.weights) = a88f3b3882e3cce1e553a81d42beef6202cb9afc3db88e7944f9ffbcc369e7df +SIZE (KDE/digikam/8.2.0/yolov3-wider_16000.weights) = 246305388 +SHA256 (KDE/digikam/8.2.0/shapepredictor.dat) = 6f3d2a59dc30c7c9166983224dcf5732b25de734fff1e36ff1f3047ef90ed82b +SIZE (KDE/digikam/8.2.0/shapepredictor.dat) = 67740572 diff --git a/graphics/digikam/files/patch-core_CMakeLists.txt b/graphics/digikam/files/patch-core_CMakeLists.txt index bb5c7fe82555..dfde33d77e4c 100644 --- a/graphics/digikam/files/patch-core_CMakeLists.txt +++ b/graphics/digikam/files/patch-core_CMakeLists.txt @@ -1,25 +1,11 @@ -core/cmake/modules/FindLQR-1.cmake fails to find LQR in the linking test -because the path to the library is not passed to the linker. This could -be addressed by running what pkg_check_modules() finds through find_library() -first or rewriting the module to avoid using pkgconf all together. - -The local workaround is to set USES+=localbase:ldflags to avoid extra patches. - ---- core/CMakeLists.txt.orig 2023-07-14 21:16:22 UTC +--- core/CMakeLists.txt.orig 2023-11-29 09:52:21 UTC +++ core/CMakeLists.txt -@@ -142,13 +142,13 @@ find_package(Doxygen) - - find_package(Doxygen) - --if(NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD) -+#if(NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD) - - # Lqr-1 packaging and detection under FreeBSD is problematic since a very long time and break the Gitlab CI - - find_package(LQR-1) - --endif() -+#endif() - - if(BUILD_WITH_CCACHE) - +@@ -270,7 +270,7 @@ PRINT_OPTIONAL_LIBRARY_STATUS("flex" "htt + PRINT_OPTIONAL_LIBRARY_STATUS("doxygen" "https://github.com/doxygen/doxygen" "(version >= 1.8.0)" "digiKam will be compiled without API documentation building support." Doxygen_FOUND) + PRINT_OPTIONAL_LIBRARY_STATUS("ccache" "https://ccache.dev" "(version >= 3.0.0)" "digiKam will be compiled without CCACHE build support." HAVE_CCACHE) + PRINT_OPTIONAL_LIBRARY_STATUS("flex" "https://github.com/westes/flex" "(version >= 2.5.0)" "digiKam will be compiled without Panorama support." FLEX_FOUND) +-PRINT_OPTIONAL_LIBRARY_STATUS("libakonadicontact" "https://invent.kde.org/pim/akonadi-contacts" "(version >= ${AKONADI_MIN_VERSION})" "digiKam will be compiled without KDE desktop address book support." KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++PRINT_OPTIONAL_LIBRARY_STATUS("libakonadicontact" "https://invent.kde.org/pim/akonadi-contacts" "(version >= ${AKONADI_MIN_VERSION})" "digiKam will be compiled without KDE desktop address book support." KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) + PRINT_OPTIONAL_LIBRARY_STATUS("libimagemagick" "https://github.com/ImageMagick/ImageMagick.git" "(version >= 6.7.0)" "digiKam will be compiled without ImageMagick codecs." HAVE_IMAGE_MAGICK) + PRINT_OPTIONAL_LIBRARY_STATUS("libeigen3" "https://github.com/eigenteam/eigen-git-mirror" "(version >= 3.0.0)" "digiKam will be compiled without Refocus tool support." Eigen3_FOUND) + PRINT_OPTIONAL_LIBRARY_STATUS("libgphoto2" "https://github.com/gphoto/libgphoto2" "(version >= 2.4.0)" "digiKam will be compiled without GPhoto2 camera drivers support." Gphoto2_FOUND) diff --git a/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake b/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake new file mode 100644 index 000000000000..999d5ef739b5 --- /dev/null +++ b/graphics/digikam/files/patch-core_app_DigikamCoreTarget.cmake @@ -0,0 +1,25 @@ +--- core/app/DigikamCoreTarget.cmake.orig 2023-11-29 09:52:21 UTC ++++ core/app/DigikamCoreTarget.cmake +@@ -81,7 +81,7 @@ endif() + + endif() + +-if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) + + set(DIGIKAMCORE_OBJECTS + ${DIGIKAMCORE_OBJECTS} +@@ -395,11 +395,11 @@ endif() + + endif() + +-if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) + + target_link_libraries(digikamcore + PRIVATE +- KF${QT_VERSION_MAJOR}::AkonadiContact ++ KPim${QT_VERSION_MAJOR}::AkonadiContact + ) + + endif() diff --git a/graphics/digikam/files/patch-core_cmake_rules_RulesKDEFramework.cmake b/graphics/digikam/files/patch-core_cmake_rules_RulesKDEFramework.cmake new file mode 100644 index 000000000000..d5e97aea888b --- /dev/null +++ b/graphics/digikam/files/patch-core_cmake_rules_RulesKDEFramework.cmake @@ -0,0 +1,14 @@ +--- core/cmake/rules/RulesKDEFramework.cmake.orig 2023-11-29 09:52:21 UTC ++++ core/cmake/rules/RulesKDEFramework.cmake +@@ -40,9 +40,9 @@ if(ENABLE_AKONADICONTACTSUPPORT) + find_package(KF${QT_VERSION_MAJOR} ${AKONADI_MIN_VERSION} QUIET + OPTIONAL_COMPONENTS + Akonadi +- AkonadiContact # For KDE Mail Contacts support. +- Contacts # API for contacts/address book data. + ) ++ find_package(KPim${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} QUIET) ++ find_package(KPim${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} QUIET) + + endif() + diff --git a/graphics/digikam/files/patch-core_utilities_extrasupport_CMakeLists.txt b/graphics/digikam/files/patch-core_utilities_extrasupport_CMakeLists.txt new file mode 100644 index 000000000000..a341301aad83 --- /dev/null +++ b/graphics/digikam/files/patch-core_utilities_extrasupport_CMakeLists.txt @@ -0,0 +1,11 @@ +--- core/utilities/extrasupport/CMakeLists.txt.orig 2023-11-29 09:52:21 UTC ++++ core/utilities/extrasupport/CMakeLists.txt +@@ -4,7 +4,7 @@ + # SPDX-License-Identifier: BSD-3-Clause + # + +-if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) + add_subdirectory(addressbook) + endif() + diff --git a/graphics/digikam/files/patch-core_utilities_extrasupport_addressbook_CMakeLists.txt b/graphics/digikam/files/patch-core_utilities_extrasupport_addressbook_CMakeLists.txt new file mode 100644 index 000000000000..b63cac11c675 --- /dev/null +++ b/graphics/digikam/files/patch-core_utilities_extrasupport_addressbook_CMakeLists.txt @@ -0,0 +1,22 @@ +--- core/utilities/extrasupport/addressbook/CMakeLists.txt.orig 2023-11-29 09:52:21 UTC ++++ core/utilities/extrasupport/addressbook/CMakeLists.txt +@@ -14,7 +14,7 @@ include_directories($ + ) + +-if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) + include_directories( + $ + $ +@@ -35,7 +35,7 @@ target_link_libraries(akonadiiface PRIVATE Qt${QT_VERS + + target_link_libraries(akonadiiface PRIVATE Qt${QT_VERSION_MAJOR}::Core KF${QT_VERSION_MAJOR}::I18n) + +-if(KF${QT_VERSION_MAJOR}AkonadiContact_FOUND) +- target_include_directories(core_akonadiiface_obj PRIVATE $) +- target_link_libraries(akonadiiface PRIVATE KF${QT_VERSION_MAJOR}::AkonadiContact KF${QT_VERSION_MAJOR}::Contacts) ++if(KPim${QT_VERSION_MAJOR}AkonadiContact_FOUND) ++ target_include_directories(core_akonadiiface_obj PRIVATE $) ++ target_link_libraries(akonadiiface PRIVATE KPim${QT_VERSION_MAJOR}::AkonadiContact KF${QT_VERSION_MAJOR}::Contacts) + endif() diff --git a/graphics/digikam/pkg-plist b/graphics/digikam/pkg-plist index 42d6c1a03a25..bfccbbc12d3a 100644 --- a/graphics/digikam/pkg-plist +++ b/graphics/digikam/pkg-plist @@ -1,852 +1,851 @@ bin/cleanup_digikamdb bin/digikam bin/digitaglinktree bin/showfoto include/digikam/batchtool.h include/digikam/bcgcontainer.h include/digikam/captionvalues.h include/digikam/coredbaccess.h include/digikam/coredbalbuminfo.h include/digikam/coredbconstants.h include/digikam/coredbfields.h include/digikam/coredburl.h include/digikam/curvescontainer.h include/digikam/dactivelabel.h include/digikam/dbengineaction.h include/digikam/dbengineconfig.h include/digikam/dbengineconfigsettings.h include/digikam/dbengineerrorhandler.h include/digikam/dbengineparameters.h include/digikam/dcolor.h include/digikam/dcolorblend.h include/digikam/dcolorcomposer.h include/digikam/dcolorpixelaccess.h include/digikam/dcolorselector.h include/digikam/dhistoryview.h include/digikam/digikam_config.h include/digikam/digikam_core_export.h include/digikam/digikam_database_export.h include/digikam/digikam_debug.h include/digikam/digikam_export.h include/digikam/digikam_globals.h include/digikam/digikam_gui_export.h include/digikam/digikam_version.h include/digikam/dimg.h include/digikam/dimgbuiltinfilter.h include/digikam/dimgloader.h include/digikam/dimgloaderobserver.h include/digikam/dimgloadersettings.h include/digikam/dimgpreviewitem.h include/digikam/dimgthreadedanalyser.h include/digikam/dimgthreadedfilter.h include/digikam/dinfointerface.h include/digikam/ditemslist.h include/digikam/dmessagebox.h include/digikam/dmetainfoiface.h include/digikam/dplugin.h include/digikam/dpluginaboutdlg.h include/digikam/dpluginaction.h include/digikam/dpluginauthor.h include/digikam/dpluginbqm.h include/digikam/dplugindialog.h include/digikam/dplugindimg.h include/digikam/dplugineditor.h include/digikam/dplugingeneric.h include/digikam/dpluginloader.h include/digikam/dpluginrawimport.h include/digikam/dpreviewimage.h include/digikam/dpreviewmanager.h include/digikam/dprogresswdg.h include/digikam/drawdecoder.h include/digikam/drawdecodersettings.h include/digikam/drawdecoding.h include/digikam/drawinfo.h include/digikam/dsavesettingswidget.h include/digikam/dwizarddlg.h include/digikam/dwizardpage.h include/digikam/dynamicthread.h include/digikam/editortool.h include/digikam/filesaveconflictbox.h include/digikam/filteraction.h include/digikam/geocoordinates.h include/digikam/geoifacetypes.h include/digikam/gpsdatacontainer.h include/digikam/gpsitemcontainer.h include/digikam/graphicsdimgitem.h include/digikam/graphicsdimgview.h include/digikam/historyimageid.h include/digikam/iccprofile.h include/digikam/icctransform.h include/digikam/imagedialog.h include/digikam/imageiface.h include/digikam/imageregionwidget.h include/digikam/imagezoomsettings.h include/digikam/iofilesettings.h include/digikam/iteminfo.h include/digikam/iteminfolist.h include/digikam/loadingdescription.h include/digikam/loadsavethread.h include/digikam/managedloadsavethread.h include/digikam/metadatainfo.h include/digikam/metaengine.h include/digikam/metaengine_data.h include/digikam/photoinfocontainer.h include/digikam/previewlayout.h include/digikam/previewloadthread.h include/digikam/previewsettings.h include/digikam/previewtoolbar.h include/digikam/queuesettings.h include/digikam/rginfo.h include/digikam/thumbnailinfo.h include/digikam/thumbnailloadthread.h include/digikam/wbcontainer.h include/digikam/wsitem.h include/digikam/wslogindialog.h include/digikam/wsnewalbumdialog.h include/digikam/wssettingswidget.h include/digikam/wstooldialog.h include/digikam/wstoolutils.h lib/cmake/DigikamCore/DigikamCoreConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamCore/DigikamCoreConfig.cmake lib/cmake/DigikamCore/DigikamCoreConfigVersion.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfig.cmake lib/cmake/DigikamDatabase/DigikamDatabaseConfigVersion.cmake lib/cmake/DigikamGui/DigikamGuiConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/DigikamGui/DigikamGuiConfig.cmake lib/cmake/DigikamGui/DigikamGuiConfigVersion.cmake lib/cmake/DigikamPlugin/DigikamPluginConfig.cmake lib/libdigikamcore.so lib/libdigikamcore.so.%%SHLIB_VER%% lib/libdigikamdatabase.so lib/libdigikamdatabase.so.%%SHLIB_VER%% lib/libdigikamgui.so lib/libdigikamgui.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AntiVignetting_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AssignLabels_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AssignTemplate_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Assigncaptions_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_AutoCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_BWconvert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_BcgCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Blur_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Border_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ChannelMixer_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ColorBalance_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ColorFX_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Convert16To8_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Convert8To16_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToAVIF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToDNG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToHEIF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToJP2lugin_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToJPEG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToJXL_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToPGF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToPNG_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToTIFF_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_ConvertToWEBP_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Crop_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_CurvesAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_FilmGrain_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Flip_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_HotPixels_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_HslCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_IccConvert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Invert_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_LensAutoFix_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_LocalContrast_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_NoiseReduction_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_QualitySort_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_RedEyeCorrection_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_RemoveMetadata_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Resize_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Restoration_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Rotate_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Sharpen_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Texture_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_TimeAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_Translate_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_UserScript_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_WaterMark_Plugin.so %%QT_PLUGINDIR%%/digikam/bqm/Bqm_WhiteBalance_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_HEIF_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_ImageMagick_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_JPEG2000_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_JPEG_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_PGF_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_PNG_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_QImage_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_RAW_Plugin.so %%QT_PLUGINDIR%%/digikam/dimg/DImg_TIFF_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AdjustCurvesTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AdjustLevelsTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AntivignettingTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AutoCorrectionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_AutoCropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BWSepiaTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BcgTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BlurFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BlurTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_BorderTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_CBTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ChannelMixerTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_CharcoalTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ColorFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ContentAwareResizeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_Convert16To8Tool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_Convert8To16Tool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_DistortionFxTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_EmbossTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FilmGrainTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FilmTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_FreeRotationTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HSLTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HealingCloneTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_HotpixelsTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_InsertTextTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_InvertTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LensAutoFixTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LensDistortionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_LocalContrastTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_NoiseReductionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_OilPaintTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_PerspectiveTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_PrintTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ProfileConversionTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RainDropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RatioCropTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RedEyeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ResizeTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_RestorationTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_SharpenTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_ShearTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_TextureTool_Plugin.so %%QT_PLUGINDIR%%/digikam/editor/Editor_WhiteBalanceTool_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Box_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Calendar_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_DNGConverter_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_DigitalScanner_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_DropBox_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ExpoBlending_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_FileCopy_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_FileTransfer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Flickr_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_GLViewer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_GeolocationEdit_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Google_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_HtmlGallery_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ImageShack_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_ImgUr_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_JAlbum_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MediaServer_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MediaWiki_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MetadataEdit_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_MjpegStream_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_OneDrive_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Panorama_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Pinterest_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Piwigo_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Presentation_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_PrintCreator_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Rajce_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SendByMail_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SlideShow_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_SmugMug_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_TextConverter_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_TimeAdjust_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Twitter_Plugin.so %%MEDIAPLAYER%%%%QT_PLUGINDIR%%/digikam/generic/Generic_VideoSlideShow_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_Wallpaper_Plugin.so %%QT_PLUGINDIR%%/digikam/generic/Generic_iNaturalist_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_ART_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_DarkTable_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_Native_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_RawTherapee_Plugin.so %%QT_PLUGINDIR%%/digikam/rawimport/RawImport_UFRaw_Plugin.so man/man1/cleanup_digikamdb.1.gz man/man1/digitaglinktree.1.gz share/applications/org.kde.digikam.desktop share/applications/org.kde.showfoto.desktop %%DATADIR%%/about/css/bootstrap-theme.min.css %%DATADIR%%/about/css/bootstrap.min.css %%DATADIR%%/about/css/digikam.css %%DATADIR%%/about/images/body-background.jpg %%DATADIR%%/about/images/top-left-digikam.png %%DATADIR%%/about/js/bootstrap.min.js %%DATADIR%%/about/js/digikam.js %%DATADIR%%/about/js/jquery.min.js %%DATADIR%%/about/main.html %%DATADIR%%/colorschemes/blackbody.colors %%DATADIR%%/colorschemes/colorcontrast.colors %%DATADIR%%/colorschemes/darkroom.colors %%DATADIR%%/colorschemes/fusiongray.colors %%DATADIR%%/colorschemes/graycard.colors %%DATADIR%%/colorschemes/highkey.colors %%DATADIR%%/colorschemes/lowkey.colors %%DATADIR%%/colorschemes/shadeofgray.colors %%DATADIR%%/colorschemes/sunsetcolor.colors %%DATADIR%%/colorschemes/whitebalance.colors %%DATADIR%%/data/assistant-enfuse.png %%DATADIR%%/data/assistant-hugin.png %%DATADIR%%/data/assistant-preprocessing.png %%DATADIR%%/data/assistant-stack.png %%DATADIR%%/data/assistant-tripod.png %%DATADIR%%/data/banner-digikam.png %%DATADIR%%/data/bluejean-texture.png %%DATADIR%%/data/bothhorz.png %%DATADIR%%/data/bothvert.png %%DATADIR%%/data/bricks-texture.png %%DATADIR%%/data/bricks2-texture.png %%DATADIR%%/data/burlap-texture.png %%DATADIR%%/data/canvas-texture.png %%DATADIR%%/data/cellwood-texture.png %%DATADIR%%/data/centerheight.png %%DATADIR%%/data/centerwidth.png %%DATADIR%%/data/chalk-pattern.png %%DATADIR%%/data/colors-chromablue.png %%DATADIR%%/data/colors-chromared.png %%DATADIR%%/data/colors-luma.png %%DATADIR%%/data/craters-pattern.png %%DATADIR%%/data/curvefree.png %%DATADIR%%/data/curvemooth.png %%DATADIR%%/data/dried-pattern.png %%DATADIR%%/data/duplicatebothhorz.png %%DATADIR%%/data/duplicatebothvert.png %%DATADIR%%/data/editimage.png %%DATADIR%%/data/exifinfo.png %%DATADIR%%/data/fabric-texture.png %%DATADIR%%/data/granit-pattern.png %%DATADIR%%/data/histogram-lin.png %%DATADIR%%/data/histogram-log.png %%DATADIR%%/data/histogram.png %%DATADIR%%/data/ice-pattern.png %%DATADIR%%/data/image-full.png %%DATADIR%%/data/image-selection.png %%DATADIR%%/data/leaf-pattern.png %%DATADIR%%/data/logo-beta.png %%DATADIR%%/data/logo-cimg.png %%DATADIR%%/data/logo-digikam.png -%%DATADIR%%/data/logo-exiv2.png %%DATADIR%%/data/logo-gphoto.png %%DATADIR%%/data/logo-lcms.png %%DATADIR%%/data/logo-piwigo.png %%DATADIR%%/data/lut3d/bleach.png %%DATADIR%%/data/lut3d/blue_crush.png %%DATADIR%%/data/lut3d/bw_contrast.png %%DATADIR%%/data/lut3d/instant.png %%DATADIR%%/data/lut3d/original.png %%DATADIR%%/data/lut3d/punch.png %%DATADIR%%/data/lut3d/summer.png %%DATADIR%%/data/lut3d/tokyo.png %%DATADIR%%/data/lut3d/vintage.png %%DATADIR%%/data/lut3d/washout.png %%DATADIR%%/data/lut3d/washout_color.png %%DATADIR%%/data/lut3d/x_process.png %%DATADIR%%/data/marble-pattern.png %%DATADIR%%/data/marble-texture.png %%DATADIR%%/data/marble2-texture.png %%DATADIR%%/data/metalwire-texture.png %%DATADIR%%/data/modern-texture.png %%DATADIR%%/data/moss-texture.png %%DATADIR%%/data/original.png %%DATADIR%%/data/paper-pattern.png %%DATADIR%%/data/paper-texture.png %%DATADIR%%/data/paper2-texture.png %%DATADIR%%/data/parque-pattern.png %%DATADIR%%/data/pine-pattern.png %%DATADIR%%/data/pink-pattern.png %%DATADIR%%/data/process-working.png %%DATADIR%%/data/rain-pattern.png %%DATADIR%%/data/rock-pattern.png %%DATADIR%%/data/sample-aix.png %%DATADIR%%/data/splash-digikam.png %%DATADIR%%/data/stone-pattern.png %%DATADIR%%/data/stone-texture.png %%DATADIR%%/data/target.png %%DATADIR%%/data/togglemouseover.png %%DATADIR%%/data/wall-pattern.png %%DATADIR%%/data/wall-texture.png %%DATADIR%%/data/wood-pattern.png %%DATADIR%%/database/dbconfig.xml %%DATADIR%%/database/mysql-global.conf %%FACEDETECT%%%%DATADIR%%/facesengine/deploy.prototxt %%FACEDETECT%%%%DATADIR%%/facesengine/openface_nn4.small2.v1.t7 %%FACEDETECT%%%%DATADIR%%/facesengine/res10_300x300_ssd_iter_140000_fp16.caffemodel %%FACEDETECT%%%%DATADIR%%/facesengine/shapepredictor.dat %%FACEDETECT%%%%DATADIR%%/facesengine/weights_inceptionv3_299.pb %%FACEDETECT%%%%DATADIR%%/facesengine/yolov3-face.cfg %%FACEDETECT%%%%DATADIR%%/facesengine/yolov3-wider_16000.weights %%DATADIR%%/geoiface/backend-googlemaps-js.js %%DATADIR%%/geoiface/backend-googlemaps.html %%DATADIR%%/geoiface/cluster-circle-00ff00-selected.png %%DATADIR%%/geoiface/cluster-circle-00ff00-someselected.png %%DATADIR%%/geoiface/cluster-circle-00ff00.png %%DATADIR%%/geoiface/cluster-circle-00ffff-selected.png %%DATADIR%%/geoiface/cluster-circle-00ffff-someselected.png %%DATADIR%%/geoiface/cluster-circle-00ffff.png %%DATADIR%%/geoiface/cluster-circle-ff0000-selected.png %%DATADIR%%/geoiface/cluster-circle-ff0000-someselected.png %%DATADIR%%/geoiface/cluster-circle-ff0000.png %%DATADIR%%/geoiface/cluster-circle-ff7f00-selected.png %%DATADIR%%/geoiface/cluster-circle-ff7f00-someselected.png %%DATADIR%%/geoiface/cluster-circle-ff7f00.png %%DATADIR%%/geoiface/cluster-circle-ffff00-selected.png %%DATADIR%%/geoiface/cluster-circle-ffff00-someselected.png %%DATADIR%%/geoiface/cluster-circle-ffff00.png %%DATADIR%%/geoiface/marker-00ff00-selected.png %%DATADIR%%/geoiface/marker-00ff00-someselected.png %%DATADIR%%/geoiface/marker-00ff00.png %%DATADIR%%/geoiface/marker-00ffff-selected.png %%DATADIR%%/geoiface/marker-00ffff-someselected.png %%DATADIR%%/geoiface/marker-00ffff.png %%DATADIR%%/geoiface/marker-ff0000-selected.png %%DATADIR%%/geoiface/marker-ff0000-someselected.png %%DATADIR%%/geoiface/marker-ff0000.png %%DATADIR%%/geoiface/marker-ff7f00-selected.png %%DATADIR%%/geoiface/marker-ff7f00-someselected.png %%DATADIR%%/geoiface/marker-ff7f00.png %%DATADIR%%/geoiface/marker-ffff00-selected.png %%DATADIR%%/geoiface/marker-ffff00-someselected.png %%DATADIR%%/geoiface/marker-ffff00.png %%DATADIR%%/geoiface/marker-icon-16x16.png %%DATADIR%%/geolocationedit/bookmarks-marker.png %%DATADIR%%/geolocationedit/searchmarker-normal.png %%DATADIR%%/geolocationedit/searchmarker-selected.png %%DATADIR%%/metadata/darktable.dkamp %%DATADIR%%/metadata/digikam.dkamp %%DATADIR%%/metadata/topicset.iptc-subjectcode.xml %%DATADIR%%/profiles/compatibleWithAdobeRGB1998.icc %%DATADIR%%/profiles/prophoto.icm %%DATADIR%%/profiles/srgb-d65.icm %%DATADIR%%/profiles/widegamut.icm %%DATADIR%%/templates/1_photo_10.5x14.8cm.desktop %%DATADIR%%/templates/1_photo_10x15cm.desktop %%DATADIR%%/templates/1_photo_20x25cm.desktop %%DATADIR%%/templates/1_photo_4x6_2_photos_2x3.desktop %%DATADIR%%/templates/1_photo_5x7_corner.desktop %%DATADIR%%/templates/1_photo_8x10.desktop %%DATADIR%%/templates/1_photo_9x13cm.desktop %%DATADIR%%/templates/2_photos_13x18cm.desktop %%DATADIR%%/templates/2_photos_4x6.desktop %%DATADIR%%/templates/2_photos_5x7.desktop %%DATADIR%%/templates/3_photos_10x15cm.desktop %%DATADIR%%/templates/3_photos_4x6.desktop %%DATADIR%%/templates/4_photos_10x13.33cm.desktop %%DATADIR%%/templates/4_photos_2.5x3.5.desktop %%DATADIR%%/templates/4_photos_3.5x5.desktop %%DATADIR%%/templates/4_photos_4.5x5cm.desktop %%DATADIR%%/templates/4_photos_9x13cm.desktop %%DATADIR%%/templates/4x6Album.desktop %%DATADIR%%/templates/6_photos_3.5x4.5cm.desktop %%DATADIR%%/templates/6_photos_3.5x4cm.desktop %%DATADIR%%/templates/8_photos_6x9cm.desktop %%DATADIR%%/templates/Album-Collage.desktop %%DATADIR%%/templates/Album-Collage1.desktop %%DATADIR%%/templates/Album_10x15cm.desktop %%DATADIR%%/templates/Album_11.5x15cm.desktop %%DATADIR%%/templates/FullPage.desktop %%DATADIR%%/templates/Photoframe.desktop %%DATADIR%%/templates/TEMPLATE_HOWTO %%DATADIR%%/templates/Thumbnails_5x4.desktop %%DATADIR%%/templates/Thumbnails_6x5.desktop %%DATADIR%%/templates/templates.xml %%DATADIR%%/themes/THEME_HOWTO %%DATADIR%%/themes/bluecurved/bluecurved.desktop %%DATADIR%%/themes/bluecurved/body.png %%DATADIR%%/themes/bluecurved/document-save.png %%DATADIR%%/themes/bluecurved/go-next.png %%DATADIR%%/themes/bluecurved/go-previous.png %%DATADIR%%/themes/bluecurved/go-top.png %%DATADIR%%/themes/bluecurved/gohome.png %%DATADIR%%/themes/bluecurved/left.png %%DATADIR%%/themes/bluecurved/preview.png %%DATADIR%%/themes/bluecurved/style.css %%DATADIR%%/themes/bluecurved/template.xsl %%DATADIR%%/themes/bluecurved/vide.png %%DATADIR%%/themes/blueframes/blueframes.desktop %%DATADIR%%/themes/blueframes/preview.png %%DATADIR%%/themes/blueframes/style.css %%DATADIR%%/themes/blueframes/template.xsl %%DATADIR%%/themes/classic/classic.desktop %%DATADIR%%/themes/classic/gohome.png %%DATADIR%%/themes/classic/preview.png %%DATADIR%%/themes/classic/template.xsl %%DATADIR%%/themes/classic/up.png %%DATADIR%%/themes/cleanframes/black.css %%DATADIR%%/themes/cleanframes/blue.css %%DATADIR%%/themes/cleanframes/brown.css %%DATADIR%%/themes/cleanframes/cleanframes.desktop %%DATADIR%%/themes/cleanframes/green.css %%DATADIR%%/themes/cleanframes/lavender.css %%DATADIR%%/themes/cleanframes/pink.css %%DATADIR%%/themes/cleanframes/preview.png %%DATADIR%%/themes/cleanframes/red.css %%DATADIR%%/themes/cleanframes/star.png %%DATADIR%%/themes/cleanframes/template.xsl %%DATADIR%%/themes/cleanframes/yellow.css %%DATADIR%%/themes/dateframes/dateframes.desktop %%DATADIR%%/themes/dateframes/preview.png %%DATADIR%%/themes/dateframes/template.xsl %%DATADIR%%/themes/details/details.desktop %%DATADIR%%/themes/details/next.png %%DATADIR%%/themes/details/next_disabled.png %%DATADIR%%/themes/details/preview.png %%DATADIR%%/themes/details/previous.png %%DATADIR%%/themes/details/previous_disabled.png %%DATADIR%%/themes/details/style.css %%DATADIR%%/themes/details/template.xsl %%DATADIR%%/themes/details/up.png %%DATADIR%%/themes/elegant/elegant.desktop %%DATADIR%%/themes/elegant/preview.png %%DATADIR%%/themes/elegant/resources/css/dark.css %%DATADIR%%/themes/elegant/resources/css/lytebox.css %%DATADIR%%/themes/elegant/resources/css/master.css %%DATADIR%%/themes/elegant/resources/css/natural.css %%DATADIR%%/themes/elegant/resources/images/close_blue.png %%DATADIR%%/themes/elegant/resources/images/close_gold.png %%DATADIR%%/themes/elegant/resources/images/close_green.png %%DATADIR%%/themes/elegant/resources/images/close_grey.png %%DATADIR%%/themes/elegant/resources/images/close_red.png %%DATADIR%%/themes/elegant/resources/images/loading.gif %%DATADIR%%/themes/elegant/resources/images/next_blue.gif %%DATADIR%%/themes/elegant/resources/images/next_gold.gif %%DATADIR%%/themes/elegant/resources/images/next_green.gif %%DATADIR%%/themes/elegant/resources/images/next_grey.gif %%DATADIR%%/themes/elegant/resources/images/next_red.gif %%DATADIR%%/themes/elegant/resources/images/pause_blue.png %%DATADIR%%/themes/elegant/resources/images/pause_gold.png %%DATADIR%%/themes/elegant/resources/images/pause_green.png %%DATADIR%%/themes/elegant/resources/images/pause_grey.png %%DATADIR%%/themes/elegant/resources/images/pause_red.png %%DATADIR%%/themes/elegant/resources/images/play_blue.png %%DATADIR%%/themes/elegant/resources/images/play_gold.png %%DATADIR%%/themes/elegant/resources/images/play_green.png %%DATADIR%%/themes/elegant/resources/images/play_grey.png %%DATADIR%%/themes/elegant/resources/images/play_red.png %%DATADIR%%/themes/elegant/resources/images/prev_blue.gif %%DATADIR%%/themes/elegant/resources/images/prev_gold.gif %%DATADIR%%/themes/elegant/resources/images/prev_green.gif %%DATADIR%%/themes/elegant/resources/images/prev_grey.gif %%DATADIR%%/themes/elegant/resources/images/prev_red.gif %%DATADIR%%/themes/elegant/resources/js/lytebox.js %%DATADIR%%/themes/elegant/template.xsl %%DATADIR%%/themes/floatingcards/back.png %%DATADIR%%/themes/floatingcards/floatingcards.desktop %%DATADIR%%/themes/floatingcards/forward.png %%DATADIR%%/themes/floatingcards/image_nav.js %%DATADIR%%/themes/floatingcards/next.png %%DATADIR%%/themes/floatingcards/prev.png %%DATADIR%%/themes/floatingcards/preview.png %%DATADIR%%/themes/floatingcards/style.css %%DATADIR%%/themes/floatingcards/template.xsl %%DATADIR%%/themes/floatingcards/up.png %%DATADIR%%/themes/frames/frames.desktop %%DATADIR%%/themes/frames/preview.png %%DATADIR%%/themes/frames/style.css %%DATADIR%%/themes/frames/template.xsl %%DATADIR%%/themes/html5responsive/README %%DATADIR%%/themes/html5responsive/html5responsive.desktop %%DATADIR%%/themes/html5responsive/preview.png %%DATADIR%%/themes/html5responsive/resources/css/basic.css %%DATADIR%%/themes/html5responsive/resources/css/brownCard.css %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.css %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.png %%DATADIR%%/themes/html5responsive/resources/css/default-skin/default-skin.svg %%DATADIR%%/themes/html5responsive/resources/css/default-skin/preloader.gif %%DATADIR%%/themes/html5responsive/resources/css/feed.css %%DATADIR%%/themes/html5responsive/resources/css/fundament.css %%DATADIR%%/themes/html5responsive/resources/css/lightbox.css %%DATADIR%%/themes/html5responsive/resources/css/photoswipe.css %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/brownCard.png %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/brownCardAlbum.jpg %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/photoCorners.png %%DATADIR%%/themes/html5responsive/resources/images/BrownCard/roughPhotoCard.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Contact_corners.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Large_contact.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/LightBox_topless.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Lightbox_top.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/Monochrome-strip.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SafetyFilm-strip.jpg %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_landscape.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_portrait.png %%DATADIR%%/themes/html5responsive/resources/images/Lightbox/SlideFrame_square.png %%DATADIR%%/themes/html5responsive/resources/js/photoswipe-ui-default.min.js %%DATADIR%%/themes/html5responsive/resources/js/photoswipe.min.js %%DATADIR%%/themes/html5responsive/resources/xslt/convertNewlinesToHtmlBreaksTemplate.xsl %%DATADIR%%/themes/html5responsive/resources/xslt/xmlJsEscapeTemplate.xsl %%DATADIR%%/themes/html5responsive/template.xsl %%DATADIR%%/themes/matrix/bg.png %%DATADIR%%/themes/matrix/matrix.desktop %%DATADIR%%/themes/matrix/preview.png %%DATADIR%%/themes/matrix/style.css %%DATADIR%%/themes/matrix/template.xsl %%DATADIR%%/themes/s0/arrows_source.svg %%DATADIR%%/themes/s0/next.png %%DATADIR%%/themes/s0/next_disabled.png %%DATADIR%%/themes/s0/preview.png %%DATADIR%%/themes/s0/previous.png %%DATADIR%%/themes/s0/previous_disabled.png %%DATADIR%%/themes/s0/s0.desktop %%DATADIR%%/themes/s0/style.css %%DATADIR%%/themes/s0/template.xsl %%DATADIR%%/themes/s0/up.png %%DATADIR%%/themes/simple/dark.css %%DATADIR%%/themes/simple/natural.css %%DATADIR%%/themes/simple/preview.png %%DATADIR%%/themes/simple/simple.desktop %%DATADIR%%/themes/simple/template.xsl %%DATADIR%%/themes/simplerounded/niftyCorners.css %%DATADIR%%/themes/simplerounded/niftycube.js %%DATADIR%%/themes/simplerounded/preview.png %%DATADIR%%/themes/simplerounded/simplerounded.desktop %%DATADIR%%/themes/simplerounded/template.xsl %%DATADIR%%/themes/simpleslides/preview.png %%DATADIR%%/themes/simpleslides/simpleslides.desktop %%DATADIR%%/themes/simpleslides/template.xsl %%DATADIR%%/themes/snow/next.png %%DATADIR%%/themes/snow/next.svg %%DATADIR%%/themes/snow/next_disabled.png %%DATADIR%%/themes/snow/preview.png %%DATADIR%%/themes/snow/previous.png %%DATADIR%%/themes/snow/previous_disabled.png %%DATADIR%%/themes/snow/snow.desktop %%DATADIR%%/themes/snow/style.css %%DATADIR%%/themes/snow/template.xsl %%DATADIR%%/themes/vanilla/preview.png %%DATADIR%%/themes/vanilla/resources/css/charcoal.css %%DATADIR%%/themes/vanilla/resources/css/dusk.css %%DATADIR%%/themes/vanilla/resources/css/graphite.css %%DATADIR%%/themes/vanilla/resources/css/ice_blue.css %%DATADIR%%/themes/vanilla/resources/css/ie6.css %%DATADIR%%/themes/vanilla/resources/css/ie7.css %%DATADIR%%/themes/vanilla/resources/css/ivory.css %%DATADIR%%/themes/vanilla/resources/css/light_grey.css %%DATADIR%%/themes/vanilla/resources/css/lytebox.css %%DATADIR%%/themes/vanilla/resources/css/master.css %%DATADIR%%/themes/vanilla/resources/css/midnight.css %%DATADIR%%/themes/vanilla/resources/css/white_on_black.css %%DATADIR%%/themes/vanilla/resources/images/close_blue.png %%DATADIR%%/themes/vanilla/resources/images/close_gold.png %%DATADIR%%/themes/vanilla/resources/images/close_green.png %%DATADIR%%/themes/vanilla/resources/images/close_grey.png %%DATADIR%%/themes/vanilla/resources/images/close_red.png %%DATADIR%%/themes/vanilla/resources/images/loading.gif %%DATADIR%%/themes/vanilla/resources/images/next_blue.gif %%DATADIR%%/themes/vanilla/resources/images/next_gold.gif %%DATADIR%%/themes/vanilla/resources/images/next_green.gif %%DATADIR%%/themes/vanilla/resources/images/next_grey.gif %%DATADIR%%/themes/vanilla/resources/images/next_red.gif %%DATADIR%%/themes/vanilla/resources/images/pause_blue.png %%DATADIR%%/themes/vanilla/resources/images/pause_gold.png %%DATADIR%%/themes/vanilla/resources/images/pause_green.png %%DATADIR%%/themes/vanilla/resources/images/pause_grey.png %%DATADIR%%/themes/vanilla/resources/images/pause_red.png %%DATADIR%%/themes/vanilla/resources/images/play_blue.png %%DATADIR%%/themes/vanilla/resources/images/play_gold.png %%DATADIR%%/themes/vanilla/resources/images/play_green.png %%DATADIR%%/themes/vanilla/resources/images/play_grey.png %%DATADIR%%/themes/vanilla/resources/images/play_red.png %%DATADIR%%/themes/vanilla/resources/images/prev_blue.gif %%DATADIR%%/themes/vanilla/resources/images/prev_gold.gif %%DATADIR%%/themes/vanilla/resources/images/prev_green.gif %%DATADIR%%/themes/vanilla/resources/images/prev_grey.gif %%DATADIR%%/themes/vanilla/resources/images/prev_red.gif %%DATADIR%%/themes/vanilla/resources/js/lytebox.js %%DATADIR%%/themes/vanilla/resources/js/pngfix.js %%DATADIR%%/themes/vanilla/resources/misc/shadow-grid.gif %%DATADIR%%/themes/vanilla/resources/misc/shadow.png %%DATADIR%%/themes/vanilla/template.xsl %%DATADIR%%/themes/vanilla/vanilla.desktop %%DATADIR%%/utils/digikam-camera share/icons/hicolor/128x128/apps/avplayer.png share/icons/hicolor/128x128/apps/digikam.png share/icons/hicolor/128x128/apps/expoblending.png share/icons/hicolor/128x128/apps/panorama.png share/icons/hicolor/128x128/apps/showfoto.png share/icons/hicolor/16x16/apps/avplayer.png share/icons/hicolor/16x16/apps/digikam.png share/icons/hicolor/16x16/apps/dk-box.png share/icons/hicolor/16x16/apps/dk-dropbox.png share/icons/hicolor/16x16/apps/dk-flickr.png share/icons/hicolor/16x16/apps/dk-googledrive.png share/icons/hicolor/16x16/apps/dk-googlephoto.png share/icons/hicolor/16x16/apps/dk-imageshack.png share/icons/hicolor/16x16/apps/dk-imgur.png share/icons/hicolor/16x16/apps/dk-inat.png share/icons/hicolor/16x16/apps/dk-mediawiki.png share/icons/hicolor/16x16/apps/dk-onedrive.png share/icons/hicolor/16x16/apps/dk-pinterest.png share/icons/hicolor/16x16/apps/dk-piwigo.png share/icons/hicolor/16x16/apps/dk-rajce.png share/icons/hicolor/16x16/apps/dk-smugmug.png share/icons/hicolor/16x16/apps/expoblending.png share/icons/hicolor/16x16/apps/panorama.png share/icons/hicolor/16x16/apps/showfoto.png share/icons/hicolor/22x22/apps/avplayer.png share/icons/hicolor/22x22/apps/digikam.png share/icons/hicolor/22x22/apps/dk-box.png share/icons/hicolor/22x22/apps/dk-dropbox.png share/icons/hicolor/22x22/apps/dk-flickr.png share/icons/hicolor/22x22/apps/dk-googledrive.png share/icons/hicolor/22x22/apps/dk-googlephoto.png share/icons/hicolor/22x22/apps/dk-imageshack.png share/icons/hicolor/22x22/apps/dk-imgur.png share/icons/hicolor/22x22/apps/dk-inat.png share/icons/hicolor/22x22/apps/dk-mediawiki.png share/icons/hicolor/22x22/apps/dk-onedrive.png share/icons/hicolor/22x22/apps/dk-pinterest.png share/icons/hicolor/22x22/apps/dk-piwigo.png share/icons/hicolor/22x22/apps/dk-rajce.png share/icons/hicolor/22x22/apps/dk-smugmug.png share/icons/hicolor/22x22/apps/expoblending.png share/icons/hicolor/22x22/apps/panorama.png share/icons/hicolor/22x22/apps/showfoto.png share/icons/hicolor/256x256/apps/avplayer.png share/icons/hicolor/256x256/apps/digikam.png share/icons/hicolor/256x256/apps/showfoto.png share/icons/hicolor/32x32/actions/albumfolder-importdir.png share/icons/hicolor/32x32/actions/albumfolder-importimages.png share/icons/hicolor/32x32/actions/albumfolder-new.png share/icons/hicolor/32x32/actions/albumfolder-properties.png share/icons/hicolor/32x32/actions/overexposure.png share/icons/hicolor/32x32/actions/tag-addresbook.png share/icons/hicolor/32x32/actions/tag-assigned.png share/icons/hicolor/32x32/actions/tag-delete.png share/icons/hicolor/32x32/actions/tag-events.png share/icons/hicolor/32x32/actions/tag-folder.png share/icons/hicolor/32x32/actions/tag-new.png share/icons/hicolor/32x32/actions/tag-people.png share/icons/hicolor/32x32/actions/tag-places.png share/icons/hicolor/32x32/actions/tag-properties.png share/icons/hicolor/32x32/actions/tag-recents.png share/icons/hicolor/32x32/actions/tag-reset.png share/icons/hicolor/32x32/actions/tag.png share/icons/hicolor/32x32/actions/underexposure.png share/icons/hicolor/32x32/apps/avplayer.png share/icons/hicolor/32x32/apps/digikam.png share/icons/hicolor/32x32/apps/dk-box.png share/icons/hicolor/32x32/apps/dk-dropbox.png share/icons/hicolor/32x32/apps/dk-flickr.png share/icons/hicolor/32x32/apps/dk-googledrive.png share/icons/hicolor/32x32/apps/dk-googlephoto.png share/icons/hicolor/32x32/apps/dk-imageshack.png share/icons/hicolor/32x32/apps/dk-imgur.png share/icons/hicolor/32x32/apps/dk-inat.png share/icons/hicolor/32x32/apps/dk-mediawiki.png share/icons/hicolor/32x32/apps/dk-onedrive.png share/icons/hicolor/32x32/apps/dk-pinterest.png share/icons/hicolor/32x32/apps/dk-piwigo.png share/icons/hicolor/32x32/apps/dk-rajce.png share/icons/hicolor/32x32/apps/dk-smugmug.png share/icons/hicolor/32x32/apps/expoblending.png share/icons/hicolor/32x32/apps/panorama.png share/icons/hicolor/32x32/apps/showfoto.png share/icons/hicolor/48x48/apps/avplayer.png share/icons/hicolor/48x48/apps/digikam.png share/icons/hicolor/48x48/apps/dk-box.png share/icons/hicolor/48x48/apps/dk-dropbox.png share/icons/hicolor/48x48/apps/dk-flickr.png share/icons/hicolor/48x48/apps/dk-googledrive.png share/icons/hicolor/48x48/apps/dk-googlephoto.png share/icons/hicolor/48x48/apps/dk-imageshack.png share/icons/hicolor/48x48/apps/dk-imgur.png share/icons/hicolor/48x48/apps/dk-inat.png share/icons/hicolor/48x48/apps/dk-mediawiki.png share/icons/hicolor/48x48/apps/dk-onedrive.png share/icons/hicolor/48x48/apps/dk-pinterest.png share/icons/hicolor/48x48/apps/dk-piwigo.png share/icons/hicolor/48x48/apps/dk-rajce.png share/icons/hicolor/48x48/apps/dk-smugmug.png share/icons/hicolor/48x48/apps/expoblending.png share/icons/hicolor/48x48/apps/panorama.png share/icons/hicolor/48x48/apps/showfoto.png share/icons/hicolor/64x64/apps/avplayer.png share/icons/hicolor/64x64/apps/digikam.png share/icons/hicolor/64x64/apps/showfoto.png share/icons/hicolor/96x96/apps/expoblending.png share/icons/hicolor/96x96/apps/panorama.png share/icons/hicolor/scalable/apps/avplayer.svgz share/icons/hicolor/scalable/apps/digikam.svgz share/icons/hicolor/scalable/apps/dk-flickr.svgz share/icons/hicolor/scalable/apps/dk-googlephoto.svgz share/icons/hicolor/scalable/apps/dk-imgur.svgz share/icons/hicolor/scalable/apps/dk-mediawiki.svgz share/icons/hicolor/scalable/apps/dk-piwigo.svgz share/icons/hicolor/scalable/apps/dk-smugmug.svgz share/icons/hicolor/scalable/apps/panorama.svgz share/icons/hicolor/scalable/apps/showfoto.svgz share/knotifications5/digikam.notifyrc share/kxmlgui5/digikam/digikamui5.rc share/kxmlgui5/digikam/imageeditorui5.rc share/kxmlgui5/digikam/importui5.rc share/kxmlgui5/digikam/lighttablewindowui5.rc share/kxmlgui5/digikam/queuemgrwindowui5.rc share/kxmlgui5/showfoto/showfotoui5.rc %%NLS%%share/locale/ar/LC_MESSAGES/digikam.mo %%NLS%%share/locale/be/LC_MESSAGES/digikam.mo %%NLS%%share/locale/bg/LC_MESSAGES/digikam.mo %%NLS%%share/locale/bs/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ca/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/digikam.mo %%NLS%%share/locale/cs/LC_MESSAGES/digikam.mo %%NLS%%share/locale/da/LC_MESSAGES/digikam.mo %%NLS%%share/locale/de/LC_MESSAGES/digikam.mo %%NLS%%share/locale/el/LC_MESSAGES/digikam.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/digikam.mo %%NLS%%share/locale/eo/LC_MESSAGES/digikam.mo %%NLS%%share/locale/es/LC_MESSAGES/digikam.mo %%NLS%%share/locale/et/LC_MESSAGES/digikam.mo %%NLS%%share/locale/eu/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fa/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/fr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ga/LC_MESSAGES/digikam.mo %%NLS%%share/locale/gl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/he/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hne/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/hu/LC_MESSAGES/digikam.mo %%NLS%%share/locale/id/LC_MESSAGES/digikam.mo %%NLS%%share/locale/is/LC_MESSAGES/digikam.mo %%NLS%%share/locale/it/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ja/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ka/LC_MESSAGES/digikam.mo %%NLS%%share/locale/km/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ko/LC_MESSAGES/digikam.mo %%NLS%%share/locale/lt/LC_MESSAGES/digikam.mo %%NLS%%share/locale/lv/LC_MESSAGES/digikam.mo %%NLS%%share/locale/mai/LC_MESSAGES/digikam.mo %%NLS%%share/locale/mr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ms/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nb/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nds/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ne/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/nn/LC_MESSAGES/digikam.mo %%NLS%%share/locale/oc/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pa/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pt/LC_MESSAGES/digikam.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ro/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ru/LC_MESSAGES/digikam.mo %%NLS%%share/locale/se/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sk/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sl/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sq/LC_MESSAGES/digikam.mo %%NLS%%share/locale/sv/LC_MESSAGES/digikam.mo %%NLS%%share/locale/th/LC_MESSAGES/digikam.mo %%NLS%%share/locale/tr/LC_MESSAGES/digikam.mo %%NLS%%share/locale/ug/LC_MESSAGES/digikam.mo %%NLS%%share/locale/uk/LC_MESSAGES/digikam.mo %%NLS%%share/locale/vi/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/digikam.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/digikam.mo share/metainfo/org.kde.digikam.appdata.xml share/metainfo/org.kde.showfoto.appdata.xml share/showfoto/data/banner-showfoto.png share/showfoto/data/logo-showfoto.png share/showfoto/data/splash-showfoto.png share/solid/actions/digikam-opencamera.desktop