pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp Changes 2.4.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/24b817a4886c
branches: trunk
changeset: 539280:24b817a4886c
user: adam <adam%pkgsrc.org@localhost>
date: Sun Mar 02 15:49:24 2008 +0000
description:
Changes 2.4.5:
- fixed a regression introduced by the brush cursor optimization
- fixed bug in transform tool preview
- fixed PSD export of images with layer masks
- fixed base64 encoding routine of the Mail plug-in
- use the correct background color when creating a new image
- explicitly link libgimpthumb with GLib
- improved selection of the font sample string
- unified handling of "Enter" and "Space" keysyms
- fixed bug in the Glossy script when used with a pattern
- correctly record dimensions in Exif data when saving as JPEG
- fixed sensitivity of plug-in menu items
- fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
plug-ins
- added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V)
- added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
- fixed missing preview update in Curves tool
- fixed a bug in the Frosty Logo script
- fixed backward transformations using the PDB
- translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
diffstat:
graphics/gimp/Makefile | 6 +++---
graphics/gimp/distinfo | 12 ++++++------
graphics/gimp/patches/patch-aa | 6 +++---
graphics/gimp/patches/patch-ab | 12 ++++++------
4 files changed, 18 insertions(+), 18 deletions(-)
diffs (91 lines):
diff -r 74c04da86cf8 -r 24b817a4886c graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Sun Mar 02 15:38:42 2008 +0000
+++ b/graphics/gimp/Makefile Sun Mar 02 15:49:24 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.172 2008/01/31 20:41:45 adam Exp $
+# $NetBSD: Makefile,v 1.173 2008/03/02 15:49:24 adam Exp $
-DISTNAME= gimp-2.4.4
+DISTNAME= gimp-2.4.5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \
- ftp://ftp.sunet.se/pub/gnu/gimp/v2.4/ \
+ ${MASTER_SITE_GNU:=gimp/v2.4/} \
ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.4/
EXTRACT_SUFX= .tar.bz2
diff -r 74c04da86cf8 -r 24b817a4886c graphics/gimp/distinfo
--- a/graphics/gimp/distinfo Sun Mar 02 15:38:42 2008 +0000
+++ b/graphics/gimp/distinfo Sun Mar 02 15:49:24 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2008/01/31 20:41:45 adam Exp $
+$NetBSD: distinfo,v 1.42 2008/03/02 15:49:24 adam Exp $
-SHA1 (gimp-2.4.4.tar.bz2) = 47c80470e15e3fa29e46652130e870e0c952789f
-RMD160 (gimp-2.4.4.tar.bz2) = b497e8bdf986bf94673ac702ecf0289350fc14e0
-Size (gimp-2.4.4.tar.bz2) = 17775071 bytes
-SHA1 (patch-aa) = df29dbe5578ee21c705ac4a94f355b473930c226
-SHA1 (patch-ab) = 347838a0ac0831e4804fbde36db0def554a234bd
+SHA1 (gimp-2.4.5.tar.bz2) = 70cf6af5700cf6db73fca898510873394eb95581
+RMD160 (gimp-2.4.5.tar.bz2) = 963a139e417354d898abd2499a5f31ecfc0da75b
+Size (gimp-2.4.5.tar.bz2) = 17819962 bytes
+SHA1 (patch-aa) = acf9c7782e843848a2d5bc25e6dc7fa9c5e6cdee
+SHA1 (patch-ab) = 0a725905113289d11fdd4e63fbff9521b80600ab
SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff -r 74c04da86cf8 -r 24b817a4886c graphics/gimp/patches/patch-aa
--- a/graphics/gimp/patches/patch-aa Sun Mar 02 15:38:42 2008 +0000
+++ b/graphics/gimp/patches/patch-aa Sun Mar 02 15:49:24 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.19 2007/12/17 19:07:11 adam Exp $
+$NetBSD: patch-aa,v 1.20 2008/03/02 15:49:24 adam Exp $
---- etc/Makefile.in.orig 2007-12-14 15:57:54.000000000 +0100
+--- etc/Makefile.in.orig 2008-02-27 22:03:07.000000000 +0100
+++ etc/Makefile.in
-@@ -404,7 +404,7 @@ gimpdatadir = @gimpdatadir@
+@@ -406,7 +406,7 @@ gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
gimplocaledir = @gimplocaledir@
gimpplugindir = @gimpplugindir@
diff -r 74c04da86cf8 -r 24b817a4886c graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab Sun Mar 02 15:38:42 2008 +0000
+++ b/graphics/gimp/patches/patch-ab Sun Mar 02 15:49:24 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.23 2008/01/31 20:41:46 adam Exp $
+$NetBSD: patch-ab,v 1.24 2008/03/02 15:49:24 adam Exp $
---- configure.orig 2008-01-30 10:49:34.000000000 +0100
+--- configure.orig 2008-02-27 22:03:30.000000000 +0100
+++ configure
-@@ -31187,6 +31187,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -31566,6 +31566,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
@@ -10,7 +10,7 @@
if test "x$gimp_ok" = xyes; then
-@@ -31195,7 +31196,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -31574,7 +31575,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
@@ -18,7 +18,7 @@
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
-@@ -33744,7 +33744,7 @@ if test "x$with_print" != xno; then
+@@ -34123,7 +34123,7 @@ if test "x$with_print" != xno; then
fi
@@ -27,7 +27,7 @@
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36742,7 +36742,7 @@ fi
+@@ -37121,7 +37121,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
Home |
Main Index |
Thread Index |
Old Index