diff options
author | kmoore <kmoore@FreeBSD.org> | 2009-09-05 07:49:04 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2009-09-05 07:49:04 +0800 |
commit | eb13242fb83e2ff4f7dfe9b0044e9008371d5f3d (patch) | |
tree | 656f55e3c38765a0edcf2559006db6b9d3dcfcae /graphics | |
parent | bf54cd7555ce1405ce2f24f21794277269086736 (diff) | |
download | freebsd-ports-gnome-eb13242fb83e2ff4f7dfe9b0044e9008371d5f3d.tar.gz freebsd-ports-gnome-eb13242fb83e2ff4f7dfe9b0044e9008371d5f3d.tar.zst freebsd-ports-gnome-eb13242fb83e2ff4f7dfe9b0044e9008371d5f3d.zip |
- Update to 0.5.0
Tested / Thanks to Max Brazhnikov <makc@freebsd.org>
PR: 138010
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: miwi (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 45 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/distinfo | 6 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt | 16 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/files/qt3to4headers.txt | 46 | ||||
-rw-r--r-- | graphics/kipi-plugins-kde4/pkg-plist | 165 |
5 files changed, 211 insertions, 67 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 271d7c8eed75..c39504df53fe 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -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/${PORTNAME}/${PORTVERSION} @@ -16,27 +15,51 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= kris@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 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 + +.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 -post-patch: - ${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \ - ${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt +.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 --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo index 7d504547087c..84d388c1b994 100644 --- a/graphics/kipi-plugins-kde4/distinfo +++ b/graphics/kipi-plugins-kde4/distinfo @@ -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 --git a/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt b/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt new file mode 100644 index 000000000000..b5861177b381 --- /dev/null +++ b/graphics/kipi-plugins-kde4/files/patch-ipodexport__CMakeLists.txt @@ -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 --git a/graphics/kipi-plugins-kde4/files/qt3to4headers.txt b/graphics/kipi-plugins-kde4/files/qt3to4headers.txt index 75f06c344ce0..e69de29bb2d1 100644 --- a/graphics/kipi-plugins-kde4/files/qt3to4headers.txt +++ b/graphics/kipi-plugins-kde4/files/qt3to4headers.txt @@ -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 --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist index 609710828163..e4487765fea0 100644 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ b/graphics/kipi-plugins-kde4/pkg-plist @@ -2,7 +2,7 @@ bin/dngconverter 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_galleryexport.so 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 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/icons/hicolor/scalable/actions/flash.svgz 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/22x22/actions/picasa.png 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/icons/oxygen/scalable/apps/rawconverter.svgz 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_galleryexport.desktop 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/kipiplugin_wallpaper.mo 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_imageviewer.mo 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/kipiplugin_wallpaper.mo 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_smug.mo 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_smug.mo 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/kipiplugin_wallpaper.mo 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_sendimages.mo 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/kipiplugin_wallpaper.mo 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_smug.mo 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 +@dirrmtry share/locale/hne/LC_MESSAGES +@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 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo @dirrm share/apps/kipiplugin_smug/icons/hicolor @dirrm share/apps/kipiplugin_smug/icons @dirrm share/apps/kipiplugin_smug -@dirrm share/apps/kipiplugin_removeredeyes +%%OPENCV%%@dirrm share/apps/kipiplugin_removeredeyes +@dirrm share/apps/kipiplugin_printimages/templates +@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 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo @dirrm share/apps/kipiplugin_htmlexport/themes @dirrm share/apps/kipiplugin_htmlexport @dirrm share/apps/kipiplugin_galleryexport/pics +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/scalable/actions +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/scalable +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/48x48/actions +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/48x48 +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/32x32/actions +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/32x32 +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/22x22/actions +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/22x22 +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/16x16/actions +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor/16x16 +@dirrm share/apps/kipiplugin_galleryexport/icons/hicolor +@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 |