diff options
author | adam <adam@pkgsrc.org> | 2004-09-27 11:19:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-27 11:19:57 +0000 |
commit | 80350685bf25c96d5a9907762624d7c590e25836 (patch) | |
tree | 8a057015d55ef7b1d6014be1fb924e936641161e /graphics | |
parent | f269b540c8b8eecb055b9bad0b60a9698e822822 (diff) | |
download | pkgsrc-80350685bf25c96d5a9907762624d7c590e25836.tar.gz |
Changes 2.0.5
- added sanity checks for misconfigured filesystem encodings
- don't expose unnecessary information in Postscript files we generate
- improved behaviour of Shear tool
- fixed labels in CMYK color-picker
- removed non-functional button from Device Status dialog
- fixed parsing of SVG transform attributes
- guard against bogus logical screen dimensions in GIF images
- fixed use of global context for stroke operations
- avoid stack overflows when bucket-filling complex regions
- fixes to the composite code
- fixed run-with-last-vals mode for vpropagate plug-in
- respect the global-brush setting when stroking
- fixed popup menu positioning
- fixed handling of QuickMask color
- fixed bounding box problems when opening Postscript files
- fixed undo memory calculation for paint operations
- work around file-descriptor leak in Pango
- made menu entry translatable
- use the global gradient for the airbrush and pencil tools
- fixed PDB call gimp-curves-spline
- fixed projection when undoing floating_sel_to_layer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 10 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1ef5e66fd40..d88c1fea8bc 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.103 2004/08/06 10:35:57 adam Exp $ +# $NetBSD: Makefile,v 1.104 2004/09/27 11:19:57 adam Exp $ -DISTNAME= gimp-2.0.4 +DISTNAME= gimp-2.0.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.0/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.0/ \ diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 41851d580ec..8d719f2d3b4 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2004/09/22 08:09:33 jlam Exp $ +@comment $NetBSD: PLIST,v 1.15 2004/09/27 11:19:57 adam Exp $ bin/gimp bin/gimp-2.0 bin/gimp-remote @@ -1603,6 +1603,10 @@ ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-libgimp.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gimp20-script-fu.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gimp20.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gimp20-libgimp.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo @@ -1635,6 +1639,10 @@ ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gimp20-libgimp.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gimp20.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gimp20-libgimp.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gimp20-script-fu.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gimp20-std-plug-ins.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gimp20.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gimp20-libgimp.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gimp20-script-fu.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index f078578b450..9e9732e24ce 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2004/08/06 10:35:57 adam Exp $ +$NetBSD: distinfo,v 1.16 2004/09/27 11:19:57 adam Exp $ -SHA1 (gimp-2.0.4.tar.bz2) = 2019d8536e88b7be2b85d109f780f097d6eda201 -Size (gimp-2.0.4.tar.bz2) = 13845175 bytes +SHA1 (gimp-2.0.5.tar.bz2) = 9b13f3a8375a615f2a6c6113809e768efe7303c1 +Size (gimp-2.0.5.tar.bz2) = 14107082 bytes SHA1 (patch-aa) = b233a944fa69481685770aa4d5b24a07f127afcf SHA1 (patch-ab) = fdd87f7a9f59f686061405b2ead691900dd3f3e9 SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca |