diff options
author | adam <adam@pkgsrc.org> | 2010-10-16 09:54:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-16 09:54:37 +0000 |
commit | 32a1bb520dd033e41818c4d2d561f004afa67a29 (patch) | |
tree | 0e85669abfb8af0324bb18460d2a7c14a47585dd /graphics/gimp/Makefile | |
parent | 6570aabdbccb4806d51f5d595a0647df37ac3be9 (diff) | |
download | pkgsrc-32a1bb520dd033e41818c4d2d561f004afa67a29.tar.gz |
Changes 2.6.11:
* Bugs fixed:
- Printing and Print preview broken with cairo 1.10
- Parasite handling had problems and can cause crashing
- Error with string-append and gimp-drawable-get-name
- (Paco) Recursive Gaussian Filter error
- Fix incorrect "wrap mode" documentation values in Edge plug-in
- Difference of Gaussians gives blank doc if "Invert" selected
- Image type filter doesn't include .rgba SGI files
- Console window opening on file-ps-load
- Wood 1 and Wood 2 have bad alpha value
- Image saved from google docs generates a
'gimp-image-set-resolution' error message
* Updated translations:
German (de)
Spanish (es)
Italian (it)
Japanese (ja)
Romanian (ro)
Chinese (Hong Kong) (zh_HK)
Chinese (Taiwan) (zh_HK)
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 8b2c3344158..0849fa4ff0f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.196 2010/09/14 11:01:05 wiz Exp $ +# $NetBSD: Makefile,v 1.197 2010/10/16 09:54:37 adam Exp $ -DISTNAME= gimp-2.6.10 -PKGREVISION= 1 +DISTNAME= gimp-2.6.11 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ ${MASTER_SITE_GNU:=gimp/v2.6/} \ |