diff options
author | adam <adam@pkgsrc.org> | 2009-02-18 08:56:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-02-18 08:56:09 +0000 |
commit | 0b022da198d46e2f724470953473c2ed4b8d1fa4 (patch) | |
tree | 736c61b707b2cda8ec6f17f28b4cfcfd57e00f15 /graphics | |
parent | edc8bc8786ca18077a17a5c858685899fa377ba8 (diff) | |
download | pkgsrc-0b022da198d46e2f724470953473c2ed4b8d1fa4.tar.gz |
Changes 2.6.5:
* Bugs fixed:
Scaling image to 25% turn background from white to grey
GIMP's GtkScaleButton conflicts with GTK's
GEGL tool - missing Operation Settings for all sub-tools
don't rely on GtkAction implementation details
wrong RGB values for color names in libgimpcolor/gimprgb-parse.c
wrong hex RGB value for the color names slategrey and slategray
Brushes dragged to the image window look strange
Rectangle Select Tool does not allow 1:1 fixed ratio
Black pullout parameter of plug-in-newsprint has no effect
First image opened in GIMP offset
Align Tool doesn't work properly if it is the active tool at startup
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 10 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-aa | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 664a7f66a33..8bb4354fb8b 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.178 2009/01/26 15:22:03 drochner Exp $ +# $NetBSD: Makefile,v 1.179 2009/02/18 08:56:09 adam Exp $ -DISTNAME= gimp-2.6.4 +DISTNAME= gimp-2.6.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ ${MASTER_SITE_GNU:=gimp/v2.6/} \ diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 01f88b56d71..a9079ec5821 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2009/01/24 20:55:06 adam Exp $ +$NetBSD: distinfo,v 1.47 2009/02/18 08:56:10 adam Exp $ -SHA1 (gimp-2.6.4.tar.bz2) = f68ca1e1dce7ef8c100ce74e0c1ee5c493a589a1 -RMD160 (gimp-2.6.4.tar.bz2) = 64aa55def0e97cfc85f27dc7461f18455619ed41 -Size (gimp-2.6.4.tar.bz2) = 16012685 bytes -SHA1 (patch-aa) = 4881df151c386371a91e558b4b15611023fceca1 +SHA1 (gimp-2.6.5.tar.bz2) = ee57298fe5572ecce17137ff879e4aad6509d289 +RMD160 (gimp-2.6.5.tar.bz2) = 1de4ffdf13d3edd47e150e4289a8d93677d3f538 +Size (gimp-2.6.5.tar.bz2) = 16043778 bytes +SHA1 (patch-aa) = 7d7cf10af84f3197f460ba3f847e1e9fdcca168c SHA1 (patch-ab) = 636d2a78256c34fdb141f15c3520fdb0abe31069 SHA1 (patch-ac) = b1f4b802eebbb2d2145e0e282e65d48a0409a6b8 diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index 825e6aa8dd3..36a33d53d0a 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.22 2009/01/24 20:55:06 adam Exp $ +$NetBSD: patch-aa,v 1.23 2009/02/18 08:56:10 adam Exp $ ---- etc/Makefile.in.orig 2008-08-21 11:36:45.000000000 +0200 +--- etc/Makefile.in.orig 2009-02-15 14:29:17.000000000 +0100 +++ etc/Makefile.in -@@ -338,7 +338,7 @@ gimpdatadir = @gimpdatadir@ +@@ -339,7 +339,7 @@ gimpdatadir = @gimpdatadir@ gimpdir = @gimpdir@ gimplocaledir = @gimplocaledir@ gimpplugindir = @gimpplugindir@ |