summaryrefslogtreecommitdiff
path: root/graphics/gimp24/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-14 10:49:41 +0000
committeradam <adam@pkgsrc.org>2006-04-14 10:49:41 +0000
commit5c9c3abd305c9069f136458fbc2cddcbaa177452 (patch)
tree47f5de2d433d25441f53218721599b679656443b /graphics/gimp24/Makefile
parentcd95f30097f7a4c42326ec4f42bd0c2fa939aa23 (diff)
downloadpkgsrc-5c9c3abd305c9069f136458fbc2cddcbaa177452.tar.gz
Changes 2.3.8:
- added new tile primitive Triangle to Mosaic plug-in - speed up Gaussian Blur plug-in - suppress redundant progress updates from plug-ins - changed some gimprc and sessionrc default values (window hints, fullscreen mode) - do not focus transform tool dialogs on map - renamed Magnify tool to Zoom tool and added some missing tool shortcuts - added a submenu with recently used plug-ins to the Filters menu - fixed look-up table used for Contrast adjustments - improved the user interface of the Animation Playback plug-in - added framework for describing menu entries in the statusbar - added lots of helpful blurbs to procedures and core actions - remove color from the Watercolor selector if Shift is being pressed - ported PDB internals to GParamSpec and GValue - speedup and UI improvements for the SIOX tool - added parasite getters and settors for vectors - made PSD load and save plug-ins 64bit clean - some string review - ported ellipse select tool to the new rectangle tool - added basic support for layer masks to the PSD save plug-in - avoid relocations by declaring more data as const - new application icons in more sizes and as a SVG - provide script-specific samples instead of hard-coding "Aa" for font preview - build the Screenshot plug-in on all platforms - allow to discard invisible layers when merging visible layers - nicer output from gimp-procedural-db-dump - bug fixes and code cleanup
Diffstat (limited to 'graphics/gimp24/Makefile')
-rw-r--r--graphics/gimp24/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile
index 8fb2a1df542..f1046b86af6 100644
--- a/graphics/gimp24/Makefile
+++ b/graphics/gimp24/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:33 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/04/14 10:49:41 adam Exp $
-DISTNAME= gimp-2.3.7
-PKGREVISION= 3
+DISTNAME= gimp-2.3.8
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.3/ \
ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \
@@ -28,15 +27,15 @@ PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in
.include "../../mk/bsd.prefs.mk"
-USE_BUILTIN.fontconfig= no
+USE_BUILTIN.fontconfig= no
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0
-BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
+BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV}
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
UNLIMIT_RESOURCES+= datasize
@@ -50,8 +49,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/aalib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"