diff options
author | adam <adam> | 2010-10-16 09:54:37 +0000 |
---|---|---|
committer | adam <adam> | 2010-10-16 09:54:37 +0000 |
commit | a27ed634c6ffa76cc98c0d8f7e6335064b9c2c8d (patch) | |
tree | 0e85669abfb8af0324bb18460d2a7c14a47585dd /graphics | |
parent | b4a996f42e2d2c01082ca075e44b42311cda8072 (diff) | |
download | pkgsrc-a27ed634c6ffa76cc98c0d8f7e6335064b9c2c8d.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')
-rw-r--r-- | graphics/gimp/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 8 |
3 files changed, 9 insertions, 8 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/} \ diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 29ffb51e66a..ad9292eb493 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.44 2010/07/04 05:36:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.45 2010/10/16 09:54:37 adam Exp $ bin/gimp bin/gimp-2.6 bin/gimp-console @@ -2004,6 +2004,8 @@ share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo share/locale/zh_CN/LC_MESSAGES/gimp20.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index c036f6e9481..3018c0f8f70 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.55 2010/07/16 06:41:42 adam Exp $ +$NetBSD: distinfo,v 1.56 2010/10/16 09:54:37 adam Exp $ -SHA1 (gimp-2.6.10.tar.bz2) = 5781fed3fbf45969eac5e6ee2c7a4bb0bb529ecc -RMD160 (gimp-2.6.10.tar.bz2) = b58fc4e5717508ad531827c82e48067df0d0a748 -Size (gimp-2.6.10.tar.bz2) = 16445326 bytes +SHA1 (gimp-2.6.11.tar.bz2) = 2f9d596e727bdbf304fa78257c1731d9faf3934c +RMD160 (gimp-2.6.11.tar.bz2) = a116377499e58dc2bfe231ab3c057d0be94091ff +Size (gimp-2.6.11.tar.bz2) = 16473561 bytes SHA1 (patch-aa) = 0775c8037748bfc27eb610f3667ddaa92d710681 SHA1 (patch-ab) = 80e7235178e53e873efa0b16098b74fa0b981f76 SHA1 (patch-ac) = 42f44b45640bdde305c1e52b95ee633360ebccb8 |