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
This commit is contained in:
parent
edc8bc8786
commit
0b022da198
3 changed files with 10 additions and 10 deletions
|
@ -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/} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue