diff options
author | tron <tron> | 2006-07-07 15:14:32 +0000 |
---|---|---|
committer | tron <tron> | 2006-07-07 15:14:32 +0000 |
commit | e17c9969309ad2241eb55bd5043324baab14e9b6 (patch) | |
tree | b77511d45a4b14f33907a2c992b63abba37107af /graphics/gimp | |
parent | 9053e9b328dffdca2e579617028a55091e3717a2 (diff) | |
download | pkgsrc-e17c9969309ad2241eb55bd5043324baab14e9b6.tar.gz |
Add "twain" plug-in to package list under Mac OS X. Bump package revision
because binary package changed.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 11 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b016b14512d..830f8900838 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.141 2006/07/05 05:37:41 jlam Exp $ +# $NetBSD: Makefile,v 1.142 2006/07/07 15:14:32 tron Exp $ DISTNAME= gimp-2.2.11 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ @@ -49,6 +49,13 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} +TWAINBridge.app= /System/Library/Image Capture/Devices/TWAINBridge.app +.if ${OPSYS} == "Darwin" && exists(${TWAINBridge.app}) +PLIST_SUBST+= TWAIN= +.else +PLIST_SUBST+= TWAIN="@comment " +.endif + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/aalib/buildlink3.mk" diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index e1d2328bc75..c74067ee9c5 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2006/04/17 07:07:20 jlam Exp $ +@comment $NetBSD: PLIST,v 1.24 2006/07/07 15:14:32 tron Exp $ bin/gimp bin/gimp-2.2 bin/gimp-remote @@ -318,6 +318,7 @@ lib/gimp/2.0/plug-ins/tiff lib/gimp/2.0/plug-ins/tile lib/gimp/2.0/plug-ins/tileit lib/gimp/2.0/plug-ins/tiler +${TWAIN}lib/gimp/2.0/plug-ins/twain lib/gimp/2.0/plug-ins/uniteditor lib/gimp/2.0/plug-ins/unsharp lib/gimp/2.0/plug-ins/url @@ -1650,6 +1651,7 @@ share/gimp/2.0/themes/Default/images/stock-wilber-eek-64.png share/gimp/2.0/themes/Default/images/stock-zoom-follow-window-12.png share/gimp/2.0/themes/Small/gtkrc share/gimp/2.0/tips/gimp-tips.xml +${TWAIN}share/gimp/2.0/twain/gimp-twain.png share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo |