diff options
author | adam <adam@pkgsrc.org> | 2005-01-04 15:20:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-04 15:20:25 +0000 |
commit | c8b0b5e4e1eb1d2271d9870a8ca0807ff27cee21 (patch) | |
tree | 5c112969661ae2221c463295c39f6ba90ed402a5 /graphics/gimp/Makefile | |
parent | 4c31f0b35ce23f3bf4f866675edeb62bf172752f (diff) | |
download | pkgsrc-c8b0b5e4e1eb1d2271d9870a8ca0807ff27cee21.tar.gz |
Changes 2.2.1:
- added python logo to EXTRA_DIST so it shows up in the tarball (bug #161716)
- fixed mempory corruption in FracalExplorer plug-in (bug #161729)
- fixed crash in gradient editor (bug #161411)
- fixed crash in unsharp mask plug-in preview code (bug #157910)
- fixed bug in unsharp mask plug-in that caused artefacts when a large blur
radius was being used on a small drawable; minor optimizations
- removed broken asc2img Script-Fu
- fixed channel drag-n-drop (bug #161877)
- fixed misbehaviour of entries in Scale and Resize dialogs (bug #161756)
- speed up preview in several plug-ins
- fixed bug in Despeckle plug-in that caused it to run very slowly
(bug #162129)
- fixed a crash in the error dialog (bug #162147)
- fixed parameter value range in Weave script (bug #162182)
- fixed crash in brush preview (bug #162232)
- minor improvements to the API docs
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1b91da14699..4d8cbc5f362 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.109 2004/12/28 23:18:21 reed Exp $ +# $NetBSD: Makefile,v 1.110 2005/01/04 15:20:25 adam Exp $ -DISTNAME= gimp-2.0.6 -PKGREVISION= 1 +DISTNAME= gimp-2.2.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.0/ \ - ftp://ftp.cs.umn.edu/pub/gimp/v2.0/ \ - ftp://ftp.sunet.se/pub/gnu/gimp/v2.0/ \ - ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.0/ \ - ftp://ftp.minet.net/pub/gimp/v2.0/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ + ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ + ftp://ftp.sunet.se/pub/gnu/gimp/v2.2/ \ + ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/ \ + ftp://ftp.minet.net/pub/gimp/v2.2/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org @@ -47,7 +46,7 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib} EGDIR= ${PREFIX}/share/examples/gimp-2.0 -.for f in gimprc gtkrc ps-menurc sessionrc templaterc unionrc +.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unionrc CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor |