pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp Add "twain" plug-in to package list unde...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc35aca12ba1
branches: trunk
changeset: 515747:cc35aca12ba1
user: tron <tron%pkgsrc.org@localhost>
date: Fri Jul 07 15:14:32 2006 +0000
description:
Add "twain" plug-in to package list under Mac OS X. Bump package revision
because binary package changed.
diffstat:
graphics/gimp/Makefile | 11 +++++++++--
graphics/gimp/PLIST | 4 +++-
2 files changed, 12 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r 4b54ac11cc34 -r cc35aca12ba1 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Fri Jul 07 15:07:38 2006 +0000
+++ b/graphics/gimp/Makefile Fri Jul 07 15:14:32 2006 +0000
@@ -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 @@
# 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 -r 4b54ac11cc34 -r cc35aca12ba1 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Fri Jul 07 15:07:38 2006 +0000
+++ b/graphics/gimp/PLIST Fri Jul 07 15:14:32 2006 +0000
@@ -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/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-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
Home |
Main Index |
Thread Index |
Old Index