update to 0.7.4

This commit is contained in:
espie 2005-09-11 10:03:26 +00:00
parent 3802afdcd2
commit ac95ef5f08
9 changed files with 594 additions and 565 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2005/04/19 10:55:24 espie Exp $ # $OpenBSD: Makefile,v 1.3 2005/09/11 10:03:27 espie Exp $
COMMENT= "plugins for digikam" COMMENT= "plugins for digikam"
CATEGORIES= graphics x11 x11/kde CATEGORIES= graphics x11 x11/kde
DISTNAME= digikamimageplugins-0.7.2 DISTNAME= digikamimageplugins-0.7.4
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://extragear.kde.org/apps/kipi/ HOMEPAGE= http://extragear.kde.org/apps/kipi/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/}

View File

@ -1,4 +1,4 @@
MD5 (digikamimageplugins-0.7.2.tar.bz2) = ff3d2da71168b7e2f166b450fe8053e2 MD5 (digikamimageplugins-0.7.4.tar.bz2) = 5ea3c0dd6e6f1eb99211e75d0bf17d3d
RMD160 (digikamimageplugins-0.7.2.tar.bz2) = 569b31f0b0f09bac6a43d88edb52e48d2248ca0c RMD160 (digikamimageplugins-0.7.4.tar.bz2) = ee885de525485eef3489b340e292d803cd8acd2f
SHA1 (digikamimageplugins-0.7.2.tar.bz2) = d98d90b03aabc317b26f48fc1a70341bcb83029e SHA1 (digikamimageplugins-0.7.4.tar.bz2) = 01635d4a89c7e121bca0e156d3a7ca84d8c7119f
SIZE (digikamimageplugins-0.7.2.tar.bz2) = 12805582 SIZE (digikamimageplugins-0.7.4.tar.bz2) = 2341192

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.2 2005/04/19 10:55:24 espie Exp $ # $OpenBSD: Makefile,v 1.3 2005/09/11 10:03:26 espie Exp $
COMMENT= "digital image kde application" COMMENT= "digital image kde application"
CATEGORIES= graphics x11 x11/kde CATEGORIES= graphics x11 x11/kde
DISTNAME= digikam-0.7.2 V= 0.7.4
EXTRACT_SUFX= .tar.bz2 DISTNAME= digikam-$V
HOMEPAGE= http://extragear.kde.org/apps/kipi/ HOMEPAGE= http://extragear.kde.org/apps/kipi/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/}
DISTFILES= ${DISTNAME}.tar.bz2
SHARED_ONLY=Yes SHARED_ONLY=Yes
LIB_DEPENDS+= lib/qt3/qt-mt.3.33::x11/qt3,mt \ LIB_DEPENDS+= lib/qt3/qt-mt.3.33::x11/qt3,mt \

View File

