ports/138010: [PATCH] graphics/kipi-plugins-kde4: Update to version 0.5.0

Jason E. Hale bsdkaffee at gmail.com
Fri Aug 21 04:10:02 UTC 2009


>Number:         138010
>Category:       ports
>Synopsis:       [PATCH] graphics/kipi-plugins-kde4: Update to version 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 21 04:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon May 4 04:03:46 EDT 2009 root at mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386
KDE 4.3.0
QT 4.5.2
	
>Description:
Update graphics/kipi-plugins-kde4 to version 0.5.0

Makefile notes:
- FETCH_ARGS needed to be redefined since fetch(1) was failing with -A
- Add USE_GETTEXT to quash some portlint(1) warnings
- Mark MAKE_JOBS_SAFE - tested with MAKE_JOBS_NUMBER=4 on dual core processor
- OPTIONify optional dependencies that only a few plugins need
- Enable IpodExport plugin in OPTIONS since libgpod was updated

Patch notes:
- Remove qt3to4headers.txt - not needed - the better fix is in CMakeLists.txt
  using INCLUDE_DIRECTORIES(${QT4_INCLUDES}) instead of INCLUDE_DIRECTORIES(${QT_INCLUDES})
- Add patch-ipodexport__CMakeLists.txt - this prevents the IpodExport plugin from linking
  to QT3/KDE3 libraries
	
>How-To-Repeat:
- Use attached diff.
- Remove: files/qt3to4headers.txt
- New file: files/patch-ipodexport__CMakeLists.txt
	
>Fix:
	
--- 2009-08-20-kipi-plugins-kde4.diff begins here ---
diff -ruN kipi-plugins-kde4.orig/Makefile kipi-plugins-kde4/Makefile
--- kipi-plugins-kde4.orig/Makefile	2009-08-20 22:30:30.000000000 -0400
+++ kipi-plugins-kde4/Makefile	2009-08-20 23:05:43.000000000 -0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	kipi-plugins
-PORTVERSION=	0.2.0
-PORTREVISION=	3
+PORTVERSION=	0.5.0
 PORTEPOCH=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	SF/kipi
@@ -16,27 +15,52 @@
 MAINTAINER=	kris at pcbsd.org
 COMMENT=	KDE4 kipi graphics plugins
 
-LIB_DEPENDS=	cv.1:${PORTSDIR}/graphics/opencv \
-		expat.6:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
 		kipi.6:${PORTSDIR}/graphics/kdegraphics4
 RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
 
+FETCH_ARGS=	-pRr
 USE_BZIP2=	yes
 USE_CMAKE=	yes
-USE_KDE4=	automoc4 kdehier kdeprefix kdelibs pimlibs
+USE_GETTEXT=	yes
+USE_KDE4=	automoc4 kdehier kdeprefix kdelibs
 USE_QT_VER=	4
 QT_COMPONENTS=	gui dbus network svg xml \
 		qmake_build moc_build rcc_build uic_build
 USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
-# Disable IpodExport plugin for now.  Requires audio/libgpod >= 0.7.0.
-CMAKE_ARGS=	-DWITH_GLIB2:BOOL=OFF \
+OPTIONS=	GPOD "Enable Ipod Export plugin" ON \
+		OPENCV "Enable Red Eye Removal plugin" ON \
+		PIMLIBS "Enable Calendar plugin" ON
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_GPOD)
+LIB_DEPENDS+=	gpod.5:${PORTSDIR}/audio/libgpod
+PLIST_SUB+=	GPOD=""
+.else
+CMAKE_ARGS+=	-DWITH_GLIB2:BOOL=OFF \
 		-DWITH_GObject:BOOL=OFF \
 		-DWITH_Gdk:BOOL=OFF \
 		-DWITH_Gpod:BOOL=OFF
+PLIST_SUB+=	GPOD="@comment "
+.endif
 
