diff options
author | adam <adam> | 2005-01-10 15:32:57 +0000 |
---|---|---|
committer | adam <adam> | 2005-01-10 15:32:57 +0000 |
commit | c64199a69045238be6aac30c93639a036e9698ba (patch) | |
tree | b52b3cf6f167ffc0e06ed02a83ba3ceea0f7be1a /graphics | |
parent | f642254896f25025a5d4fb5af4ece282488d55fb (diff) | |
download | pkgsrc-c64199a69045238be6aac30c93639a036e9698ba.tar.gz |
Changes 2.2.2:
- let Decompose plug-in create layers with alpha channel
- fixed crash in save dialog (bug #162443)
- fixed misbehaviour in Scale and Resize dialogs (bug #162387)
- fixed preview in Imagemap plug-in (bug #162592)
- fixed handling of broken menu path translations (bug #162590)
- fixed bugs in the Sparkle plug-in and the Frosty Logo script (bug #132145)
- fixed two broken Python scripts (bug #162707)
- changed default response in Close dialog (bug #162872)
- flush the display when plug-in dialogs are disposed (bug #163084)
- fixed build problem on amd64 with gcc-4.0 (bug #163041)
- fixed problem in locales that are rendered right-to-left (bug #162663)
- fixed bug in Frosty Logo Script-Fu (bug #132145)
- raise the toolbox when it is selected from the Tools menu (bug #163381)
- improved usability of Keyboard Shortcuts editor (bug #163385)
- fixed gradient selection widget in libgimpui (bug #163427)
- workaround a problem in the MMX code (bug #162778)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 4d8cbc5f362..b16989f88a9 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2005/01/04 15:20:25 adam Exp $ +# $NetBSD: Makefile,v 1.111 2005/01/10 15:32:57 adam Exp $ -DISTNAME= gimp-2.2.1 +DISTNAME= gimp-2.2.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \ diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index a29bc9b9738..93eed4e6281 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2005/01/04 15:20:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2005/01/10 15:32:57 adam Exp $ bin/gimp bin/gimp-2.2 bin/gimp-remote @@ -347,7 +347,7 @@ lib/libgimpwidgets-2.0.la lib/pkgconfig/gimp-2.0.pc lib/pkgconfig/gimpthumb-2.0.pc lib/pkgconfig/gimpui-2.0.pc -man/man1/${PKGNAME} +man/man1/gimp-2.2.1 man/man1/gimp-remote-2.2.1 man/man1/gimp-remote.1 man/man1/gimp.1 diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index c1025a07c7f..2b3fbd9b39e 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2005/01/04 15:20:25 adam Exp $ +$NetBSD: distinfo,v 1.19 2005/01/10 15:32:57 adam Exp $ -SHA1 (gimp-2.2.1.tar.bz2) = df0c0fe79aa365c10bee6d2b549c4ed7e1eb7c74 -Size (gimp-2.2.1.tar.bz2) = 13788305 bytes +SHA1 (gimp-2.2.2.tar.bz2) = 3c261b182816e0445e4c6ebc2cf287a47ecb63a9 +Size (gimp-2.2.2.tar.bz2) = 14435823 bytes SHA1 (patch-aa) = 350170ee426cb1cb5636603845674cdae3d2f1b6 SHA1 (patch-ab) = 5ed8add03f1c60efca1f285494f5d69e24faec09 SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca |