diff options
author | adam <adam@pkgsrc.org> | 2007-04-30 12:03:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-30 12:03:05 +0000 |
commit | 0820f4f07c55eccc34ea1b0bfdc4b6b76dd49ea7 (patch) | |
tree | f845cc40a313b1ad08998d7b509427e6b9ef23e1 /graphics/gimp/Makefile | |
parent | 0076b8a99826bbbffbb7c25b3e528ab8cf1a7fd5 (diff) | |
download | pkgsrc-0820f4f07c55eccc34ea1b0bfdc4b6b76dd49ea7.tar.gz |
Changes 2.2.14:
- avoid crashing on newer versions of the winicon format
- fixed crash in Postscript plug-in
- fixed handling of TABs in the text tool
- fixed bug in Depth Merge plug-in
- fixed bug in GimpDrawablePreview widget
- fixed bug in Line Nove script
- fixed bug in Ripple plug-in
- save locale independent files from Fractal Explorer plug-in
- fixed bug in Super Nova plug-in
- be more robust against broken XCF files
- fixed drawing issues in Image Map plug-in
- fixed smoothing option in Fractal Explorer plug-in
- load channels in the proper order when opening an XCF file
- deal with floating selections in the Burn-In Animation script
- fixed clipping in the GimpPreviewArea widget
- fixed a potential crash in gimp-remote
- work around a file-chooser problem on Windows
- fixed markup of the gimp(1) manual page
- fixed the fix for the right-to-left layout in layers dialog
- fixed PSD save plug-in on 64bit architectures
- added missing dependency in gimpui-2.0.pc file
- fixed a crash in the PSD save plug-in
- improved robustness of transform tool preview code
- improved forward compatibility of XCF loader
- don't crash in the Compressor plug-in if files can't be opened
- fixed sensitivity of input fields in the Lighting plug-in
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index dc7f20ce7ac..6b1ae6f703c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.152 2007/03/21 12:05:46 wiz Exp $ +# $NetBSD: Makefile,v 1.153 2007/04/30 12:03:05 adam Exp $ -DISTNAME= gimp-2.2.13 -PKGREVISION= 2 +DISTNAME= gimp-2.2.14 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ |