diff options
author | adam <adam@pkgsrc.org> | 2005-06-30 15:14:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-06-30 15:14:07 +0000 |
commit | c866e02b016c87aee46d9f30938b20734a4e2635 (patch) | |
tree | d8be8b60f427f2dafae08c2c8064e0082a9cf59e /graphics/gimp/Makefile | |
parent | 76781bbe6934fcc7aeb646b836907d0060625bb2 (diff) | |
download | pkgsrc-c866e02b016c87aee46d9f30938b20734a4e2635.tar.gz |
Changes 2.2.8:
- fixed possible crash in plug-ins-query PDB function
- fixes to Script-Fu server mode on Win32
- fixed possible crash in win32 gimptool variant
- plugged a tiny memleak in the image display code
- plugged a tiny memleak in libgimpwidgets
- attempt to fix calling the web-browser on win32
- fixed loading of images in help-browser plug-in on win32
- fixed zoom offsets if dot-for-dot mode is disabled
- fixes to Gfig parasite loading
- disabled buggy gimprc option stingy-memory-use
- don't try to create a preview for a non-existant image file
- fixed bug in Retinex plug-in
- fixed bug in Newsprint plug-in
- fixed bug in Shift plug-in
- fixed bug in Grid plug-in
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index d18b2372785..87a2e9c0564 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2005/06/01 18:02:55 jlam Exp $ +# $NetBSD: Makefile,v 1.121 2005/06/30 15:14:07 adam Exp $ -DISTNAME= gimp-2.2.7 +DISTNAME= gimp-2.2.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ @@ -17,10 +17,10 @@ BUILD_USES_MSGFMT= yes CONFLICTS+= gimp<=1.2.3 -USE_TOOLS+= gmake USE_LIBTOOL= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake PKG_SYSCONFSUBDIR= gimp/2.0 |