summaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-05-07 08:40:07 +0000
committeradam <adam@pkgsrc.org>2012-05-07 08:40:07 +0000
commitec7e764d1d21624bd6ba621ea6db7ffbe3804d76 (patch)
treed99807c937f76f2480ad4c2c78b2c8944a981499 /graphics/gimp/Makefile
parent0ecb4fb199c248a49a8242c84c6aeb2672db089f (diff)
downloadpkgsrc-ec7e764d1d21624bd6ba621ea6db7ffbe3804d76.tar.gz
Changes 2.8.0:
Core: - Add our own GimpOperationBrightnessContrast because GEGL one is different Plug-ins: - Fix some GFig rendering issues Source and build system: - Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions General: - Bug fixes - Translation updates
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 4d6d0bb54bc..51159a9c974 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.211 2012/03/03 00:12:14 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2012/05/07 08:40:07 adam Exp $
-DISTNAME= gimp-2.6.12
-PKGREVISION= 2
+DISTNAME= gimp-2.8.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \
- ${MASTER_SITE_GNU:=gimp/v2.6/} \
- ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.6/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
+ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
+ ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
@@ -43,7 +42,7 @@ CONFIGURE_ARGS+= --without-linux-input
UNLIMIT_RESOURCES+= datasize
EGDIR= ${PREFIX}/share/examples/gimp-2.0
-.for f in controllerrc gimprc gtkrc menurc ps-menurc sessionrc templaterc unitrc
+.for f in controllerrc gimprc gtkrc menurc sessionrc templaterc unitrc
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor