diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-18 12:49:11 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-18 12:49:11 +0000 |
commit | 7c8ef975d72dbd74e4711a3aa348dc65c2cd0791 (patch) | |
tree | cc3f61aa08b4ec26358eda6ee5b91caf98301d32 /graphics/digikamplugins | |
parent | b22963b973f5d3c1247c0200e7fe8cd1d15b7cf0 (diff) | |
download | FreeBSD-ports-7c8ef975d72dbd74e4711a3aa348dc65c2cd0791.zip FreeBSD-ports-7c8ef975d72dbd74e4711a3aa348dc65c2cd0791.tar.gz |
Add digikamplugins, a collection of plugins for Digikam.
PR: ports/62929
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Diffstat (limited to 'graphics/digikamplugins')
15 files changed, 473 insertions, 0 deletions
diff --git a/graphics/digikamplugins/Makefile b/graphics/digikamplugins/Makefile new file mode 100644 index 0000000..2e6bf08 --- /dev/null +++ b/graphics/digikamplugins/Makefile @@ -0,0 +1,126 @@ +# New ports collection makefile for: digikam-plugins +# Date created: 15 February 2004 +# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> +# +# $FreeBSD$ +# + +PORTNAME= digikamplugins +PORTVERSION= 0.6 +CATEGORIES= graphics kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= digikam + +MAINTAINER= avleeuwen@piwebs.com +COMMENT= Collection of plugins for Digikam + +BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= digikam.0:${PORTSDIR}/graphics/digikam + +OPTIONS= ACQUIREIMAGES "scanner plugin" on \ + CDARCHIVING "plugin to create album CDs" on \ + COMMENTSEDITOR "plugin to edit image comments" on \ + IMAGESGALLERY "album to HTML gallery export" on \ + JPEGLOSSLESS "batch processing without losing meta info" on \ + MISCSOPERATIONS "Image2Desktop and Album2FileManager apps" on \ + MPEGENCODER "tool to build a video from images" on \ + PRINTWIZARD "a print wizard" on \ + RAWCONVERTER "convert RAW images from digital cameras" on \ + SENDIMAGES "an email images plugin" on \ + SLIDESHOW "create a slideshow" on + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDELIBS_VER=3 +USE_REINPLACE= yes +CONFIGURE_ARGS+=--program-prefix='' +CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" + +.include <bsd.port.pre.mk> + +.if defined(WITH_ACQUIREIMAGES) +PLIST_SUB+= ACQUIREIMAGES:="" +.else +DO_NOT_COMPILE+=acquireimages +PLIST_SUB+= ACQUIREIMAGES:="@comment " +.endif + +.if defined(WITH_CDARCHIVING) +PLIST_SUB+= CDARCHIVING:="" +RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b +.else +DO_NOT_COMPILE+=cdarchiving +PLIST_SUB+= CDARCHIVING:="@comment " +.endif + +.if defined(WITH_COMMENTSEDITOR) +PLIST_SUB+= COMMENTSEDITOR:="" +.else +DO_NOT_COMPILE+=commentseditor +PLIST_SUB+= ACQUIREIMAGES:="@comment " +.endif + +.if defined(WITH_IMAGESGALLERY) +PLIST_SUB+= IMAGESGALLERY:="" +.else +DO_NOT_COMPILE+=imagesgallery +PLIST_SUB+= IMAGESGALLERY:="@comment " +.endif + +.if defined(WITH_JPEGLOSSLESS) +PLIST_SUB+= JPEGLOSSLESS:="" +.else +DO_NOT_COMPILE+=jpeglossless +PLIST_SUB+= JPEGLOSSLESS:="@comment " +.endif + +.if defined(WITH_MISCSOPERATIONS) +PLIST_SUB+= MISCSOPERATIONS:="" +.else +DO_NOT_COMPILE+=miscsoperations +PLIST_SUB+= MISCSOPERATIONS:="@comment " +.endif + +.if defined(WITH_MPEGENCODER) +PLIST_SUB+= MPEGENCODER:="" +RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ + convert:${PORTSDIR}/graphics/ImageMagick +.else +DO_NOT_COMPILE+=mpegencoder +PLIST_SUB+= MPEGENCODER:="@comment " +.endif + +.if defined(WITH_PRINTWIZARD) +PLIST_SUB+= PRINTWIZARD:="" +.else +DO_NOT_COMPILE+=printwizard +PLIST_SUB+= PRINTWIZARD:="@comment " +.endif + +.if defined(WITH_RAWCONVERTER) +PLIST_SUB+= RAWCONVERTER:="" +RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw +.else +DO_NOT_COMPILE+=rawconverter +PLIST_SUB+= PRINTWIZARD:="@comment " +.endif + +.if defined(WITH_SENDIMAGES) +PLIST_SUB+= SENDIMAGES:="" +.else +DO_NOT_COMPILE+=sendimages +PLIST_SUB+= SENDIMAGES:="@comment " +.endif + +.if defined(WITH_SLIDESHOW) +PLIST_SUB+= SLIDESHOW:="" +.else +DO_NOT_COMPILE+=slideshow +PLIST_SUB+= SLIDESHOW:="@comment " +.endif + +pre-configure:: + ${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/graphics/digikamplugins/distinfo b/graphics/digikamplugins/distinfo new file mode 100644 index 0000000..f37ce99 --- /dev/null +++ b/graphics/digikamplugins/distinfo @@ -0,0 +1,2 @@ +MD5 (digikamplugins-0.6.tar.bz2) = fa369ff014baefe02dfa652294c5f77d +SIZE (digikamplugins-0.6.tar.bz2) = 788109 diff --git a/graphics/digikamplugins/files/patch-acquireimages-Makefile.in b/graphics/digikamplugins/files/patch-acquireimages-Makefile.in new file mode 100644 index 0000000..2c82b59 --- /dev/null +++ b/graphics/digikamplugins/files/patch-acquireimages-Makefile.in @@ -0,0 +1,11 @@ +--- acquireimages/Makefile.in.orig Tue Feb 17 13:00:27 2004 ++++ acquireimages/Makefile.in Tue Feb 17 13:00:44 2004 +@@ -257,7 +257,7 @@ + digikamplugin_acquireimages_la_SOURCES = plugin_acquireimages.cpp acquireimagedialog.cpp screenshotdialog.cpp + + # Libs needed by the plugin +-digikamplugin_acquireimages_la_LIBADD = $(LIB_KPARTS) -ldigikam -ltiff ++digikamplugin_acquireimages_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam -ltiff + + # LD flags for the plugin + digikamplugin_acquireimages_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-cdarchiving-Makefile.in b/graphics/digikamplugins/files/patch-cdarchiving-Makefile.in new file mode 100644 index 0000000..6b196be --- /dev/null +++ b/graphics/digikamplugins/files/patch-cdarchiving-Makefile.in @@ -0,0 +1,11 @@ +--- cdarchiving/Makefile.in.orig Tue Feb 17 13:01:12 2004 ++++ cdarchiving/Makefile.in Tue Feb 17 13:01:26 2004 +@@ -258,7 +258,7 @@ + digikamplugin_cdarchiving_la_SOURCES = plugin_cdarchiving.cpp cdarchivingdialog.cpp cdarchiving.cpp + + # Libs needed by the plugin +-digikamplugin_cdarchiving_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_cdarchiving_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_cdarchiving_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-commentseditor-Makefile.in b/graphics/digikamplugins/files/patch-commentseditor-Makefile.in new file mode 100644 index 0000000..94406e4 --- /dev/null +++ b/graphics/digikamplugins/files/patch-commentseditor-Makefile.in @@ -0,0 +1,11 @@ +--- commentseditor/Makefile.in.orig Tue Feb 17 13:01:42 2004 ++++ commentseditor/Makefile.in Tue Feb 17 13:02:01 2004 +@@ -258,7 +258,7 @@ + + + digikamplugin_commentseditor_la_LIBADD = $(LIB_KPARTS) -ldigikam \ +- $(LIB_IMLIB) ++ $(LIB_IMLIB) $(LIBPTHREAD) + + + digikamplugin_commentseditor_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-imagesgallery-Makefile.in b/graphics/digikamplugins/files/patch-imagesgallery-Makefile.in new file mode 100644 index 0000000..77decfc --- /dev/null +++ b/graphics/digikamplugins/files/patch-imagesgallery-Makefile.in @@ -0,0 +1,11 @@ +--- imagesgallery/Makefile.in.orig Tue Feb 17 13:02:14 2004 ++++ imagesgallery/Makefile.in Tue Feb 17 13:02:31 2004 +@@ -257,7 +257,7 @@ + digikamplugin_imagesgallery_la_SOURCES = plugin_imagesgallery.cpp imgallerydialog.cpp ImagesGallery.cpp + + # Libs needed by the plugin +-digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_imagesgallery_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-jpeglossless-Makefile.in b/graphics/digikamplugins/files/patch-jpeglossless-Makefile.in new file mode 100644 index 0000000..8d93551 --- /dev/null +++ b/graphics/digikamplugins/files/patch-jpeglossless-Makefile.in @@ -0,0 +1,11 @@ +--- jpeglossless/Makefile.in.orig Tue Feb 17 13:02:52 2004 ++++ jpeglossless/Makefile.in Tue Feb 17 13:03:16 2004 +@@ -260,7 +260,7 @@ + + + digikamplugin_jpeglossless_la_LIBADD = $(LIB_KPARTS) -ldigikam \ +- -ljpeg -ltiff ++ -ljpeg -ltiff $(LIBPTHREAD) + + + digikamplugin_jpeglossless_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-miscsoperations-Makefile.in b/graphics/digikamplugins/files/patch-miscsoperations-Makefile.in new file mode 100644 index 0000000..efebc49 --- /dev/null +++ b/graphics/digikamplugins/files/patch-miscsoperations-Makefile.in @@ -0,0 +1,11 @@ +--- miscsoperations/Makefile.in.orig Tue Feb 17 13:03:33 2004 ++++ miscsoperations/Makefile.in Tue Feb 17 13:03:50 2004 +@@ -257,7 +257,7 @@ + digikamplugin_miscsoperations_la_SOURCES = plugin_miscsoperations.cpp + + # Libs needed by the plugin +-digikamplugin_miscsoperations_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_miscsoperations_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_miscsoperations_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in b/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in new file mode 100644 index 0000000..75228da --- /dev/null +++ b/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in @@ -0,0 +1,11 @@ +--- mpegencoder/Makefile.in.orig Tue Feb 17 13:04:35 2004 ++++ mpegencoder/Makefile.in Tue Feb 17 13:04:56 2004 +@@ -260,7 +260,7 @@ + + + # Libs needed by the plugin +-digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_mpegencoder_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-printwizard-Makefile.in b/graphics/digikamplugins/files/patch-printwizard-Makefile.in new file mode 100644 index 0000000..6786270 --- /dev/null +++ b/graphics/digikamplugins/files/patch-printwizard-Makefile.in @@ -0,0 +1,11 @@ +--- printwizard/Makefile.in.orig Tue Feb 17 13:05:38 2004 ++++ printwizard/Makefile.in Tue Feb 17 13:06:09 2004 +@@ -257,7 +257,7 @@ + #>+ 1 + digikamplugin_printwizard_la_SOURCES= plugin_printwizard.cpp frmprintwizard.cpp cropframe.cpp tphoto.cpp utils.cpp frmprintwizardbase.cpp + +-digikamplugin_printwizard_la_LIBADD = $(LIB_KPARTS) $(LIB_KDEPRINT) $(LIB_KDEUI) $(LIB_KDECORE) -ldigikam ++digikamplugin_printwizard_la_LIBADD = $(LIB_KPARTS) $(LIB_KDEPRINT) $(LIB_KDEUI) $(LIB_KDECORE) $(LIBPTHREAD) -ldigikam + + digikamplugin_printwizard_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + diff --git a/graphics/digikamplugins/files/patch-rawconverter-Makefile.in b/graphics/digikamplugins/files/patch-rawconverter-Makefile.in new file mode 100644 index 0000000..e7e98a7 --- /dev/null +++ b/graphics/digikamplugins/files/patch-rawconverter-Makefile.in @@ -0,0 +1,11 @@ +--- rawconverter/Makefile.in.orig Tue Feb 17 13:06:33 2004 ++++ rawconverter/Makefile.in Tue Feb 17 13:06:48 2004 +@@ -258,7 +258,7 @@ + processcontroller.cpp dmessagebox.cpp + + +-digikamplugin_rawconverter_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_rawconverter_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + digikamplugin_rawconverter_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + diff --git a/graphics/digikamplugins/files/patch-sendimages-Makefile.in b/graphics/digikamplugins/files/patch-sendimages-Makefile.in new file mode 100644 index 0000000..4d27053 --- /dev/null +++ b/graphics/digikamplugins/files/patch-sendimages-Makefile.in @@ -0,0 +1,11 @@ +--- sendimages/Makefile.in.orig Tue Feb 17 13:06:59 2004 ++++ sendimages/Makefile.in Tue Feb 17 13:07:11 2004 +@@ -257,7 +257,7 @@ + digikamplugin_sendimages_la_SOURCES = plugin_sendimages.cpp SendImagesDialog.cpp listImagesErrorDialog.cpp + + # Libs needed by the plugin +-digikamplugin_sendimages_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_sendimages_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_sendimages_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/files/patch-slideshow-Makefile.in b/graphics/digikamplugins/files/patch-slideshow-Makefile.in new file mode 100644 index 0000000..0328125 --- /dev/null +++ b/graphics/digikamplugins/files/patch-slideshow-Makefile.in @@ -0,0 +1,11 @@ +--- slideshow/Makefile.in.orig Tue Feb 17 13:07:59 2004 ++++ slideshow/Makefile.in Tue Feb 17 13:08:11 2004 +@@ -259,7 +259,7 @@ + + + digikamplugin_slideshow_la_LIBADD = $(LIB_KPARTS) -ldigikam \ +- $(LIB_IMLIB) ++ $(LIB_IMLIB) $(LIBPTHREAD) + + + digikamplugin_slideshow_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) diff --git a/graphics/digikamplugins/pkg-descr b/graphics/digikamplugins/pkg-descr new file mode 100644 index 0000000..74f2a50 --- /dev/null +++ b/graphics/digikamplugins/pkg-descr @@ -0,0 +1,20 @@ +This is a set of plugins that extend the functionality of graphics/digikam. + +These plugins are included: + +RAW CONVERTER PLUGIN : Raw files converter. +SLIDESHOW PLUGIN : Slide show an album. +MPEG ENCODER PLUGIN : MPEG images encoder. +ALBUM HTML EXPORT PLUGIN : Web Albums page creation. +ALBUM COMMENTS EDITOR PLUGIN : batch images comments editor. +PRINT WIZARD PLUGIN : Multiples images printing. +JPEGLOSSLESS PLUGIN : Batch operations images with JPEG loss less. +CD ARCHIVING PLUGIN : CD/DVD albums archiving. +SCANIMAGES PLUGIN : Images acquisitions with a scanner. +SENDIMAGES PLUGIN : Send images by mail. +MISCSOPERATIONS PLUGIN : Adding some miscs options in Digikam. + +WWW: http://digikam.sourceforge.net/ + +- Arjan +avleeuwen@piwebs.com diff --git a/graphics/digikamplugins/pkg-plist b/graphics/digikamplugins/pkg-plist new file mode 100644 index 0000000..2d0506e --- /dev/null +++ b/graphics/digikamplugins/pkg-plist @@ -0,0 +1,204 @@ +%%ACQUIREIMAGES:%%lib/kde3/digikamplugin_acquireimages.la +%%ACQUIREIMAGES:%%lib/kde3/digikamplugin_acquireimages.so +%%ACQUIREIMAGES:%%share/apps/digikam/plugins/digikamplugin_acquireimages.rc +%%ACQUIREIMAGES:%%share/locale/cs/LC_MESSAGES/digikamplugin_acquireimages.mo +%%ACQUIREIMAGES:%%share/services/digikamplugin_acquireimages.desktop + +%%CDARCHIVING:%%lib/kde3/digikamplugin_cdarchiving.la +%%CDARCHIVING:%%lib/kde3/digikamplugin_cdarchiving.so +%%CDARCHIVING:%%share/apps/digikam/data/autorun/ShellExecute.bat +%%CDARCHIVING:%%share/apps/digikam/data/autorun/cdalbums.ico +%%CDARCHIVING:%%share/apps/digikam/data/image_broken.png +%%CDARCHIVING:%%share/apps/digikam/data/index.htm +%%CDARCHIVING:%%share/apps/digikam/plugins/digikamplugin_cdarchiving.rc +%%CDARCHIVING:%%share/services/digikamplugin_cdarchiving.desktop + +%%COMMENTSEDITOR:%%lib/kde3/digikamplugin_commentseditor.la +%%COMMENTSEDITOR:%%lib/kde3/digikamplugin_commentseditor.so +%%COMMENTSEDITOR:%%share/apps/digikam/plugins/digikamplugin_commentseditor.rc +%%COMMENTSEDITOR:%%share/services/digikamplugin_commentseditor.desktop + +%%IMAGESGALLERY:%%lib/kde3/digikamplugin_imagesgallery.la +%%IMAGESGALLERY:%%lib/kde3/digikamplugin_imagesgallery.so +%%IMAGESGALLERY:%%share/apps/digikam/gohome.png +%%IMAGESGALLERY:%%share/apps/digikam/plugins/digikamplugin_imagesgallery.rc +%%IMAGESGALLERY:%%share/apps/digikam/up.png +%%IMAGESGALLERY:%%share/apps/digikam/valid-html401.png +%%IMAGESGALLERY:%%share/services/digikamplugin_imagesgallery.desktop + +%%JPEGLOSSLESS:%%lib/kde3/digikamplugin_jpeglossless.la +%%JPEGLOSSLESS:%%lib/kde3/digikamplugin_jpeglossless.so +%%JPEGLOSSLESS:%%share/apps/digikam/icons/hicolor/32x32/actions/flip_image.png +%%JPEGLOSSLESS:%%share/apps/digikam/icons/hicolor/32x32/actions/grayscaleconvert.png +%%JPEGLOSSLESS:%%share/apps/digikam/plugins/digikamplugin_jpeglossless.rc +%%JPEGLOSSLESS:%%share/services/digikamplugin_jpeglossless.desktop + +%%MISCSOPERATIONS:%%share/services/digikamplugin_miscsoperations.desktop +%%MISCSOPERATIONS:%%lib/kde3/digikamplugin_miscsoperations.la +%%MISCSOPERATIONS:%%lib/kde3/digikamplugin_miscsoperations.so +%%MISCSOPERATIONS:%%share/apps/digikam/plugins/digikamplugin_miscsoperations.rc + +%%MPEGENCODER:%%bin/images2mpg +%%MPEGENCODER:%%lib/kde3/digikamplugin_mpegencoder.la +%%MPEGENCODER:%%lib/kde3/digikamplugin_mpegencoder.so +%%MPEGENCODER:%%share/apps/digikam/plugins/digikamplugin_mpegencoder.rc +%%MPEGENCODER:%%share/services/digikamplugin_mpegencoder.desktop + +%%PRINTWIZARD:%%lib/kde3/digikamplugin_printwizard.la +%%PRINTWIZARD:%%lib/kde3/digikamplugin_printwizard.so +%%PRINTWIZARD:%%share/apps/digikam/plugins/digikamplugin_printwizard.rc +%%PRINTWIZARD:%%share/services/digikamplugin_printwizard.desktop + +%%RAWCONVERTER:%%bin/digikamdcrawclient +%%RAWCONVERTER:%%lib/kde3/digikamplugin_rawconverter.la +%%RAWCONVERTER:%%lib/kde3/digikamplugin_rawconverter.so +%%RAWCONVERTER:%%share/apps/digikam/icons/hicolor/32x32/actions/rawconverter.png +%%RAWCONVERTER:%%share/apps/digikam/plugins/digikamplugin_rawconverter.rc +%%RAWCONVERTER:%%share/services/digikamplugin_rawconverter.desktop + +%%SENDIMAGES:%%lib/kde3/digikamplugin_sendimages.la +%%SENDIMAGES:%%lib/kde3/digikamplugin_sendimages.so +%%SENDIMAGES:%%share/apps/digikam/plugins/digikamplugin_sendimages.rc +%%SENDIMAGES:%%share/services/digikamplugin_sendimages.desktop + +%%SLIDESHOW:%%lib/kde3/digikamplugin_slideshow.la +%%SLIDESHOW:%%lib/kde3/digikamplugin_slideshow.so +%%SLIDESHOW:%%share/apps/digikam/icons/hicolor/22x22/actions/slideshow.png +%%SLIDESHOW:%%share/apps/digikam/plugins/digikamplugin_slideshow.rc +%%SLIDESHOW:%%share/services/digikamplugin_slideshow.desktop + +share/locale/cs/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/cs/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/cs/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/cs/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/cs/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/cs/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/cs/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/cs/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/cs/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/cs/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/cs/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/cs/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/cs/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/cs/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/da/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/da/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/da/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/da/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/da/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/da/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/da/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/da/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/da/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/da/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/da/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/da/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/da/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/da/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/da/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/de/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/de/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/de/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/de/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/de/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/de/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/de/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/de/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/de/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/de/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/de/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/de/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/de/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/de/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/de/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/es/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/es/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/es/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/es/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/es/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/es/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/es/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/es/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/es/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/es/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/es/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/es/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/es/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/es/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/es/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/fr/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/fr/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/fr/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/fr/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/fr/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/fr/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/fr/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/fr/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/fr/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/fr/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/fr/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/fr/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/fr/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/fr/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/fr/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/hu/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/hu/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/hu/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/hu/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/hu/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/hu/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/hu/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/hu/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/hu/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/hu/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/hu/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/hu/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/hu/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/hu/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/hu/LC_MESSAGES/digikamplugin_slideshow.mo +share/locale/it/LC_MESSAGES/digikamplugin_acquireimages.mo +share/locale/it/LC_MESSAGES/digikamplugin_batchprocessimages.mo +share/locale/it/LC_MESSAGES/digikamplugin_calendar.mo +share/locale/it/LC_MESSAGES/digikamplugin_cdarchiving.mo +share/locale/it/LC_MESSAGES/digikamplugin_commentseditor.mo +share/locale/it/LC_MESSAGES/digikamplugin_findimages.mo +share/locale/it/LC_MESSAGES/digikamplugin_gammacorrection.mo +share/locale/it/LC_MESSAGES/digikamplugin_imagesgallery.mo +share/locale/it/LC_MESSAGES/digikamplugin_jpeglossless.mo +share/locale/it/LC_MESSAGES/digikamplugin_miscsoperations.mo +share/locale/it/LC_MESSAGES/digikamplugin_mpegencoder.mo +share/locale/it/LC_MESSAGES/digikamplugin_printwizard.mo +share/locale/it/LC_MESSAGES/digikamplugin_rawconverter.mo +share/locale/it/LC_MESSAGES/digikamplugin_sendimages.mo +share/locale/it/LC_MESSAGES/digikamplugin_slideshow.mo + +@dirrm share/services +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/POSIX +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/it +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/hu +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/es +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/da +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/cs +@dirrm share/locale +@dirrm share/apps/digikam/plugins +@dirrm share/apps/digikam/icons/hicolor/32x32/actions +@dirrm share/apps/digikam/icons/hicolor/32x32 +%%SLIDESHOW:%%@dirrm share/apps/digikam/icons/hicolor/22x22/actions +%%SLIDESHOW:%%@dirrm share/apps/digikam/icons/hicolor/22x22 +@dirrm share/apps/digikam/icons/hicolor +@dirrm share/apps/digikam/icons +%%CDARCHIVING:%%@dirrm share/apps/digikam/data/autorun +%%CDARCHIVING:%%@dirrm share/apps/digikam/data +@dirrm share/apps/digikam +@dirrm share/apps +@dirrm lib/kde3 |