pkgsrc/graphics/kipi-plugins/Makefile

47 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.61 2011/05/02 12:37:14 wiz Exp $
#
DISTNAME= kipi-plugins-1.6.0
PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/kipi-plugins/1.6.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kipi-plugins.org/drupal/
COMMENT= Common plugin structure for KDE4 programs
#LICENSE= gnu-gpl-v2 AND Adobe DNG SDK license
BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
2007-10-06 00:51:05 +02:00
SUBST_CLASSES+= xdg
SUBST_SED.xdg= -e "s,/usr/bin/env xdg-open,${PREFIX}/bin/xdg-open,"
SUBST_FILES.xdg= expoblending/expoblending.desktop
SUBST_STAGE.xdg= pre-build
SUBST_MESSAGE.xdg= Fixing path in desktop file.
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.4.0
.include "../../meta-pkgs/kde4/kde4.mk"
# for IpodExport
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
2007-07-08 11:57:45 +02:00
.include "../../audio/libgpod/buildlink3.mk"
.include "../../graphics/kdegraphics4/buildlink3.mk"
# for RemoveRedEyes
.include "../../graphics/opencv/buildlink3.mk"
# for Calendar
.include "../../misc/kdepimlibs4/buildlink3.mk"
# for Shwup
.include "../../security/qca2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"