diff options
author | vs <vs@FreeBSD.org> | 2005-03-13 22:17:08 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-13 22:17:08 +0800 |
commit | ca929caff55eaade2f49b8e98731a009855f1926 (patch) | |
tree | f23b2cc902f2afbc9e1d112d8209c4d4797af051 /graphics/kipi-plugins-kde4/Makefile | |
parent | de1f60c469d88885dc813a8da1dbb4200928de49 (diff) | |
download | freebsd-ports-gnome-ca929caff55eaade2f49b8e98731a009855f1926.tar.gz freebsd-ports-gnome-ca929caff55eaade2f49b8e98731a009855f1926.tar.zst freebsd-ports-gnome-ca929caff55eaade2f49b8e98731a009855f1926.zip |
1) Update graphics/libkipi to version 0.1.1
2) Update graphics/kipi-plugins to version 0.1-beta2
--one plugin added (GALLERYEXPORT)
PR: ports/78466
Submitted by: Arjan van Leeuwen (maintainer)
Diffstat (limited to 'graphics/kipi-plugins-kde4/Makefile')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index addcdacccba5..f33856e84357 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -6,19 +6,18 @@ # PORTNAME= kipi-plugins -PORTVERSION= 0.1.b.1 -PORTREVISION= 2 +PORTVERSION= 0.1.0.b.2 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= digikam -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b.1/-beta1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./-beta/} MAINTAINER= avleeuwen@piwebs.com COMMENT= KDE Image Plugin Interface plugins -LIB_DEPENDS= kexif:${PORTSDIR}/graphics/libkexif \ - kipi:${PORTSDIR}/graphics/libkipi \ +LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ + kipi.0:${PORTSDIR}/graphics/libkipi \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ Imlib2.3:${PORTSDIR}/graphics/imlib2 @@ -27,6 +26,7 @@ OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ CALENDAR "create calendars" on \ CDARCHIVING "create album CDs" on \ FINDIMAGES "find duplicate images in albums" on \ + GALLERYEXPORT "album to remote Gallery server export" on \ IMAGESGALLERY "album to HTML gallery export" on \ JPEGLOSSLESS "batch processing without losing meta info" on \ MPEGENCODER "tool to build a video from images" on \ @@ -47,7 +47,7 @@ CONFIGURE_ARGS+=--program-prefix='' .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +CONFIGURE_ARGS+=--enable-final .endif .if !defined(WITHOUT_ACQUIREIMAGES) @@ -86,6 +86,13 @@ SUBDIRS+= findimages PLIST_SUB+= FINDIMAGES:="@comment " .endif +.if !defined(WITHOUT_GALLERYEXPORT) +PLIST_SUB+= GALLERYEXPORT:="" +SUBDIRS+= galleryexport +.else +PLIST_SUB+= GALLERYEXPORT:="@comment " +.endif + .if !defined(WITHOUT_IMAGESGALLERY) PLIST_SUB+= IMAGESGALLERY:="" SUBDIRS+= imagesgallery |