-post-patch:
-	${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
-		${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
+.if defined(WITH_OPENCV)
+LIB_DEPENDS+=	cv.1:${PORTSDIR}/graphics/opencv
+PLIST_SUB+=	OPENCV=""
+.else
+CMAKE_ARGS+=	-DWITH_OpenCV:BOOL=OFF
+PLIST_SUB+=	OPENCV="@comment "
+.endif
+
+.if defined(WITH_PIMLIBS)
+USE_KDE4+=	pimlibs
+PLIST_SUB+=	PIMLIBS=""
+.else
+CMAKE_ARGS+=	-DWITH_KdepimLibs:BOOL=OFF
+PLIST_SUB+=	PIMLIBS="@comment "
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN kipi-plugins-kde4.orig/distinfo kipi-plugins-kde4/distinfo
--- kipi-plugins-kde4.orig/distinfo	2009-08-20 22:30:30.000000000 -0400
+++ kipi-plugins-kde4/distinfo	2009-08-20 22:37:19.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (kipi-plugins-0.2.0.tar.bz2) = cae41d263cc368719f6a51d511bdeab9
-SHA256 (kipi-plugins-0.2.0.tar.bz2) = e8696e8a70004f8e99fae5daef532ce026dc61f3cc5cddbaa0080dc2f429587b
-SIZE (kipi-plugins-0.2.0.tar.bz2) = 3333605
+MD5 (kipi-plugins-0.5.0.tar.bz2) = f82c95b85f2b434fd03b99451ec5081e
+SHA256 (kipi-plugins-0.5.0.tar.bz2) = 6d349d7b156617603dadfe88d6a62b42bea083d9e15ef200f40d7f4d7d64c6e9
+SIZE (kipi-plugins-0.5.0.tar.bz2) = 3711696
diff -ruN kipi-plugins-kde4.orig/files/patch-ipodexport__CMakeLists.txt kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt
--- kipi-plugins-kde4.orig/files/patch-ipodexport__CMakeLists.txt	1969-12-31 19:00:00.000000000 -0500
+++ kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt	2009-08-20 22:31:33.000000000 -0400
@@ -0,0 +1,16 @@
+--- ./ipodexport/CMakeLists.txt.orig	2009-08-20 21:07:19.000000000 -0400
++++ ./ipodexport/CMakeLists.txt	2009-08-20 21:11:16.000000000 -0400
+@@ -18,8 +18,11 @@
+                       ${GPOD_LIBRARIES}
+                       ${GDK_LIBRARIES}
+                       kipiplugins
+-                      kipi
+-                      kio
++                      ${KIPI_LIBRARIES}
++                      ${KDE4_KIO_LIBS}
++                      ${KDE4_KDECORE_LIBS}
++                      ${QT_QTCORE_LIBRARY}
++                      ${QT_QTGUI_LIBRARY}
+                      )
+ 
+ INSTALL(TARGETS kipiplugin_ipodexport DESTINATION ${PLUGIN_INSTALL_DIR})
diff -ruN kipi-plugins-kde4.orig/files/qt3to4headers.txt kipi-plugins-kde4/files/qt3to4headers.txt
--- kipi-plugins-kde4.orig/files/qt3to4headers.txt	2009-08-20 22:30:30.000000000 -0400
+++ kipi-plugins-kde4/files/qt3to4headers.txt	1969-12-31 19:00:00.000000000 -0500
@@ -1,46 +0,0 @@
-s/<q3dragobject.h>/<Q3DragObject>/g
-s/<q3frame.h>/<Q3Frame>/g
-s/<q3groupbox.h>/<Q3GroupBox>/g
-s/<q3hgroupbox.h>/<Q3HGroupBox>/g
-s/<q3listview.h>/<Q3ListView>/g
-s/<q3popupmenu.h>/<Q3PopupMenu>/g
-s/<q3process.h>/<Q3Process>/g
-s/<q3progressdialog.h>/<Q3ProgressDialog>/g
-s/<q3strlist.h>/<Q3StrList>/g
-s/<q3textview.h>/<Q3TextView>/g
-s/<q3vbox.h>/<Q3VBox>/g
-s/<q3vgroupbox.h>/<Q3VGroupBox>/g
-s/<qapplication.h>/<QApplication>/g
-s/<qbuttongroup.h>/<QButtonGroup>/g
-s/<qcheckbox.h>/<QCheckBox>/g
-s/<qcolor.h>/<QColor>/g
-s/<qcombobox.h>/<QComboBox>/g
-s/<qcursor.h>/<QCursor>/g
-s/<qdesktopwidget.h>/<QDesktopWidget>/g
-s/<qdir.h>/<QDir>/g
-s/<qevent.h>/<QEvent>/g
-s/<qfile.h>/<QFile>/g
-s/<qfileinfo.h>/<QFileInfo>/g
-s/<qfont.h>/<QFont>/g
-s/<qfontmetrics.h>/<QFontMetrics>/g
-s/<qgroupbox.h>/<QGroupBox>/g
-s/<qimage.h>/<QImage>/g
-s/<qlabel.h>/<QLabel>/g
-s/<qlayout.h>/<QLayout>/g
-s/<qlineedit.h>/<QLineEdit>/g
-s/<qmatrix.h>/<QMatrix>/g
-s/<qobject.h>/<QObject>/g
-s/<qpainter.h>/<QPainter>/g
-s/<qpalette.h>/<QPalette>/g
-s/<qpixmap.h>/<QPixmap>/g
-s/<qpointer.h>/<QPointer>/g
-s/<qpushbutton.h>/<QPushButton>/g
-s/<qradiobutton.h>/<QRadioButton>/g
-s/<qregexp.h>/<QRegExp>/g
-s/<qspinbox.h>/<QSpinBox>/g
-s/<qstring.h>/<QString>/g
-s/<qtextcodec.h>/<QTextCodec>/g
-s/<qtextstream.h>/<QTextStream>/g
-s/<qtimer.h>/<QTimer>/g
-s/<qtooltip.h>/<QToolTip>/g
-s/<qwidget.h>/<QWidget>/g
diff -ruN kipi-plugins-kde4.orig/pkg-plist kipi-plugins-kde4/pkg-plist
--- kipi-plugins-kde4.orig/pkg-plist	2009-08-20 22:30:30.000000000 -0400
+++ kipi-plugins-kde4/pkg-plist	2009-08-20 22:37:35.000000000 -0400
@@ -2,7 +2,7 @@
 lib/kde4/kipiplugin_acquireimages.so
 lib/kde4/kipiplugin_advancedslideshow.so
 lib/kde4/kipiplugin_batchprocessimages.so
-lib/kde4/kipiplugin_calendar.so
+%%PIMLIBS%%lib/kde4/kipiplugin_calendar.so
 lib/kde4/kipiplugin_dngconverter.so
 lib/kde4/kipiplugin_facebook.so
 lib/kde4/kipiplugin_flashexport.so
@@ -11,12 +11,13 @@
 lib/kde4/kipiplugin_gpssync.so
 lib/kde4/kipiplugin_htmlexport.so
 lib/kde4/kipiplugin_imageviewer.so
+%%GPOD%%lib/kde4/kipiplugin_ipodexport.so
 lib/kde4/kipiplugin_jpeglossless.so
 lib/kde4/kipiplugin_metadataedit.so
 lib/kde4/kipiplugin_picasawebexport.so
 lib/kde4/kipiplugin_printimages.so
 lib/kde4/kipiplugin_rawconverter.so
-lib/kde4/kipiplugin_removeredeyes.so
+%%OPENCV%%lib/kde4/kipiplugin_removeredeyes.so
 lib/kde4/kipiplugin_sendimages.so
 lib/kde4/kipiplugin_smug.so
 lib/kde4/kipiplugin_timeadjust.so
@@ -24,6 +25,7 @@
 lib/libkipiplugins.so.1
 lib/libkipiplugins.so.1.0.0
 share/applications/kde4/dngconverter.desktop
+share/applications/kde4/kipiplugins.desktop
 share/apps/kipiplugin_advancedslideshow/KIPIicon.svg
 share/apps/kipiplugin_facebook/icons/hicolor/16x16/actions/facebook.png
 share/apps/kipiplugin_facebook/icons/hicolor/22x22/actions/facebook.png
@@ -38,10 +40,20 @@
 share/apps/kipiplugin_flashexport/index.template
 share/apps/kipiplugin_flashexport/simpleviewer_html/space.png
 share/apps/kipiplugin_flickrexport/icons/hicolor/16x16/actions/flickr.png
+share/apps/kipiplugin_flickrexport/icons/hicolor/16x16/actions/hq.png
 share/apps/kipiplugin_flickrexport/icons/hicolor/22x22/actions/flickr.png
+share/apps/kipiplugin_flickrexport/icons/hicolor/22x22/actions/hq.png
 share/apps/kipiplugin_flickrexport/icons/hicolor/32x32/actions/flickr.png
+share/apps/kipiplugin_flickrexport/icons/hicolor/32x32/actions/hq.png
 share/apps/kipiplugin_flickrexport/icons/hicolor/48x48/actions/flickr.png
+share/apps/kipiplugin_flickrexport/icons/hicolor/48x48/actions/hq.png
 share/apps/kipiplugin_flickrexport/icons/hicolor/scalable/actions/flickr.svgz
+share/apps/kipiplugin_flickrexport/icons/hicolor/scalable/actions/hq.svgz
+share/apps/kipiplugin_galleryexport/icons/hicolor/16x16/actions/gallery.png
+share/apps/kipiplugin_galleryexport/icons/hicolor/22x22/actions/gallery.png
+share/apps/kipiplugin_galleryexport/icons/hicolor/32x32/actions/gallery.png
+share/apps/kipiplugin_galleryexport/icons/hicolor/48x48/actions/gallery.png
+share/apps/kipiplugin_galleryexport/icons/hicolor/scalable/actions/gallery.svgz
 share/apps/kipiplugin_galleryexport/pics/gallery.png
 share/apps/kipiplugin_htmlexport/themes/classic/classic.desktop
 share/apps/kipiplugin_htmlexport/themes/classic/gohome.png
@@ -95,8 +107,29 @@
 share/apps/kipiplugin_picasawebexport/icons/hicolor/32x32/actions/picasa.png
 share/apps/kipiplugin_picasawebexport/icons/hicolor/48x48/actions/picasa.png
 share/apps/kipiplugin_picasawebexport/icons/hicolor/scalable/actions/picasa.svgz
-share/apps/kipiplugin_removeredeyes/controlwidget.svg
-share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
+share/apps/kipiplugin_printimages/templates/10.5x14.8cm.desktop
+share/apps/kipiplugin_printimages/templates/10x13.33cm.desktop
+share/apps/kipiplugin_printimages/templates/10x15cm.desktop
+share/apps/kipiplugin_printimages/templates/10x15cmAlbum.desktop
+share/apps/kipiplugin_printimages/templates/11.5x15cmAlbum.desktop
+share/apps/kipiplugin_printimages/templates/13x18cm.desktop
+share/apps/kipiplugin_printimages/templates/20x25cm.desktop
+share/apps/kipiplugin_printimages/templates/21x29.7cm.desktop
+share/apps/kipiplugin_printimages/templates/3.5x5.desktop
+share/apps/kipiplugin_printimages/templates/4x6.desktop
+share/apps/kipiplugin_printimages/templates/4x6Album.desktop
+share/apps/kipiplugin_printimages/templates/5x7.desktop
+share/apps/kipiplugin_printimages/templates/6x9cm.desktop
+share/apps/kipiplugin_printimages/templates/8x10.desktop
+share/apps/kipiplugin_printimages/templates/9x13cm.desktop
+share/apps/kipiplugin_printimages/templates/Album-Collage.desktop
+share/apps/kipiplugin_printimages/templates/Album-Collage1.desktop
+share/apps/kipiplugin_printimages/templates/Photoframe.desktop
+share/apps/kipiplugin_printimages/templates/Small-Thumbnails.desktop
+share/apps/kipiplugin_printimages/templates/Thumbnails.desktop
+share/apps/kipiplugin_printimages/templates/templates.xml
+%%OPENCV%%share/apps/kipiplugin_removeredeyes/controlwidget.svg
+%%OPENCV%%share/apps/kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml
 share/apps/kipiplugin_smug/icons/hicolor/16x16/actions/smugmug.png
 share/apps/kipiplugin_smug/icons/hicolor/22x22/actions/smugmug.png
 share/apps/kipiplugin_smug/icons/hicolor/32x32/actions/smugmug.png
@@ -136,7 +169,7 @@
 share/kde4/services/kipiplugin_acquireimages.desktop
 share/kde4/services/kipiplugin_advancedslideshow.desktop
 share/kde4/services/kipiplugin_batchprocessimages.desktop
-share/kde4/services/kipiplugin_calendar.desktop
+%%PIMLIBS%%share/kde4/services/kipiplugin_calendar.desktop
 share/kde4/services/kipiplugin_dngconverter.desktop
 share/kde4/services/kipiplugin_facebook.desktop
 share/kde4/services/kipiplugin_flashexport.desktop
@@ -145,12 +178,13 @@
 share/kde4/services/kipiplugin_gpssync.desktop
 share/kde4/services/kipiplugin_htmlexport.desktop
 share/kde4/services/kipiplugin_imageviewer.desktop
+%%GPOD%%share/kde4/services/kipiplugin_ipodexport.desktop
 share/kde4/services/kipiplugin_jpeglossless.desktop
 share/kde4/services/kipiplugin_metadataedit.desktop
 share/kde4/services/kipiplugin_picasawebexport.desktop
 share/kde4/services/kipiplugin_printimages.desktop
 share/kde4/services/kipiplugin_rawconverter.desktop
-share/kde4/services/kipiplugin_removeredeyes.desktop
+%%OPENCV%%share/kde4/services/kipiplugin_removeredeyes.desktop
 share/kde4/services/kipiplugin_sendimages.desktop
 share/kde4/services/kipiplugin_smug.desktop
 share/kde4/services/kipiplugin_timeadjust.desktop
@@ -169,8 +203,10 @@
 share/locale/be/LC_MESSAGES/kipiplugins.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_facebook.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_flashexport.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_flickrexport.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo
@@ -180,6 +216,7 @@
 share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/ca/LC_MESSAGES/kipiplugin_printimages.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_removeredeyes.mo
 share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo
@@ -211,6 +248,7 @@
 share/locale/cs/LC_MESSAGES/kipiplugins.mo
 share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/da/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo
 share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo
 share/locale/da/LC_MESSAGES/kipiplugin_dngconverter.mo
 share/locale/da/LC_MESSAGES/kipiplugin_facebook.mo
@@ -280,6 +318,30 @@
 share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.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
+share/locale/en_GB/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/en_GB/LC_MESSAGES/kipiplugins.mo
 share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/es/LC_MESSAGES/kipiplugin_advancedslideshow.mo
 share/locale/es/LC_MESSAGES/kipiplugin_flashexport.mo
@@ -316,6 +378,13 @@
 share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo
 share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo
 share/locale/et/LC_MESSAGES/kipiplugins.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/fi/LC_MESSAGES/kipiplugins.mo
 share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/fr/LC_MESSAGES/kipiplugin_advancedslideshow.mo
 share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo
@@ -363,6 +432,7 @@
 share/locale/ga/LC_MESSAGES/kipiplugins.mo
 share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/gl/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo
 share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo
 share/locale/gl/LC_MESSAGES/kipiplugin_dngconverter.mo
 share/locale/gl/LC_MESSAGES/kipiplugin_facebook.mo
@@ -395,10 +465,38 @@
 share/locale/hi/LC_MESSAGES/kipiplugin_timeadjust.mo
 share/locale/hi/LC_MESSAGES/kipiplugin_wallpaper.mo
 share/locale/hi/LC_MESSAGES/kipiplugins.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/hne/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/hne/LC_MESSAGES/kipiplugins.mo
+share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo
 share/locale/is/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/is/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/is/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo
 share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo
 share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/is/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/is/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/is/LC_MESSAGES/kipiplugin_removeredeyes.mo
 share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/is/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo
 share/locale/is/LC_MESSAGES/kipiplugins.mo
 share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/it/LC_MESSAGES/kipiplugin_advancedslideshow.mo
@@ -724,12 +822,25 @@
 share/locale/se/LC_MESSAGES/kipiplugins.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_facebook.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_ipodexport.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_printimages.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_removeredeyes.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/sk/LC_MESSAGES/kipiplugin_smug.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo
 share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo
 share/locale/sk/LC_MESSAGES/kipiplugins.mo
@@ -847,10 +958,36 @@
 share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo
 share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo
 share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_acquireimages.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_advancedslideshow.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_batchprocessimages.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_calendar.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_dngconverter.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_facebook.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_flashexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_flickrexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_galleryexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_gpssync.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_htmlexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_imageviewer.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_ipodexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_jpeglossless.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_metadataedit.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_picasawebexport.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_printimages.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_rawconverter.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_removeredeyes.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_sendimages.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_smug.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_timeadjust.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugin_wallpaper.mo
+share/locale/zh_TW/LC_MESSAGES/kipiplugins.mo
 @dirrmtry share/locale/se/LC_MESSAGES
 @dirrmtry share/locale/se
 @dirrmtry share/locale/oc/LC_MESSAGES
 @dirrmtry share/locale/oc
+ at dirrmtry share/locale/hne/LC_MESSAGES
+ at dirrmtry share/locale/hne
 @dirrm share/apps/kipiplugin_smug/icons/hicolor/scalable/actions
 @dirrm share/apps/kipiplugin_smug/icons/hicolor/scalable
 @dirrm share/apps/kipiplugin_smug/icons/hicolor/48x48/actions
@@ -864,7 +1001,9 @@
 @dirrm share/apps/kipiplugin_smug/icons/hicolor
 @dirrm share/apps/kipiplugin_smug/icons
 @dirrm share/apps/kipiplugin_smug
- at dirrm share/apps/kipiplugin_removeredeyes
+%%OPENCV%%@dirrm share/apps/kipiplugin_removeredeyes
+ at dirrm share/apps/kipiplugin_printimages/templates
+ at dirrm share/apps/kipiplugin_printimages
 @dirrm share/apps/kipiplugin_picasawebexport/icons/hicolor/scalable/actions
 @dirrm share/apps/kipiplugin_picasawebexport/icons/hicolor/scalable
 @dirrm share/apps/kipiplugin_picasawebexport/icons/hicolor/48x48/actions
@@ -892,6 +1031,18 @@
 @dirrm share/apps/kipiplugin_htmlexport/themes
 @dirrm share/apps/kipiplugin_htmlexport
 @dirrm share/apps/kipiplugin_galleryexport/pics
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/scalable/actions
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/scalable
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/48x48/actions
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/48x48
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/32x32/actions
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/32x32
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/22x22/actions
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/22x22
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/16x16/actions
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/16x16
+ at dirrm share/apps/kipiplugin_galleryexport/icons/hicolor
+ at dirrm share/apps/kipiplugin_galleryexport/icons
 @dirrm share/apps/kipiplugin_galleryexport
 @dirrm share/apps/kipiplugin_flickrexport/icons/hicolor/scalable/actions
 @dirrm share/apps/kipiplugin_flickrexport/icons/hicolor/scalable
--- 2009-08-20-kipi-plugins-kde4.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list