diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-09 11:12:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-09 11:12:52 +0800 |
commit | eb47f548f58aa9584000c3ee2b3091332fc38204 (patch) | |
tree | ba0fa144d2908c9e976f35c4bf1841c96158a0d7 /graphics/gimp-app | |
parent | 8ca283dff3b4711d968618bd3c4d32dc45c41cfc (diff) | |
download | marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.gz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.bz2 marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.lz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.xz marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.zst marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12236 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 21 | ||||
-rw-r--r-- | graphics/gimp-app/distinfo | 6 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 2 |
3 files changed, 19 insertions, 10 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index fbe50163d..608abab44 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -2,13 +2,13 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.232 2009/02/24 01:33:06 marcus Exp $ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.32 2009/02/27 00:21:44 marcus Exp $ +# $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.234 2009/03/21 04:52:37 marcus Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.30 2009/01/04 22:16:26 marcus Exp $ # PORTNAME= gimp-app -DISTVERSION= 2.6.5 -PORTREVISION?= 2 +DISTVERSION= 2.6.6 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -45,7 +45,7 @@ USE_XORG= xpm xmu xext USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ - desktopfileutils librsvg2 + desktopfileutils USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -68,7 +68,8 @@ OPTIONS?= DEBUG "debugging" off \ DBUS "D-BUS support" on \ GVFS "Use GVFS for the URI plug-in" on \ HELPBROWSER "internal help browser" on \ - MP "multiple processor support" off + MP "multiple processor support" off \ + RSVG "SVG format support" on .endif .include <bsd.port.pre.mk> @@ -90,6 +91,14 @@ MLINKS= gimp-2.6.1 gimp.1 \ gimp-console-2.6.1 gimp-console.1 \ gimprc-2.6.5 gimprc.5 +.if defined(WITHOUT_RSVG) +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.else +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.endif + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index f7185a1fa..bc2404b24 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,3 +1,3 @@ -MD5 (gimp-2.6.5.tar.bz2) = cd13050bc6bde6d8d8fd38eff6276033 -SHA256 (gimp-2.6.5.tar.bz2) = 6209081f5c29fc22e0d376367b017618f7afb0b179f994b16b4cc68106cbe521 -SIZE (gimp-2.6.5.tar.bz2) = 16043778 +MD5 (gimp-2.6.6.tar.bz2) = 23d880dd09cd62c936ed04666a53f8e4 +SHA256 (gimp-2.6.6.tar.bz2) = 53c261fa5045f4ca4b5e887a1eb394d28ebb08d108f065ef55bde33c892f0751 +SIZE (gimp-2.6.6.tar.bz2) = 16075908 diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 1c8f7bc07..ca271443a 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -367,7 +367,7 @@ libexec/gimp/2.2/plug-ins/file-psp libexec/gimp/2.2/plug-ins/file-raw libexec/gimp/2.2/plug-ins/file-sgi libexec/gimp/2.2/plug-ins/file-sunras -libexec/gimp/2.2/plug-ins/file-svg +%%SVG%%libexec/gimp/2.2/plug-ins/file-svg libexec/gimp/2.2/plug-ins/file-tga libexec/gimp/2.2/plug-ins/file-tiff-load libexec/gimp/2.2/plug-ins/file-tiff-save |