summaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-07-08 09:57:45 +0000
committerwiz <wiz@pkgsrc.org>2007-07-08 09:57:45 +0000
commit6063fcc96dd6d0ea3eab70f55020e3bb2f3c7dde (patch)
tree2f93658d90451c0227d71b138856faddc05e9031 /graphics/kipi-plugins
parent7d14c27085cca866db906144392c84d9116e4da6 (diff)
downloadpkgsrc-6063fcc96dd6d0ea3eab70f55020e3bb2f3c7dde.tar.gz
Update to 0.1.4:
v 0.1.4 ---------------------------------------------------------------------------- Note on release: Due to missing files on svn, docbook "pt" and "da" have been removed form this final release, apologize for that. v 0.1.4 beta2 ---------------------------------------------------------------------------- Kipi-plugins NEW FEATURES HTMLExport : Option to specify whether the original images should be included HTMLExport : Support for theme variants HTMLExport : New theme: "frames", by RĂ¼diger Bente HTMLExport : New theme: "cleanframes", by Beth and Robert Marmorstein HTMLExport : New theme: "classic", simulating the output of the old HTML Gallery plugin SlideShow : Skip to next or previous image by a right or left click SlideShow : Skip to next or previous image by mouse wheel scrolling SlideShow : Images can be sorted/added/removed manually. SlideShow : Progress indicator printing doesn't depend on file name printing anymore. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 140477 : SendImages : Ability to rename images being sent via email. 002 ==> 143450 : SlideShow : Skip to next or previous image by a right or left click 003 ==> 138880 : TimeAdjust : digiKam 0.9rc2 - 0.9.1rc1 setting file date to exif doesn't work. 004 ==> 140890 : TimeAdjust : The preview does not display date and time properly for Japanese locale. 005 ==> 144185 : TimeAdjust : Adjust date-time tool should remember previous fixed date. 006 ==> 146799 : SlideShow : digikam 0.9.2 crashes when exiting - slideshow error v 0.1.4 beta1 ---------------------------------------------------------------------------- Kipi-plugins NEW FEATURES General : Moved Exiv2Iface class to a new shared library named libkexiv2 used by kipi-plugins and digiKam. ImageViewer : initial import of new OpenGL based image viewer. RAWConverter : Port plugin to libkdcraw shared library. Printwizard : Printwizard can print 8 photos per page (A4) MPEGEncoder : Avoid to pass img2mpg script unmanaged file path. GPSSync : New plugin to export GPS locations from pictures to Google Maps / Google Earth. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 139264 : General : Prefer Exif DateTimeOriginal for image date/time (DateTimeDigitized and DateTime only used as fallback) 002 ==> 139074 : SendImages : Format missmatch at sendimages.cpp ('int' vs. 'size_t'). 003 ==> 140132 : MetadataEdit : Comments should sync to IPTC Caption First. 006 ==> 138241 : SendImages : A patch that adds support for the Claws Mail MUA. 007 ==> 140865 : RAWConverter : Plugin does not work (image can not be converted). 008 ==> 141528 : JPEGLossLess : Remove confirmation dialog for image rotate. 009 ==> 141530 : JPEGLossLess : Use Rotate left/right instead of degrees. 010 ==> 142848 : GPSSync : Timezone needs to go to GMT +13. 011 ==> 140297 : GPSSync : GPS kipi plugin truncates input coordinates, introducing inacuracy. 012 ==> 143594 : GPSSync : Bad Interpolation in correlate gpssync. 014 ==> 139793 : GPSSync : KML google export import. 015 ==> 142259 : GalleruExport: Export to Gallery 2.2-RC-1 fails. 016 ==> 135945 : FLickrExport : Tags with spaces are exported as multible tags. 017 ==> 146084 : SlideShow : Slide show interface suggestions. 018 ==> 145771 : MPEGEncoder : Gnome Desktop crashes and restarts when select Cancel option for Mpeg Slideshow plugin
Diffstat (limited to 'graphics/kipi-plugins')
-rw-r--r--graphics/kipi-plugins/Makefile10
-rw-r--r--graphics/kipi-plugins/PLIST308
-rw-r--r--graphics/kipi-plugins/distinfo11
-rw-r--r--graphics/kipi-plugins/patches/patch-aa376
-rw-r--r--graphics/kipi-plugins/patches/patch-ae15
-rw-r--r--graphics/kipi-plugins/patches/patch-af12
6 files changed, 212 insertions, 520 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index 705709984a0..28c43c3576d 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/04/01 14:20:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2007/07/08 09:57:45 wiz Exp $
-DISTNAME= kipi-plugins-0.1.3
-PKGREVISION= 1
+DISTNAME= kipi-plugins-0.1.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/}
EXTRACT_SUFX= .tar.bz2
@@ -19,11 +18,14 @@ USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= # empty
.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../audio/libgpod/buildlink3.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
-.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/libkdcraw/buildlink3.mk"
+.include "../../graphics/libkexiv2/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../graphics/libkipi/buildlink3.mk"
+.include "../../misc/kdepim3/buildlink3.mk"
.include "../../multimedia/mjpegtools/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/kipi-plugins/PLIST b/graphics/kipi-plugins/PLIST
index edc6cc71011..cada5f41619 100644
--- a/graphics/kipi-plugins/PLIST
+++ b/graphics/kipi-plugins/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.8 2007/01/27 21:44:48 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/07/08 09:57:45 wiz Exp $
bin/images2mpg
-bin/kipidcraw
lib/kde3/kipiplugin_acquireimages.la
lib/kde3/kipiplugin_batchprocessimages.la
lib/kde3/kipiplugin_calendar.la
@@ -10,6 +9,7 @@ lib/kde3/kipiplugin_flickrexport.la
lib/kde3/kipiplugin_galleryexport.la
lib/kde3/kipiplugin_gpssync.la
lib/kde3/kipiplugin_htmlexport.la
+lib/kde3/kipiplugin_ipodexport.la
lib/kde3/kipiplugin_jpeglossless.la
lib/kde3/kipiplugin_kameraklient.la
lib/kde3/kipiplugin_metadataedit.la
@@ -20,37 +20,10 @@ lib/kde3/kipiplugin_sendimages.la
lib/kde3/kipiplugin_simpleviewer.la
lib/kde3/kipiplugin_slideshow.la
lib/kde3/kipiplugin_timeadjust.la
+lib/kde3/kipiplugin_viewer.la
lib/kde3/kipiplugin_wallpaper.la
lib/libkipiplugins.la
man/man1/images2mpg.1
-share/doc/kde/HTML/da/kipi-plugins/acquireimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/borderimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/calendar.docbook
-share/doc/kde/HTML/da/kipi-plugins/cdarchiving.docbook
-share/doc/kde/HTML/da/kipi-plugins/colorimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/common
-share/doc/kde/HTML/da/kipi-plugins/convertimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/effectimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/filterimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/findduplicateimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/flickrexport.docbook
-share/doc/kde/HTML/da/kipi-plugins/galleryexport.docbook
-share/doc/kde/HTML/da/kipi-plugins/imagesgallery.docbook
-share/doc/kde/HTML/da/kipi-plugins/index.cache.bz2
-share/doc/kde/HTML/da/kipi-plugins/index.docbook
-share/doc/kde/HTML/da/kipi-plugins/jpeglossless.docbook
-share/doc/kde/HTML/da/kipi-plugins/kameraklient.docbook
-share/doc/kde/HTML/da/kipi-plugins/mpeg_encode_dialog.png
-share/doc/kde/HTML/da/kipi-plugins/mpegencoder.docbook
-share/doc/kde/HTML/da/kipi-plugins/printwizard.docbook
-share/doc/kde/HTML/da/kipi-plugins/rawconverter.docbook
-share/doc/kde/HTML/da/kipi-plugins/recompressimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/renameimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/resizeimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/sendimages.docbook
-share/doc/kde/HTML/da/kipi-plugins/slideshow.docbook
-share/doc/kde/HTML/da/kipi-plugins/timeadjust.docbook
-share/doc/kde/HTML/da/kipi-plugins/wallpaper.docbook
share/doc/kde/HTML/de/kipi-plugins/acquire-savetargetpreview.png
share/doc/kde/HTML/de/kipi-plugins/acquire-screenshotpreview.png
share/doc/kde/HTML/de/kipi-plugins/acquireimages.docbook
@@ -70,6 +43,7 @@ share/doc/kde/HTML/de/kipi-plugins/flickrexportsignup.png
share/doc/kde/HTML/de/kipi-plugins/flickrexportuploaddialog.png
share/doc/kde/HTML/de/kipi-plugins/flickrexportuploading.png
share/doc/kde/HTML/de/kipi-plugins/galleryexport.docbook
+share/doc/kde/HTML/de/kipi-plugins/geolocalization.docbook
share/doc/kde/HTML/de/kipi-plugins/imagegallery_albumsettings.png
share/doc/kde/HTML/de/kipi-plugins/imagegallery_collectionselection.png
share/doc/kde/HTML/de/kipi-plugins/imagegallery_looksettings.png
@@ -77,10 +51,12 @@ share/doc/kde/HTML/de/kipi-plugins/imagegallery_preview.png
share/doc/kde/HTML/de/kipi-plugins/imagegallery_progress.png
share/doc/kde/HTML/de/kipi-plugins/imagegallery_thumbsettings.png
share/doc/kde/HTML/de/kipi-plugins/imagesgallery.docbook
+share/doc/kde/HTML/de/kipi-plugins/imageviewer.docbook
share/doc/kde/HTML/de/kipi-plugins/index.cache.bz2
share/doc/kde/HTML/de/kipi-plugins/index.docbook
share/doc/kde/HTML/de/kipi-plugins/jpeglossless.docbook
share/doc/kde/HTML/de/kipi-plugins/kameraklient.docbook
+share/doc/kde/HTML/de/kipi-plugins/metadataeditor.docbook
share/doc/kde/HTML/de/kipi-plugins/mpeg_encode_dialog.png
share/doc/kde/HTML/de/kipi-plugins/mpegencoder.docbook
share/doc/kde/HTML/de/kipi-plugins/printwizard.docbook
@@ -103,7 +79,6 @@ share/doc/kde/HTML/en/kipi-plugins/README
share/doc/kde/HTML/en/kipi-plugins/acquire-savetargetpreview.png
share/doc/kde/HTML/en/kipi-plugins/acquire-screenshotpreview.png
share/doc/kde/HTML/en/kipi-plugins/acquireimages.docbook
-share/doc/kde/HTML/en/kipi-plugins/borderimages.docbook
share/doc/kde/HTML/en/kipi-plugins/calendar.docbook
share/doc/kde/HTML/en/kipi-plugins/cdarchiving.docbook
share/doc/kde/HTML/en/kipi-plugins/colorimages.docbook
@@ -119,6 +94,10 @@ share/doc/kde/HTML/en/kipi-plugins/flickrexportsignup.png
share/doc/kde/HTML/en/kipi-plugins/flickrexportuploaddialog.png
share/doc/kde/HTML/en/kipi-plugins/flickrexportuploading.png
share/doc/kde/HTML/en/kipi-plugins/galleryexport.docbook
+share/doc/kde/HTML/en/kipi-plugins/geolocalization.docbook
+share/doc/kde/HTML/en/kipi-plugins/geolocalizationcorrelate.png
+share/doc/kde/HTML/en/kipi-plugins/geolocalizationcorrelate1.png
+share/doc/kde/HTML/en/kipi-plugins/geolocalizationeditcoords.png
share/doc/kde/HTML/en/kipi-plugins/imagegallery_albumsettings.png
share/doc/kde/HTML/en/kipi-plugins/imagegallery_collectionselection.png
share/doc/kde/HTML/en/kipi-plugins/imagegallery_looksettings.png
@@ -126,10 +105,12 @@ share/doc/kde/HTML/en/kipi-plugins/imagegallery_preview.png
share/doc/kde/HTML/en/kipi-plugins/imagegallery_progress.png
share/doc/kde/HTML/en/kipi-plugins/imagegallery_thumbsettings.png
share/doc/kde/HTML/en/kipi-plugins/imagesgallery.docbook
+share/doc/kde/HTML/en/kipi-plugins/imageviewer.docbook
share/doc/kde/HTML/en/kipi-plugins/index.cache.bz2
share/doc/kde/HTML/en/kipi-plugins/index.docbook
share/doc/kde/HTML/en/kipi-plugins/jpeglossless.docbook
share/doc/kde/HTML/en/kipi-plugins/kameraklient.docbook
+share/doc/kde/HTML/en/kipi-plugins/metadataeditor.docbook
share/doc/kde/HTML/en/kipi-plugins/mpeg_encode_dialog.png
share/doc/kde/HTML/en/kipi-plugins/mpegencoder.docbook
share/doc/kde/HTML/en/kipi-plugins/printwizard.docbook
@@ -167,6 +148,7 @@ share/doc/kde/HTML/es/kipi-plugins/flickrexportsignup.png
share/doc/kde/HTML/es/kipi-plugins/flickrexportuploaddialog.png
share/doc/kde/HTML/es/kipi-plugins/flickrexportuploading.png
share/doc/kde/HTML/es/kipi-plugins/galleryexport.docbook
+share/doc/kde/HTML/es/kipi-plugins/geolocalization.docbook
share/doc/kde/HTML/es/kipi-plugins/imagegallery_albumsettings.png
share/doc/kde/HTML/es/kipi-plugins/imagegallery_collectionselection.png
share/doc/kde/HTML/es/kipi-plugins/imagegallery_looksettings.png
@@ -174,10 +156,12 @@ share/doc/kde/HTML/es/kipi-plugins/imagegallery_preview.png
share/doc/kde/HTML/es/kipi-plugins/imagegallery_progress.png
share/doc/kde/HTML/es/kipi-plugins/imagegallery_thumbsettings.png
share/doc/kde/HTML/es/kipi-plugins/imagesgallery.docbook
+share/doc/kde/HTML/es/kipi-plugins/imageviewer.docbook
share/doc/kde/HTML/es/kipi-plugins/index.cache.bz2
share/doc/kde/HTML/es/kipi-plugins/index.docbook
share/doc/kde/HTML/es/kipi-plugins/jpeglossless.docbook
share/doc/kde/HTML/es/kipi-plugins/kameraklient.docbook
+share/doc/kde/HTML/es/kipi-plugins/metadataeditor.docbook
share/doc/kde/HTML/es/kipi-plugins/mpeg_encode_dialog.png
share/doc/kde/HTML/es/kipi-plugins/mpegencoder.docbook
share/doc/kde/HTML/es/kipi-plugins/printwizard.docbook
@@ -235,11 +219,14 @@ share/doc/kde/HTML/it/kipi-plugins/filterimages.docbook
share/doc/kde/HTML/it/kipi-plugins/findduplicateimages.docbook
share/doc/kde/HTML/it/kipi-plugins/flickrexport.docbook
share/doc/kde/HTML/it/kipi-plugins/galleryexport.docbook
+share/doc/kde/HTML/it/kipi-plugins/geolocalization.docbook
share/doc/kde/HTML/it/kipi-plugins/imagesgallery.docbook
+share/doc/kde/HTML/it/kipi-plugins/imageviewer.docbook
share/doc/kde/HTML/it/kipi-plugins/index.cache.bz2
share/doc/kde/HTML/it/kipi-plugins/index.docbook
share/doc/kde/HTML/it/kipi-plugins/jpeglossless.docbook
share/doc/kde/HTML/it/kipi-plugins/kameraklient.docbook
+share/doc/kde/HTML/it/kipi-plugins/metadataeditor.docbook
share/doc/kde/HTML/it/kipi-plugins/mpegencoder.docbook
share/doc/kde/HTML/it/kipi-plugins/printwizard.docbook
share/doc/kde/HTML/it/kipi-plugins/rawconverter.docbook
@@ -285,35 +272,6 @@ share/doc/kde/HTML/nl/kipi-plugins/slideshow.docbook
share/doc/kde/HTML/nl/kipi-plugins/slideshow_dialog.png
share/doc/kde/HTML/nl/kipi-plugins/timeadjust.docbook
share/doc/kde/HTML/nl/kipi-plugins/wallpaper.docbook
-share/doc/kde/HTML/pt/kipi-plugins/acquireimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/borderimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/calendar.docbook
-share/doc/kde/HTML/pt/kipi-plugins/cdarchiving.docbook
-share/doc/kde/HTML/pt/kipi-plugins/colorimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/common
-share/doc/kde/HTML/pt/kipi-plugins/convertimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/diroperations.docbook
-share/doc/kde/HTML/pt/kipi-plugins/effectimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/filterimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/findduplicateimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/flickrexport.docbook
-share/doc/kde/HTML/pt/kipi-plugins/galleryexport.docbook
-share/doc/kde/HTML/pt/kipi-plugins/gammacalibration.docbook
-share/doc/kde/HTML/pt/kipi-plugins/imagesgallery.docbook
-share/doc/kde/HTML/pt/kipi-plugins/index.cache.bz2
-share/doc/kde/HTML/pt/kipi-plugins/index.docbook
-share/doc/kde/HTML/pt/kipi-plugins/jpeglossless.docbook
-share/doc/kde/HTML/pt/kipi-plugins/kameraklient.docbook
-share/doc/kde/HTML/pt/kipi-plugins/mpegencoder.docbook
-share/doc/kde/HTML/pt/kipi-plugins/printwizard.docbook
-share/doc/kde/HTML/pt/kipi-plugins/rawconverter.docbook
-share/doc/kde/HTML/pt/kipi-plugins/recompressimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/renameimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/resizeimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/sendimages.docbook
-share/doc/kde/HTML/pt/kipi-plugins/slideshow.docbook
-share/doc/kde/HTML/pt/kipi-plugins/timeadjust.docbook
-share/doc/kde/HTML/pt/kipi-plugins/wallpaper.docbook
share/doc/kde/HTML/pt_BR/kipi-plugins/acquireimages.docbook
share/doc/kde/HTML/pt_BR/kipi-plugins/borderimages.docbook
share/doc/kde/HTML/pt_BR/kipi-plugins/calendar.docbook
@@ -346,7 +304,6 @@ share/doc/kde/HTML/ru/kipi-plugins/calendar.docbook
share/doc/kde/HTML/sv/kipi-plugins/acquire-savetargetpreview.png
share/doc/kde/HTML/sv/kipi-plugins/acquire-screenshotpreview.png
share/doc/kde/HTML/sv/kipi-plugins/acquireimages.docbook
-share/doc/kde/HTML/sv/kipi-plugins/borderimages.docbook
share/doc/kde/HTML/sv/kipi-plugins/calendar.docbook
share/doc/kde/HTML/sv/kipi-plugins/cdarchiving.docbook
share/doc/kde/HTML/sv/kipi-plugins/colorimages.docbook
@@ -361,6 +318,10 @@ share/doc/kde/HTML/sv/kipi-plugins/flickrexportsignup.png
share/doc/kde/HTML/sv/kipi-plugins/flickrexportuploaddialog.png
share/doc/kde/HTML/sv/kipi-plugins/flickrexportuploading.png
share/doc/kde/HTML/sv/kipi-plugins/galleryexport.docbook
+share/doc/kde/HTML/sv/kipi-plugins/geolocalization.docbook
+share/doc/kde/HTML/sv/kipi-plugins/geolocalizationcorrelate.png
+share/doc/kde/HTML/sv/kipi-plugins/geolocalizationcorrelate1.png
+share/doc/kde/HTML/sv/kipi-plugins/geolocalizationeditcoords.png
share/doc/kde/HTML/sv/kipi-plugins/imagegallery_albumsettings.png
share/doc/kde/HTML/sv/kipi-plugins/imagegallery_collectionselection.png
share/doc/kde/HTML/sv/kipi-plugins/imagegallery_looksettings.png
@@ -368,10 +329,12 @@ share/doc/kde/HTML/sv/kipi-plugins/imagegallery_preview.png
share/doc/kde/HTML/sv/kipi-plugins/imagegallery_progress.png
share/doc/kde/HTML/sv/kipi-plugins/imagegallery_thumbsettings.png
share/doc/kde/HTML/sv/kipi-plugins/imagesgallery.docbook
+share/doc/kde/HTML/sv/kipi-plugins/imageviewer.docbook
share/doc/kde/HTML/sv/kipi-plugins/index.cache.bz2
share/doc/kde/HTML/sv/kipi-plugins/index.docbook
share/doc/kde/HTML/sv/kipi-plugins/jpeglossless.docbook
share/doc/kde/HTML/sv/kipi-plugins/kameraklient.docbook
+share/doc/kde/HTML/sv/kipi-plugins/metadataeditor.docbook
share/doc/kde/HTML/sv/kipi-plugins/mpeg_encode_dialog.png
share/doc/kde/HTML/sv/kipi-plugins/mpegencoder.docbook
share/doc/kde/HTML/sv/kipi-plugins/printwizard.docbook
@@ -410,12 +373,39 @@ share/kde/apps/kipiplugin_findimages/icons/hicolor/32x32/actions/finddupplicatei
share/kde/apps/kipiplugin_galleryexport/pics/gallery.png
share/kde/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions/gpsimagetag.png
share/kde/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/gpsimagetag.png
+share/kde/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
+share/kde/apps/kipiplugin_htmlexport/themes/classic/gohome.png
+share/kde/apps/kipiplugin_htmlexport/themes/classic/template.xsl
+share/kde/apps/kipiplugin_htmlexport/themes/classic/up.png
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/black.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/green.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/red.css
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/star.png
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl
+share/kde/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css
+share/kde/apps/kipiplugin_htmlexport/themes/frames/frames.desktop
+share/kde/apps/kipiplugin_htmlexport/themes/frames/style.css
+share/kde/apps/kipiplugin_htmlexport/themes/frames/template.xsl
share/kde/apps/kipiplugin_htmlexport/themes/matrix/bg.png
share/kde/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop
share/kde/apps/kipiplugin_htmlexport/themes/matrix/style.css
share/kde/apps/kipiplugin_htmlexport/themes/matrix/template.xsl
+share/kde/apps/kipiplugin_htmlexport/themes/s0/next.png
+share/kde/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png
+share/kde/apps/kipiplugin_htmlexport/themes/s0/previous.png
+share/kde/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png
+share/kde/apps/kipiplugin_htmlexport/themes/s0/s0.desktop
+share/kde/apps/kipiplugin_htmlexport/themes/s0/style.css
+share/kde/apps/kipiplugin_htmlexport/themes/s0/template.xsl
+share/kde/apps/kipiplugin_htmlexport/themes/s0/up.png
+share/kde/apps/kipiplugin_htmlexport/themes/simple/dark.css
+share/kde/apps/kipiplugin_htmlexport/themes/simple/natural.css
share/kde/apps/kipiplugin_htmlexport/themes/simple/simple.desktop
-share/kde/apps/kipiplugin_htmlexport/themes/simple/style.css
share/kde/apps/kipiplugin_htmlexport/themes/simple/template.xsl
share/kde/apps/kipiplugin_htmlexport/themes/snow/next.png
share/kde/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png
@@ -436,6 +426,8 @@ share/kde/apps/kipiplugin_simpleviewerexport/index.template
share/kde/apps/kipiplugin_simpleviewerexport/simpleviewer_html/space.png
share/kde/apps/kipiplugin_simpleviewerexport/simpleviewer_html/upgrade.html
share/kde/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/slideshow.png
+share/kde/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/ogl.png
+share/kde/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/ogl.png
share/kde/config.kcfg/htmlexportconfig.kcfg
share/kde/services/kipiplugin_acquireimages.desktop
share/kde/services/kipiplugin_batchprocessimages.desktop
@@ -446,6 +438,7 @@ share/kde/services/kipiplugin_flickrexport.desktop
share/kde/services/kipiplugin_galleryexport.desktop
share/kde/services/kipiplugin_gpssync.desktop
share/kde/services/kipiplugin_htmlexport.desktop
+share/kde/services/kipiplugin_ipodexport.desktop
share/kde/services/kipiplugin_jpeglossless.desktop
share/kde/services/kipiplugin_kameraklient.desktop
share/kde/services/kipiplugin_metadataedit.desktop
@@ -456,6 +449,7 @@ share/kde/services/kipiplugin_sendimages.desktop
share/kde/services/kipiplugin_simpleviewer.desktop
share/kde/services/kipiplugin_slideshow.desktop
share/kde/services/kipiplugin_timeadjust.desktop
+share/kde/services/kipiplugin_viewer.desktop
share/kde/services/kipiplugin_wallpaper.desktop
share/locale/ar/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/ar/LC_MESSAGES/kipiplugin_batchprocessimages.mo
@@ -469,6 +463,7 @@ share/locale/ar/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ar/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ar/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/ar/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ar/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ar/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ar/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -477,6 +472,7 @@ share/locale/ar/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ar/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ar/LC_MESSAGES/kipiplugins.mo
+share/locale/be/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/br/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_calendar.mo
@@ -487,13 +483,16 @@ share/locale/br/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/br/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/br/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/br/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/br/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/br/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/br/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/br/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/br/LC_MESSAGES/kipiplugin_sync.mo
share/locale/br/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/br/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/br/LC_MESSAGES/kipiplugins.mo
@@ -502,15 +501,23 @@ share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/ca/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/ca/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_sync.mo
share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ca/LC_MESSAGES/kipiplugins.mo
share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -520,15 +527,18 @@ share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/cs/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/cs/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/cs/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/cs/LC_MESSAGES/kipiplugin_sync.mo
share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/cs/LC_MESSAGES/kipiplugins.mo
@@ -549,26 +559,6 @@ share/locale/cy/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/cy/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/cy/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/cy/LC_MESSAGES/kipiplugins.mo
-share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/da/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/da/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/da/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/da/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/da/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/da/LC_MESSAGES/kipiplugins.mo
share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo
@@ -579,14 +569,18 @@ share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/de/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/de/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/de/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/de/LC_MESSAGES/kipiplugin_sync.mo
share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/de/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/de/LC_MESSAGES/kipiplugins.mo
share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -599,14 +593,18 @@ share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/el/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/el/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/el/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/el/LC_MESSAGES/kipiplugin_sync.mo
share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/el/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/el/LC_MESSAGES/kipiplugins.mo
share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -635,14 +633,18 @@ share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/es/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/es/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/es/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/es/LC_MESSAGES/kipiplugin_sync.mo
share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/es/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/es/LC_MESSAGES/kipiplugins.mo
share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -655,14 +657,18 @@ share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/et/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/et/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/et/LC_MESSAGES/kipiplugin_sync.mo
share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/et/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/et/LC_MESSAGES/kipiplugins.mo
share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo
@@ -678,15 +684,20 @@ share/locale/fr/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/fr/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/fr/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/fr/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/fr/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_sync.mo
share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/fr/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/fr/LC_MESSAGES/kipiplugins.mo
share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -701,6 +712,7 @@ share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ga/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/ga/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ga/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ga/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -746,14 +758,17 @@ share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/is/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/is/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/is/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/is/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/is/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/is/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/is/LC_MESSAGES/kipiplugins.mo
share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -766,14 +781,18 @@ share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/it/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/it/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/it/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/it/LC_MESSAGES/kipiplugin_sync.mo
share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/it/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/it/LC_MESSAGES/kipiplugins.mo
share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -786,14 +805,18 @@ share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ja/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/ja/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/ja/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_sync.mo
share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/ja/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ja/LC_MESSAGES/kipiplugins.mo
share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -813,6 +836,7 @@ share/locale/lt/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/lt/LC_MESSAGES/kipiplugins.mo
+share/locale/ms/LC_MESSAGES/kipiplugins.mo
share/locale/mt/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/mt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/mt/LC_MESSAGES/kipiplugin_calendar.mo
@@ -842,6 +866,30 @@ share/locale/nb/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/nb/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/nb/LC_MESSAGES/kipiplugins.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_cdarchiving.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_printwizard.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_viewer.mo
+share/locale/nds/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/nds/LC_MESSAGES/kipiplugins.mo
share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo
@@ -852,14 +900,18 @@ share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/nl/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_sync.mo
share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/nl/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/nl/LC_MESSAGES/kipiplugins.mo
share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo
@@ -867,18 +919,23 @@ share/locale/nn/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_cdarchiving.mo
share/locale/pa/LC_MESSAGES/kipiplugin_findimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pa/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/pa/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/pa/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/pa/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_sync.mo
share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/pa/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pa/LC_MESSAGES/kipiplugins.mo
share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -893,6 +950,7 @@ share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/pl/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/pl/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -901,26 +959,6 @@ share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/pl/LC_MESSAGES/kipiplugins.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_cdarchiving.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_findimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo
-share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo
-share/locale/pt/LC_MESSAGES/kipiplugins.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo
@@ -945,6 +983,7 @@ share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/ru/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/ru/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/ru/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo
@@ -975,14 +1014,18 @@ share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sk/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/sk/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/sk/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sk/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_sync.mo
share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/sk/LC_MESSAGES/kipiplugins.mo
share/locale/sr/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -1031,14 +1074,18 @@ share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_ipodexport.mo
share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/sv/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo
share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_sync.mo
share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/sv/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/sv/LC_MESSAGES/kipiplugins.mo
share/locale/ta/LC_MESSAGES/kipiplugin_acquireimages.mo
@@ -1057,6 +1104,30 @@ share/locale/ta/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/ta/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/ta/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/ta/LC_MESSAGES/kipiplugins.mo
+share/locale/th/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/th/LC_MESSAGES/kipiplugin_cdarchiving.mo
+share/locale/th/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/th/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/th/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/th/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/th/LC_MESSAGES/kipiplugin_printwizard.mo
+share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/th/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/th/LC_MESSAGES/kipiplugin_sync.mo
+share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/th/LC_MESSAGES/kipiplugin_viewer.mo
+share/locale/th/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/th/LC_MESSAGES/kipiplugins.mo
share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo
@@ -1069,6 +1140,7 @@ share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo
share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo
share/locale/tr/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/tr/LC_MESSAGES/kipiplugin_metadataedit.mo
share/locale/tr/LC_MESSAGES/kipiplugin_mpegencoder.mo
share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo
@@ -1077,13 +1149,30 @@ share/locale/tr/LC_MESSAGES/kipiplugin_slideshow.mo
share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo
share/locale/tr/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/tr/LC_MESSAGES/kipiplugins.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_cdarchiving.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_findimages.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo
share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo
share/locale/uk/LC_MESSAGES/kipiplugin_imagesgallery.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_kameraklient.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_mpegencoder.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_printwizard.mo
share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo
share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_sync.mo
share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/uk/LC_MESSAGES/kipiplugin_viewer.mo
share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/uk/LC_MESSAGES/kipiplugins.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugin_imagesgallery.mo
@@ -1095,6 +1184,13 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
@comment in kde: @dirrm share/kde/services
@comment in kde: @dirrm share/kde/config.kcfg
+@dirrm share/kde/apps/kipiplugin_viewer/icons/hicolor/32x32/actions
+@dirrm share/kde/apps/kipiplugin_viewer/icons/hicolor/32x32
+@dirrm share/kde/apps/kipiplugin_viewer/icons/hicolor/16x16/actions
+@dirrm share/kde/apps/kipiplugin_viewer/icons/hicolor/16x16
+@dirrm share/kde/apps/kipiplugin_viewer/icons/hicolor
+@dirrm share/kde/apps/kipiplugin_viewer/icons
+@dirrm share/kde/apps/kipiplugin_viewer
@dirrm share/kde/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions
@dirrm share/kde/apps/kipiplugin_slideshow/icons/hicolor/22x22
@dirrm share/kde/apps/kipiplugin_slideshow/icons/hicolor
@@ -1115,7 +1211,11 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
@dirrm share/kde/apps/kipiplugin_jpeglossless
@dirrm share/kde/apps/kipiplugin_htmlexport/themes/snow
@dirrm share/kde/apps/kipiplugin_htmlexport/themes/simple
+@dirrm share/kde/apps/kipiplugin_htmlexport/themes/s0
@dirrm share/kde/apps/kipiplugin_htmlexport/themes/matrix
+@dirrm share/kde/apps/kipiplugin_htmlexport/themes/frames
+@dirrm share/kde/apps/kipiplugin_htmlexport/themes/cleanframes
+@dirrm share/kde/apps/kipiplugin_htmlexport/themes/classic
@dirrm share/kde/apps/kipiplugin_htmlexport/themes
@dirrm share/kde/apps/kipiplugin_htmlexport
@dirrm share/kde/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions
@@ -1148,8 +1248,6 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
@comment in kde: @dirrm share/doc/kde/HTML/ru
@dirrm share/doc/kde/HTML/pt_BR/kipi-plugins
@comment in kde: @dirrm share/doc/kde/HTML/pt_BR
-@dirrm share/doc/kde/HTML/pt/kipi-plugins
-@comment in kde: @dirrm share/doc/kde/HTML/pt
@dirrm share/doc/kde/HTML/nl/kipi-plugins
@comment in kde: @dirrm share/doc/kde/HTML/nl
@dirrm share/doc/kde/HTML/it/kipi-plugins
@@ -1162,6 +1260,4 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
@comment in kde: @dirrm share/doc/kde/HTML/en
@dirrm share/doc/kde/HTML/de/kipi-plugins
@comment in kde: @dirrm share/doc/kde/HTML/de
-@dirrm share/doc/kde/HTML/da/kipi-plugins
-@comment in kde: @dirrm share/doc/kde/HTML/da
@comment in kde: @dirrm lib/kde3
diff --git a/graphics/kipi-plugins/distinfo b/graphics/kipi-plugins/distinfo
index f2a500b03e9..f7606e7e922 100644
--- a/graphics/kipi-plugins/distinfo
+++ b/graphics/kipi-plugins/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.14 2007/04/03 09:32:09 drochner Exp $
+$NetBSD: distinfo,v 1.15 2007/07/08 09:57:45 wiz Exp $
-SHA1 (kipi-plugins-0.1.3.tar.bz2) = 9882d247e6e42e0206e295e85d141a184da138e6
-RMD160 (kipi-plugins-0.1.3.tar.bz2) = 4a0ea25edf6af4adf4a4eba28e4a97a7859e3f35
-Size (kipi-plugins-0.1.3.tar.bz2) = 7595003 bytes
-SHA1 (patch-aa) = aed3bc1b38b71f58976ca53e1a38890573787972
-SHA1 (patch-ae) = 7dd841c5142cd00b58f2552bf78523907d68f3fe
-SHA1 (patch-af) = 3d8cbf5120ff09aa8d0d7ce663bd7359f9f5d563
+SHA1 (kipi-plugins-0.1.4.tar.bz2) = 53d3609a257dfc0e429681438c60486cf4815fc6
+RMD160 (kipi-plugins-0.1.4.tar.bz2) = bc8b6d0d9bc8b30afbaf5ac5ccbc4862aa3a80e2
+Size (kipi-plugins-0.1.4.tar.bz2) = 8529867 bytes
diff --git a/graphics/kipi-plugins/patches/patch-aa b/graphics/kipi-plugins/patches/patch-aa
deleted file mode 100644
index 97c487345df..00000000000
--- a/graphics/kipi-plugins/patches/patch-aa
+++ /dev/null
@@ -1,376 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2007/04/03 09:32:09 drochner Exp $
-
---- kipi-plugins/common/exiv2iface/exiv2iface.cpp.orig 2007-01-24 22:04:18.000000000 +0100
-+++ kipi-plugins/common/exiv2iface/exiv2iface.cpp
-@@ -61,6 +61,20 @@
-
- #include "exiv2iface.h"
-
-+#if defined(__NetBSD__)
-+#include <sys/param.h>
-+#endif
-+
-+#if defined(__DragonFly__) || (defined(__NetBSD__) && __NetBSD_Version__ <= 399001700)
-+static double trunc(double val)
-+{
-+ if (val > 0)
-+ return floor(val);
-+ else
-+ return ceil(val);
-+}
-+#endif
-+
- namespace KIPIPlugins
- {
-
-@@ -97,7 +111,7 @@ bool Exiv2Iface::clearExif()
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot clear Exif data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -114,7 +128,7 @@ bool Exiv2Iface::clearIptc()
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot clear Iptc data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -153,7 +167,7 @@ QByteArray Exiv2Iface::getExif() const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get Exif data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -192,7 +206,7 @@ QByteArray Exiv2Iface::getIptc(bool addI
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get Iptc data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -214,7 +228,7 @@ bool Exiv2Iface::setExif(const QByteArra
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -236,7 +250,7 @@ bool Exiv2Iface::setIptc(const QByteArra
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Iptc data using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -271,7 +285,7 @@ bool Exiv2Iface::load(const QString& fil
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot load metadata using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- return false;
- }
-@@ -329,7 +343,7 @@ bool Exiv2Iface::save(const QString& fil
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot save metadata using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- return false;
- }
-@@ -362,7 +376,7 @@ bool Exiv2Iface::setImageProgramId(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Program identity into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -382,7 +396,7 @@ bool Exiv2Iface::setImageDimensions(cons
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set image dimensions using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -404,7 +418,7 @@ bool Exiv2Iface::setExifThumbnail(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif Thumbnail using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -434,7 +448,7 @@ QString Exiv2Iface::getExifTagString(con
- {
- kdDebug() << "Cannot find Exif key '"
- << exifTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -451,7 +465,7 @@ bool Exiv2Iface::setExifTagString(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif tag string into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -481,7 +495,7 @@ QString Exiv2Iface::getIptcTagString(con
- {
- kdDebug() << "Cannot find Iptc key '"
- << iptcTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -498,7 +512,7 @@ bool Exiv2Iface::setIptcTagString(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Iptc tag string into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -522,7 +536,7 @@ bool Exiv2Iface::getExifTagLong(const ch
- {
- kdDebug() << "Cannot find Exif key '"
- << exifTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -547,7 +561,7 @@ QByteArray Exiv2Iface::getExifTagData(co
- {
- kdDebug() << "Cannot find Exif key '"
- << exifTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -572,7 +586,7 @@ QByteArray Exiv2Iface::getIptcTagData(co
- {
- kdDebug() << "Cannot find Iptc key '"
- << iptcTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -597,7 +611,7 @@ bool Exiv2Iface::getExifTagRational(cons
- {
- kdDebug() << "Cannot find Exif Rational value from key '"
- << exifTagName << "' into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -614,7 +628,7 @@ bool Exiv2Iface::setExifTagLong(const ch
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif tag long value into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -631,7 +645,7 @@ bool Exiv2Iface::setExifTagRational(cons
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif tag rational value into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -653,7 +667,7 @@ bool Exiv2Iface::removeExifTag(const cha
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot remove Exif tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -675,7 +689,7 @@ bool Exiv2Iface::removeIptcTag(const cha
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot remove Iptc tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -717,7 +731,7 @@ bool Exiv2Iface::setImagePreview(const Q
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get image preview using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -847,7 +861,7 @@ QDateTime Exiv2Iface::getImageDateTime()
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot parse Exif date & time tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -940,7 +954,7 @@ Exiv2Iface::ImageOrientation Exiv2Iface:
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot parse Exif Orientation tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1007,7 +1021,7 @@ bool Exiv2Iface::setImageOrientation(Ima
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif Orientation tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1107,7 +1121,7 @@ bool Exiv2Iface::getGPSInfo(double& alti
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get Exif GPS tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1229,7 +1243,7 @@ bool Exiv2Iface::setGPSInfo(double altit
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif GPS tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1264,7 +1278,7 @@ bool Exiv2Iface::removeGPSInfo()
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot remove Exif GPS tag using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1357,7 +1371,7 @@ QStringList Exiv2Iface::getImageKeywords
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get IPTC Keywords from image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1407,7 +1421,7 @@ bool Exiv2Iface::setImageKeywords(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set IPTC Keywords into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1440,7 +1454,7 @@ QStringList Exiv2Iface::getImageSubjects
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get IPTC Subjects from image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1490,7 +1504,7 @@ bool Exiv2Iface::setImageSubjects(const
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set IPTC Subjects into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1523,7 +1537,7 @@ QStringList Exiv2Iface::getImageSubCateg
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot get IPTC Sub Categories from image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1573,7 +1587,7 @@ bool Exiv2Iface::setImageSubCategories(c
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set IPTC Sub Categories into image using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1603,7 +1617,7 @@ QString Exiv2Iface::getExifComment() con
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot find Exif User Comment using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1645,7 +1659,7 @@ bool Exiv2Iface::setExifComment(const QS
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot set Exif Comment using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
-@@ -1718,7 +1732,7 @@ QString Exiv2Iface::convertCommentValue(
- catch( Exiv2::Error &e )
- {
- kdDebug() << "Cannot convert Comment using Exiv2 ("
-- << QString::fromLocal8Bit(e.what().c_str())
-+ << QString::fromLocal8Bit(e.what())
- << ")" << endl;
- }
-
diff --git a/graphics/kipi-plugins/patches/patch-ae b/graphics/kipi-plugins/patches/patch-ae
deleted file mode 100644
index 625ef459313..00000000000
--- a/graphics/kipi-plugins/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2007/01/02 18:45:46 xtraeme Exp $
-
---- kipi-plugins/jpeglossless/utils.cpp.orig 2006-12-31 23:46:49.000000000 +0100
-+++ kipi-plugins/jpeglossless/utils.cpp 2006-12-31 23:47:08.000000000 +0100
-@@ -24,9 +24,9 @@
-
- extern "C"
- {
-+#include <sys/types.h>
- #include <utime.h>
- #include <unistd.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- }
-
diff --git a/graphics/kipi-plugins/patches/patch-af b/graphics/kipi-plugins/patches/patch-af
deleted file mode 100644
index 013d5bb9b98..00000000000
--- a/graphics/kipi-plugins/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.1 2007/01/02 18:45:46 xtraeme Exp $
-
---- kipi-plugins/rawconverter/dcrawiface.h.orig 2007-01-02 19:24:57.000000000 +0100
-+++ kipi-plugins/rawconverter/dcrawiface.h 2007-01-02 19:25:28.000000000 +0100
-@@ -26,6 +26,7 @@
-
- extern "C"
- {
-+#include <stdarg.h>
- #include <png.h>
- }
-