diff options
author | adam <adam@pkgsrc.org> | 2010-07-04 05:36:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-04 05:36:49 +0000 |
commit | 646fee7641a5e98ba31d8f8624528cff332a2d73 (patch) | |
tree | ba0b32aca5e9b335477262ad8b0820552fe9f97d /graphics/gimp/Makefile | |
parent | abee5de4fc4e7c4290eda0887df5cf05cfea26a0 (diff) | |
download | pkgsrc-646fee7641a5e98ba31d8f8624528cff332a2d73.tar.gz |
Changes 2.6.9:
* Bugs fixed:
- Font selection remains visible
- gimp.desktop: image/x-psd in MimeTypes twice
- Unportable test(1) construct in configure script
- Description of "histogram" procedure is slightly inaccurate
- Tool options not saved/loaded correctly?
- Importing PDF files with long titles
- blur-gauss-selective.exe crashes
- Dialog of "Save as BMP" ignores changes which are not made
with a mous
- Text-Tool crashes when edit a 2.4.2 version xcf
- Text-Tool crashes when edit a 2.4.2 version xcf
- Layer preview suddenly stops getting updated
- leaks shared memory
- Exporting to Alias PIX format fails
- a few strings in Save as... > Raw image data dialog are always
in English
- GEGL Operation "path" crashes GIMP
- Crashes when using path tool
- GIMP 2.7.0 fails to build against libpng 1.4.0
- Saving to .ppm fails on indexed colorspace
- the "Antialiasing..." message in the progress bar does not show
translated
- gimp-layer-new-from-visible should work from updated projection
* Updated and new translations
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 9cb0e7ab369..12aac16f6f9 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.192 2010/06/20 14:02:03 wiz Exp $ +# $NetBSD: Makefile,v 1.193 2010/07/04 05:36:49 adam Exp $ -DISTNAME= gimp-2.6.8 -PKGREVISION= 3 +DISTNAME= gimp-2.6.9 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ ${MASTER_SITE_GNU:=gimp/v2.6/} \ |