2011-05-02 14:37:14 +02:00
|
|
|
# $NetBSD: Makefile,v 1.61 2011/05/02 12:37:14 wiz Exp $
|
2010-02-15 15:40:38 +01:00
|
|
|
#
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
|
2011-01-10 16:19:43 +01:00
|
|
|
DISTNAME= kipi-plugins-1.6.0
|
2011-05-02 14:37:14 +02:00
|
|
|
PKGREVISION= 4
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
CATEGORIES= graphics
|
2011-01-10 16:19:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/kipi-plugins/1.6.0/}
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-01-27 22:44:48 +01:00
|
|
|
HOMEPAGE= http://www.kipi-plugins.org/drupal/
|
2010-02-15 15:40:38 +01:00
|
|
|
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
|
2011-05-02 14:37:14 +02:00
|
|
|
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2010-02-15 15:40:38 +01:00
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2010-02-15 15:40:38 +01:00
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
2007-10-06 00:51:05 +02:00
|
|
|
|
2011-05-02 14:37:14 +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.
|
|
|
|
|
2010-04-10 05:10:15 +02:00
|
|
|
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.4.0
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
2010-02-15 15:40:38 +01:00
|
|
|
# for IpodExport
|
2007-07-08 11:57:45 +02:00
|
|
|
.include "../../audio/libgpod/buildlink3.mk"
|
2010-02-15 15:40:38 +01:00
|
|
|
.include "../../graphics/kdegraphics4/buildlink3.mk"
|
2010-12-06 09:43:02 +01:00
|
|
|
# for RemoveRedEyes
|
|
|
|
.include "../../graphics/opencv/buildlink3.mk"
|
2010-02-15 15:40:38 +01:00
|
|
|
# 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"
|
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.
This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.
2005-01-09 11:42:21 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|