@ -1,4 +1,4 @@
MD5 (digikam-0.7.2.tar.bz2) = c4573ae34c87b41efad4e69f983c36b9 MD5 (digikam-0.7.4.tar.bz2) = 3df53700ff78caca60cab4ea4116c7c5
RMD160 (digikam-0.7.2.tar.bz2) = 88d472e1daabb3135bc1bbffd1803f1ca98c5ab1 RMD160 (digikam-0.7.4.tar.bz2) = c69b2b90ec56cf5e3f536b017db2310e325927b8
SHA1 (digikam-0.7.2.tar.bz2) = a571fc52f06b76258765cda6d64d9f148f5d2c07 SHA1 (digikam-0.7.4.tar.bz2) = abbd313517786c0a710c0faffc0a0d9f2771f641
SIZE (digikam-0.7.2.tar.bz2) = 11145384 SIZE (digikam-0.7.4.tar.bz2) = 2322119

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-digikam_showfoto_Makefile_am,v 1.1 2005/09/11 10:03:26 espie Exp $
--- digikam/showfoto/Makefile.am.orig Sun Sep 11 09:44:05 2005
+++ digikam/showfoto/Makefile.am Sun Sep 11 09:45:26 2005
@@ -19,7 +19,8 @@ showfoto_LDADD = $(LIB_QT) $(LIB_KDECO
$(top_builddir)/digikam/libs/histogram/libhistogram.la \
$(top_builddir)/digikam/libs/widgets/libwidgets.la \
$(top_builddir)/digikam/utilities/splashscreen/libsplashscreen.la \
- $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la
+ $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la \
+ $(top_builddir)/digikam/digikam/libdigikam.la
showfoto_LDFLAGS = $(KDE_RPATH) $(all_libraries)

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-digikam_showfoto_Makefile_in,v 1.1 2005/09/11 10:03:27 espie Exp $
--- digikam/showfoto/Makefile.in.orig Sun Sep 11 09:44:05 2005
+++ digikam/showfoto/Makefile.in Sun Sep 11 09:45:31 2005
@@ -399,7 +399,8 @@ showfoto_LDADD = $(LIB_QT) $(LIB_KDECORE
$(top_builddir)/digikam/libs/histogram/libhistogram.la \
$(top_builddir)/digikam/libs/widgets/libwidgets.la \
$(top_builddir)/digikam/utilities/splashscreen/libsplashscreen.la \
- $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la
+ $(top_builddir)/digikam/libs/thumbbar/libthumbbar.la \
+ $(top_builddir)/digikam/digikam/libdigikam.la
showfoto_LDFLAGS = $(KDE_RPATH) $(all_libraries)
#>- METASOURCES = AUTO

View File

@ -12,3 +12,5 @@ plugins.
Digikam can also make use of the KIPI image handling plugins to Digikam can also make use of the KIPI image handling plugins to
extend its capabilities even further. The kipi-plugins package extend its capabilities even further. The kipi-plugins package
contains many useful extensions. contains many useful extensions.
Most of the documentation now comes as a separate package: digikam-doc

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/09 21:51:14 espie Exp $ @comment $OpenBSD: PLIST,v 1.2 2005/09/11 10:03:27 espie Exp $
bin/digikam bin/digikam
bin/showfoto bin/showfoto
include/digikam/ include/digikam/
include/digikam/colorgradientwidget.h include/digikam/colorgradientwidget.h
include/digikam/curveswidget.h
include/digikam/histogramwidget.h include/digikam/histogramwidget.h
include/digikam/imagecurves.h include/digikam/imagecurves.h
include/digikam/imagefilters.h include/digikam/imagefilters.h
@ -16,7 +17,8 @@ include/digikam/imagepreviewwidget.h
include/digikam/imageregionwidget.h include/digikam/imageregionwidget.h
include/digikam/imageselectionwidget.h include/digikam/imageselectionwidget.h
include/digikam/imagewidget.h include/digikam/imagewidget.h
${KDE}/ include/digikam/thumbbar.h
include/digikam_export.h
${KDE}/digikamimageplugin_core.la ${KDE}/digikamimageplugin_core.la
${KDE}/digikamimageplugin_core.so ${KDE}/digikamimageplugin_core.so
${KDE}/kio_digikamio.la ${KDE}/kio_digikamio.la
@ -27,16 +29,23 @@ ${KDE}/kio_digikamthumbnail.la
${KDE}/kio_digikamthumbnail.so ${KDE}/kio_digikamthumbnail.so
lib/libdigikam.la lib/libdigikam.la
@lib lib/libdigikam.so.0.0 @lib lib/libdigikam.so.0.0
share/applications/
share/applications/kde/
share/applications/kde/showfoto.desktop share/applications/kde/showfoto.desktop
share/applnk/ share/applnk/
share/applnk/Graphics/ share/applnk/Graphics/
share/applnk/Graphics/digikam.desktop share/applnk/Graphics/digikam.desktop
share/apps/
share/apps/digikam/ share/apps/digikam/
share/apps/digikam/data/ share/apps/digikam/data/
share/apps/digikam/data/browntone.png
share/apps/digikam/data/bwgreen.png
share/apps/digikam/data/bworange.png
share/apps/digikam/data/bwred.png
share/apps/digikam/data/bwyellow.png
share/apps/digikam/data/coldtone.png
share/apps/digikam/data/image_broken.png share/apps/digikam/data/image_broken.png
share/apps/digikam/data/neutralbw.png
share/apps/digikam/data/platinum.png
share/apps/digikam/data/selenium.png
share/apps/digikam/data/sepia.png
share/apps/digikam/digikam-splash.png share/apps/digikam/digikam-splash.png
share/apps/digikam/digikamimageplugin_core_ui.rc share/apps/digikam/digikamimageplugin_core_ui.rc
share/apps/digikam/digikamimagewindowui.rc share/apps/digikam/digikamimagewindowui.rc
@ -46,33 +55,28 @@ share/apps/digikam/icons/hicolor/
share/apps/digikam/icons/hicolor/32x32/ share/apps/digikam/icons/hicolor/32x32/
share/apps/digikam/icons/hicolor/32x32/actions/ share/apps/digikam/icons/hicolor/32x32/actions/
share/apps/digikam/icons/hicolor/32x32/actions/addimagefolder.png share/apps/digikam/icons/hicolor/32x32/actions/addimagefolder.png
share/apps/digikam/icons/hicolor/32x32/actions/adjustbcg.png
share/apps/digikam/icons/hicolor/32x32/actions/adjusthsl.png share/apps/digikam/icons/hicolor/32x32/actions/adjusthsl.png
share/apps/digikam/icons/hicolor/32x32/actions/adjustrgb.png share/apps/digikam/icons/hicolor/32x32/actions/adjustrgb.png
share/apps/digikam/icons/hicolor/32x32/actions/albumfoldercomment.png share/apps/digikam/icons/hicolor/32x32/actions/albumfoldercomment.png
share/apps/digikam/icons/hicolor/32x32/actions/albumfoldernew.png share/apps/digikam/icons/hicolor/32x32/actions/albumfoldernew.png
share/apps/digikam/icons/hicolor/32x32/actions/autolevels.png share/apps/digikam/icons/hicolor/32x32/actions/autolevels.png
share/apps/digikam/icons/hicolor/32x32/actions/blurimage.png share/apps/digikam/icons/hicolor/32x32/actions/blurimage.png
share/apps/digikam/icons/hicolor/32x32/actions/browntone.png
share/apps/digikam/icons/hicolor/32x32/actions/bwtonal.png share/apps/digikam/icons/hicolor/32x32/actions/bwtonal.png
share/apps/digikam/icons/hicolor/32x32/actions/cameradownload.png share/apps/digikam/icons/hicolor/32x32/actions/cameradownload.png
share/apps/digikam/icons/hicolor/32x32/actions/coldtone.png share/apps/digikam/icons/hicolor/32x32/actions/contrast.png
share/apps/digikam/icons/hicolor/32x32/actions/digitalcam.png share/apps/digikam/icons/hicolor/32x32/actions/digitalcam.png
share/apps/digikam/icons/hicolor/32x32/actions/editimage.png share/apps/digikam/icons/hicolor/32x32/actions/editimage.png
share/apps/digikam/icons/hicolor/32x32/actions/equalize.png share/apps/digikam/icons/hicolor/32x32/actions/equalize.png
share/apps/digikam/icons/hicolor/32x32/actions/exifinfo.png share/apps/digikam/icons/hicolor/32x32/actions/exifinfo.png
share/apps/digikam/icons/hicolor/32x32/actions/flip_image.png share/apps/digikam/icons/hicolor/32x32/actions/flip.png
share/apps/digikam/icons/hicolor/32x32/actions/histogram.png
share/apps/digikam/icons/hicolor/32x32/actions/imagecomment.png share/apps/digikam/icons/hicolor/32x32/actions/imagecomment.png
share/apps/digikam/icons/hicolor/32x32/actions/importfolders2albums.png share/apps/digikam/icons/hicolor/32x32/actions/importfolders2albums.png
share/apps/digikam/icons/hicolor/32x32/actions/invertimage.png share/apps/digikam/icons/hicolor/32x32/actions/invertimage.png
share/apps/digikam/icons/hicolor/32x32/actions/neutralbw.png
share/apps/digikam/icons/hicolor/32x32/actions/normalize.png share/apps/digikam/icons/hicolor/32x32/actions/normalize.png
share/apps/digikam/icons/hicolor/32x32/actions/platinium.png
share/apps/digikam/icons/hicolor/32x32/actions/ratiocrop.png share/apps/digikam/icons/hicolor/32x32/actions/ratiocrop.png
share/apps/digikam/icons/hicolor/32x32/actions/redeyes.png share/apps/digikam/icons/hicolor/32x32/actions/redeyes.png
share/apps/digikam/icons/hicolor/32x32/actions/resize_image.png share/apps/digikam/icons/hicolor/32x32/actions/resize_image.png
share/apps/digikam/icons/hicolor/32x32/actions/selenium.png
share/apps/digikam/icons/hicolor/32x32/actions/sepia.png
share/apps/digikam/icons/hicolor/32x32/actions/sharpenimage.png share/apps/digikam/icons/hicolor/32x32/actions/sharpenimage.png
share/apps/digikam/icons/hicolor/32x32/actions/stretchcontrast.png share/apps/digikam/icons/hicolor/32x32/actions/stretchcontrast.png
share/apps/digikam/icons/hicolor/32x32/actions/tag-events.png share/apps/digikam/icons/hicolor/32x32/actions/tag-events.png
@ -86,311 +90,70 @@ share/apps/digikam/themes/Dreary
share/apps/digikam/themes/Marine share/apps/digikam/themes/Marine
share/apps/digikam/tips share/apps/digikam/tips
share/apps/showfoto/ share/apps/showfoto/
share/apps/showfoto/showfoto-splash.png
share/apps/showfoto/showfotoui.rc share/apps/showfoto/showfotoui.rc
share/doc/HTML/ share/doc/HTML/en/digikam-0.7.4-apidocs/
share/doc/HTML/da/ share/doc/HTML/en/digikam-0.7.4-apidocs/digikam/
share/doc/HTML/da/digikam/ share/doc/HTML/en/digikam-0.7.4-apidocs/digikam/digikam/
share/doc/HTML/da/digikam/common share/doc/HTML/en/digikam-0.7.4-apidocs/digikam/digikam/html/
share/doc/HTML/da/digikam/index.cache.bz2 share/doc/HTML/en/digikam-0.7.4-apidocs/digikam/html/
share/doc/HTML/da/digikam/index.docbook share/icons/hicolor/128x128/
share/doc/HTML/en/ share/icons/hicolor/128x128/apps/
share/doc/HTML/en/digikam/ share/icons/hicolor/128x128/apps/digikam.png
share/doc/HTML/en/digikam/README share/icons/hicolor/128x128/apps/showfoto.png
share/doc/HTML/en/digikam/addcamera.png share/icons/hicolor/16x16/apps/digikam.png
share/doc/HTML/en/digikam/albumproperties.png share/icons/hicolor/16x16/apps/showfoto.png
share/doc/HTML/en/digikam/assigntags.png share/icons/hicolor/22x22/apps/digikam.png
share/doc/HTML/en/digikam/autolevelspreview.png share/icons/hicolor/22x22/apps/showfoto.png
share/doc/HTML/en/digikam/cameraclient.png share/icons/hicolor/32x32/apps/digikam.png
share/doc/HTML/en/digikam/cameraclientadvanced.png share/icons/hicolor/32x32/apps/showfoto.png
share/doc/HTML/en/digikam/cameraclientdownload.png share/icons/hicolor/48x48/apps/digikam.png
share/doc/HTML/en/digikam/commentstags.png share/icons/hicolor/48x48/apps/showfoto.png
share/doc/HTML/en/digikam/common share/icons/hicolor/64x64/
share/doc/HTML/en/digikam/convert_brown.png share/icons/hicolor/64x64/apps/
share/doc/HTML/en/digikam/convert_bw.png share/icons/hicolor/64x64/apps/digikam.png
share/doc/HTML/en/digikam/convert_cold.png share/icons/hicolor/64x64/apps/showfoto.png
share/doc/HTML/en/digikam/convert_platinium.png
share/doc/HTML/en/digikam/convert_selenium.png
share/doc/HTML/en/digikam/convert_sepia.png
share/doc/HTML/en/digikam/digikamlogo.png
share/doc/HTML/en/digikam/editoradjustcurves.png
share/doc/HTML/en/digikam/editoradjustlevels.png
share/doc/HTML/en/digikam/editorautosizebutton.png
share/doc/HTML/en/digikam/editorbcgadjust.png
share/doc/HTML/en/digikam/editorblurplugin.png
share/doc/HTML/en/digikam/editorcolorbalance.png
share/doc/HTML/en/digikam/editorcropbutton.png
share/doc/HTML/en/digikam/editorhsladjust.png
share/doc/HTML/en/digikam/editorimageselection.png
share/doc/HTML/en/digikam/editornoisereductionplugin.png
share/doc/HTML/en/digikam/editorraindropsplugin.png
share/doc/HTML/en/digikam/editorratiocroptool.png
share/doc/HTML/en/digikam/editorredeyescorrection.png
share/doc/HTML/en/digikam/editorresizetool.png
share/doc/HTML/en/digikam/editorsharpenplugin.png
share/doc/HTML/en/digikam/editorunsharpedmaskplugin.png
share/doc/HTML/en/digikam/equalizepreview.png
share/doc/HTML/en/digikam/exifviewer.png
share/doc/HTML/en/digikam/firstrundialog.png
share/doc/HTML/en/digikam/foldericon.png
share/doc/HTML/en/digikam/histogramdescription.png
share/doc/HTML/en/digikam/histogramimageplugin.png
share/doc/HTML/en/digikam/histogramsample1.png
share/doc/HTML/en/digikam/histogramsample2.png
share/doc/HTML/en/digikam/histogramsample3.png
share/doc/HTML/en/digikam/imageeditor.png
share/doc/HTML/en/digikam/imageeditortoolbar.png
share/doc/HTML/en/digikam/imageproperties.png
share/doc/HTML/en/digikam/imageproperties2.png
share/doc/HTML/en/digikam/imageproperties3.png
share/doc/HTML/en/digikam/index.cache.bz2
share/doc/HTML/en/digikam/index.docbook
share/doc/HTML/en/digikam/maintoolbar.png
share/doc/HTML/en/digikam/mainwindow.png
share/doc/HTML/en/digikam/normalizepreview.png
share/doc/HTML/en/digikam/revertbutton.png
share/doc/HTML/en/digikam/rulethirdlinesexample.png
share/doc/HTML/en/digikam/setupalbum.png
share/doc/HTML/en/digikam/setupcamera.png
share/doc/HTML/en/digikam/setupcollections.png
share/doc/HTML/en/digikam/setupembededinfo.png
share/doc/HTML/en/digikam/setupimageeditor.png
share/doc/HTML/en/digikam/setupkipi.png
share/doc/HTML/en/digikam/setupmimetypes.png
share/doc/HTML/en/digikam/setupmisc.png
share/doc/HTML/en/digikam/stretchcontrastpreview.png
share/doc/HTML/en/digikam/tagsview.png
share/doc/HTML/en/digikam/targetalbumdialog.png
share/doc/HTML/en/digikam/zoombuttons.png
share/doc/HTML/et/
share/doc/HTML/et/digikam/
share/doc/HTML/et/digikam/common
share/doc/HTML/et/digikam/index.cache.bz2
share/doc/HTML/et/digikam/index.docbook
share/doc/HTML/it/
share/doc/HTML/it/digikam/
share/doc/HTML/it/digikam/addcamera.png
share/doc/HTML/it/digikam/common
share/doc/HTML/it/digikam/imageeditor.png
share/doc/HTML/it/digikam/index.cache.bz2
share/doc/HTML/it/digikam/index.docbook
share/doc/HTML/it/digikam/mainwindow.png
share/doc/HTML/it/digikam/setupalbum.png
share/doc/HTML/nl/
share/doc/HTML/nl/digikam/
share/doc/HTML/nl/digikam/common
share/doc/HTML/nl/digikam/index.cache.bz2
share/doc/HTML/nl/digikam/index.docbook
share/doc/HTML/pt/
share/doc/HTML/pt/digikam/
share/doc/HTML/pt/digikam/common
share/doc/HTML/pt/digikam/index.cache.bz2
share/doc/HTML/pt/digikam/index.docbook
share/doc/HTML/pt_BR/
share/doc/HTML/pt_BR/digikam/
share/doc/HTML/pt_BR/digikam/README
share/doc/HTML/pt_BR/digikam/addcamera.png
share/doc/HTML/pt_BR/digikam/albumproperties.png
share/doc/HTML/pt_BR/digikam/assigntags.png
share/doc/HTML/pt_BR/digikam/autolevelspreview.png
share/doc/HTML/pt_BR/digikam/cameraclient.png
share/doc/HTML/pt_BR/digikam/cameraclientadvanced.png
share/doc/HTML/pt_BR/digikam/cameraclientdownload.png
share/doc/HTML/pt_BR/digikam/commentstags.png
share/doc/HTML/pt_BR/digikam/common
share/doc/HTML/pt_BR/digikam/convert_brown.png
share/doc/HTML/pt_BR/digikam/convert_bw.png
share/doc/HTML/pt_BR/digikam/convert_cold.png
share/doc/HTML/pt_BR/digikam/convert_platinium.png
share/doc/HTML/pt_BR/digikam/convert_selenium.png
share/doc/HTML/pt_BR/digikam/convert_sepia.png
share/doc/HTML/pt_BR/digikam/digikamlogo.png
share/doc/HTML/pt_BR/digikam/editoradjustcurves.png
share/doc/HTML/pt_BR/digikam/editoradjustlevels.png
share/doc/HTML/pt_BR/digikam/editorautosizebutton.png
share/doc/HTML/pt_BR/digikam/editorbcgadjust.png
share/doc/HTML/pt_BR/digikam/editorblurplugin.png
share/doc/HTML/pt_BR/digikam/editorcolorbalance.png
share/doc/HTML/pt_BR/digikam/editorcropbutton.png
share/doc/HTML/pt_BR/digikam/editorhsladjust.png
share/doc/HTML/pt_BR/digikam/editorimageselection.png
share/doc/HTML/pt_BR/digikam/editornoisereductionplugin.png
share/doc/HTML/pt_BR/digikam/editorraindropsplugin.png
share/doc/HTML/pt_BR/digikam/editorratiocroptool.png
share/doc/HTML/pt_BR/digikam/editorredeyescorrection.png
share/doc/HTML/pt_BR/digikam/editorresizetool.png
share/doc/HTML/pt_BR/digikam/editorsharpenplugin.png
share/doc/HTML/pt_BR/digikam/editorunsharpedmaskplugin.png
share/doc/HTML/pt_BR/digikam/equalizepreview.png
share/doc/HTML/pt_BR/digikam/exifviewer.png
share/doc/HTML/pt_BR/digikam/firstrundialog.png
share/doc/HTML/pt_BR/digikam/foldericon.png
share/doc/HTML/pt_BR/digikam/histogramdescription.png
share/doc/HTML/pt_BR/digikam/histogramimageplugin.png
share/doc/HTML/pt_BR/digikam/histogramsample1.png
share/doc/HTML/pt_BR/digikam/histogramsample2.png
share/doc/HTML/pt_BR/digikam/histogramsample3.png
share/doc/HTML/pt_BR/digikam/imageeditor.png
share/doc/HTML/pt_BR/digikam/imageeditortoolbar.png
share/doc/HTML/pt_BR/digikam/imageproperties.png
share/doc/HTML/pt_BR/digikam/imageproperties2.png
share/doc/HTML/pt_BR/digikam/imageproperties3.png
share/doc/HTML/pt_BR/digikam/index.cache.bz2
share/doc/HTML/pt_BR/digikam/index.docbook
share/doc/HTML/pt_BR/digikam/maintoolbar.png
share/doc/HTML/pt_BR/digikam/mainwindow.png
share/doc/HTML/pt_BR/digikam/normalizepreview.png
share/doc/HTML/pt_BR/digikam/revertbutton.png
share/doc/HTML/pt_BR/digikam/rulethirdlinesexample.png
share/doc/HTML/pt_BR/digikam/setupalbum.png
share/doc/HTML/pt_BR/digikam/setupcamera.png
share/doc/HTML/pt_BR/digikam/setupcollections.png
share/doc/HTML/pt_BR/digikam/setupembededinfo.png
share/doc/HTML/pt_BR/digikam/setupimageeditor.png
share/doc/HTML/pt_BR/digikam/setupkipi.png
share/doc/HTML/pt_BR/digikam/setupmimetypes.png
share/doc/HTML/pt_BR/digikam/setupmisc.png
share/doc/HTML/pt_BR/digikam/stretchcontrastpreview.png
share/doc/HTML/pt_BR/digikam/tagsview.png
share/doc/HTML/pt_BR/digikam/targetalbumdialog.png
share/doc/HTML/pt_BR/digikam/zoombuttons.png
share/doc/HTML/sv/
share/doc/HTML/sv/digikam/
share/doc/HTML/sv/digikam/addcamera.png
share/doc/HTML/sv/digikam/albumproperties.png
share/doc/HTML/sv/digikam/commentstags.png
share/doc/HTML/sv/digikam/common
share/doc/HTML/sv/digikam/firstrundialog.png
share/doc/HTML/sv/digikam/index.cache.bz2
share/doc/HTML/sv/digikam/index.docbook
share/doc/HTML/sv/digikam/setupalbum.png
share/doc/HTML/sv/digikam/setupcamera.png
share/doc/HTML/sv/digikam/setupcollections.png
share/doc/HTML/sv/digikam/setupembededinfo.png
share/doc/HTML/sv/digikam/setupimageeditor.png
share/doc/HTML/sv/digikam/setupkipi.png
share/doc/HTML/sv/digikam/setupmimetypes.png
share/doc/HTML/sv/digikam/setupmisc.png
share/icons/
share/icons/crystalsvg/
share/icons/crystalsvg/128x128/
share/icons/crystalsvg/128x128/apps/
share/icons/crystalsvg/128x128/apps/digikam.png
share/icons/crystalsvg/16x16/
share/icons/crystalsvg/16x16/apps/
share/icons/crystalsvg/16x16/apps/digikam.png
share/icons/crystalsvg/22x22/
share/icons/crystalsvg/22x22/apps/
share/icons/crystalsvg/22x22/apps/digikam.png
share/icons/crystalsvg/32x32/
share/icons/crystalsvg/32x32/apps/
share/icons/crystalsvg/32x32/apps/digikam.png
share/icons/crystalsvg/48x48/
share/icons/crystalsvg/48x48/apps/
share/icons/crystalsvg/48x48/apps/digikam.png
share/icons/crystalsvg/64x64/
share/icons/crystalsvg/64x64/apps/
share/icons/crystalsvg/64x64/apps/digikam.png
share/locale/
share/locale/bg/
share/locale/bg/LC_MESSAGES/
share/locale/bg/LC_MESSAGES/digikam.mo share/locale/bg/LC_MESSAGES/digikam.mo
share/locale/br/
share/locale/br/LC_MESSAGES/
share/locale/br/LC_MESSAGES/digikam.mo share/locale/br/LC_MESSAGES/digikam.mo
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/digikam.mo share/locale/ca/LC_MESSAGES/digikam.mo
share/locale/cs/
share/locale/cs/LC_MESSAGES/
share/locale/cs/LC_MESSAGES/digikam.mo share/locale/cs/LC_MESSAGES/digikam.mo
share/locale/cy/
share/locale/cy/LC_MESSAGES/
share/locale/cy/LC_MESSAGES/digikam.mo share/locale/cy/LC_MESSAGES/digikam.mo
share/locale/da/
share/locale/da/LC_MESSAGES/
share/locale/da/LC_MESSAGES/digikam.mo share/locale/da/LC_MESSAGES/digikam.mo
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/digikam.mo share/locale/de/LC_MESSAGES/digikam.mo
share/locale/en_GB/ share/locale/el/LC_MESSAGES/digikam.mo
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/digikam.mo share/locale/en_GB/LC_MESSAGES/digikam.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/digikam.mo share/locale/es/LC_MESSAGES/digikam.mo
share/locale/et/
share/locale/et/LC_MESSAGES/
share/locale/et/LC_MESSAGES/digikam.mo share/locale/et/LC_MESSAGES/digikam.mo
share/locale/fi/
share/locale/fi/LC_MESSAGES/
share/locale/fi/LC_MESSAGES/digikam.mo share/locale/fi/LC_MESSAGES/digikam.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/digikam.mo share/locale/fr/LC_MESSAGES/digikam.mo
share/locale/ga/
share/locale/ga/LC_MESSAGES/
share/locale/ga/LC_MESSAGES/digikam.mo share/locale/ga/LC_MESSAGES/digikam.mo
share/locale/gl/
share/locale/gl/LC_MESSAGES/
share/locale/gl/LC_MESSAGES/digikam.mo share/locale/gl/LC_MESSAGES/digikam.mo
share/locale/he/
share/locale/he/LC_MESSAGES/
share/locale/he/LC_MESSAGES/digikam.mo share/locale/he/LC_MESSAGES/digikam.mo
share/locale/hu/
share/locale/hu/LC_MESSAGES/
share/locale/hu/LC_MESSAGES/digikam.mo share/locale/hu/LC_MESSAGES/digikam.mo
share/locale/is/
share/locale/is/LC_MESSAGES/
share/locale/is/LC_MESSAGES/digikam.mo share/locale/is/LC_MESSAGES/digikam.mo
share/locale/it/
share/locale/it/LC_MESSAGES/
share/locale/it/LC_MESSAGES/digikam.mo share/locale/it/LC_MESSAGES/digikam.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/digikam.mo share/locale/lt/LC_MESSAGES/digikam.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/digikam.mo share/locale/mk/LC_MESSAGES/digikam.mo
share/locale/mt/
share/locale/mt/LC_MESSAGES/
share/locale/mt/LC_MESSAGES/digikam.mo share/locale/mt/LC_MESSAGES/digikam.mo
share/locale/nl/ share/locale/nb/LC_MESSAGES/digikam.mo
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/digikam.mo share/locale/nl/LC_MESSAGES/digikam.mo
share/locale/nn/
share/locale/nn/LC_MESSAGES/
share/locale/nn/LC_MESSAGES/digikam.mo share/locale/nn/LC_MESSAGES/digikam.mo
share/locale/pl/ share/locale/pa/LC_MESSAGES/digikam.mo
share/locale/pl/LC_MESSAGES/
share/locale/pl/LC_MESSAGES/digikam.mo share/locale/pl/LC_MESSAGES/digikam.mo
share/locale/pt/
share/locale/pt/LC_MESSAGES/
share/locale/pt/LC_MESSAGES/digikam.mo share/locale/pt/LC_MESSAGES/digikam.mo
share/locale/pt_BR/
share/locale/pt_BR/LC_MESSAGES/
share/locale/pt_BR/LC_MESSAGES/digikam.mo share/locale/pt_BR/LC_MESSAGES/digikam.mo
share/locale/ro/
share/locale/ro/LC_MESSAGES/
share/locale/ro/LC_MESSAGES/digikam.mo share/locale/ro/LC_MESSAGES/digikam.mo
share/locale/ru/
share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/digikam.mo share/locale/ru/LC_MESSAGES/digikam.mo
share/locale/sr/ share/locale/rw/LC_MESSAGES/digikam.mo
share/locale/sr/LC_MESSAGES/ share/locale/sl/LC_MESSAGES/digikam.mo
share/locale/sr/LC_MESSAGES/digikam.mo share/locale/sr/LC_MESSAGES/digikam.mo
share/locale/sv/ share/locale/sr@Latn/LC_MESSAGES/digikam.mo
share/locale/sv/LC_MESSAGES/
share/locale/sv/LC_MESSAGES/digikam.mo share/locale/sv/LC_MESSAGES/digikam.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/digikam.mo share/locale/ta/LC_MESSAGES/digikam.mo
share/locale/tr/
share/locale/tr/LC_MESSAGES/
share/locale/tr/LC_MESSAGES/digikam.mo share/locale/tr/LC_MESSAGES/digikam.mo
share/services/ share/locale/zh_CN/LC_MESSAGES/digikam.mo
share/services/digikamimageplugin_core.desktop share/services/digikamimageplugin_core.desktop
share/services/digikamio.protocol share/services/digikamio.protocol
share/services/digikamtags.protocol share/services/digikamtags.protocol
share/services/digikamthumbnail.protocol share/services/digikamthumbnail.protocol
share/servicetypes/
share/servicetypes/digikamimageplugin.desktop share/servicetypes/digikamimageplugin.desktop