diff options
author | adam <adam@pkgsrc.org> | 2008-08-30 11:11:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-08-30 11:11:50 +0000 |
commit | 0176da67420f9884953014c184d59291e7d6997f (patch) | |
tree | 387317bb23b8deaeba38fccf23d1f61e3c30c5cf /graphics | |
parent | 8b6b40c33fb59a35a18279fb5efb8263689c4535 (diff) | |
download | pkgsrc-0176da67420f9884953014c184d59291e7d6997f.tar.gz |
Changes 2.4.7:
- fixed issue in GIF load plug-in
- fixed event handling in MIDI controller
- fixed handling of the 'Highlight' tool option in Crop and Rectangle
Select tools
- various fixes to the Python bindings:
- fixed crash with Python 2.5 on 64 bit systems
- added missing validity checks
- allow to pass None for PDB_DISPLAY
- plugged a memory leak in gimp-text-get-extents-fontname PDB call
- fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
- fixed endianness issue in the ICO save plug-in
- translation fixes and updates (be, it, lt, nn, vi)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 12 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 20 |
4 files changed, 21 insertions, 21 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c11610dec26..949019e26bd 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.175 2008/05/31 09:23:54 adam Exp $ +# $NetBSD: Makefile,v 1.176 2008/08/30 11:11:50 adam Exp $ -DISTNAME= gimp-2.4.6 +DISTNAME= gimp-2.4.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \ ${MASTER_SITE_GNU:=gimp/v2.4/} \ diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 540e0810191..f4f23541de1 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2008/05/31 09:23:54 adam Exp $ +$NetBSD: distinfo,v 1.44 2008/08/30 11:11:50 adam Exp $ -SHA1 (gimp-2.4.6.tar.bz2) = 6cbfda0da19bf5a2221013afe32643e3c09aeeda -RMD160 (gimp-2.4.6.tar.bz2) = 17d61da426950f8a7286f7e82259d23b46adb1fd -Size (gimp-2.4.6.tar.bz2) = 18365363 bytes -SHA1 (patch-aa) = acf9c7782e843848a2d5bc25e6dc7fa9c5e6cdee -SHA1 (patch-ab) = 179d653c75d13d5276bfc9f3c8af6c96e0695c99 +SHA1 (gimp-2.4.7.tar.bz2) = fd6dac4fd107f3b741168ffcaf4425a9dd179327 +RMD160 (gimp-2.4.7.tar.bz2) = 79062e60db1fe172e2a91ff0601462462d3a61cb +Size (gimp-2.4.7.tar.bz2) = 18977384 bytes +SHA1 (patch-aa) = 4881df151c386371a91e558b4b15611023fceca1 +SHA1 (patch-ab) = e37caaedd738476b901aca0635bdefe3fb9d266d SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2 diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index eed4c77591c..d82becb63db 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.20 2008/03/02 15:49:24 adam Exp $ +$NetBSD: patch-aa,v 1.21 2008/08/30 11:11:50 adam Exp $ ---- etc/Makefile.in.orig 2008-02-27 22:03:07.000000000 +0100 +--- etc/Makefile.in.orig 2008-08-21 11:36:45.000000000 +0200 +++ etc/Makefile.in -@@ -406,7 +406,7 @@ gimpdatadir = @gimpdatadir@ +@@ -338,7 +338,7 @@ gimpdatadir = @gimpdatadir@ gimpdir = @gimpdir@ gimplocaledir = @gimplocaledir@ gimpplugindir = @gimpplugindir@ diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab index e200b1c67fb..bfc9e11c6ac 100644 --- a/graphics/gimp/patches/patch-ab +++ b/graphics/gimp/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.25 2008/05/31 09:23:54 adam Exp $ +$NetBSD: patch-ab,v 1.26 2008/08/30 11:11:50 adam Exp $ ---- configure.orig 2008-05-23 11:45:44.000000000 +0200 +--- configure.orig 2008-08-21 11:36:52.000000000 +0200 +++ configure -@@ -31569,6 +31569,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& +@@ -31016,6 +31016,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>& gimp_ok=yes fi rm -f conftest* @@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.25 2008/05/31 09:23:54 adam Exp $ if test "x$gimp_ok" = xyes; then -@@ -31577,7 +31578,6 @@ cat >>confdefs.h <<\_ACEOF +@@ -31024,7 +31025,6 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi @@ -18,16 +18,16 @@ $NetBSD: patch-ab,v 1.25 2008/05/31 09:23:54 adam Exp $ { echo "$as_me:$LINENO: result: $gimp_ok" >&5 echo "${ECHO_T}$gimp_ok" >&6; } if test "x$gimp_ok" = xno; then -@@ -34126,7 +34126,7 @@ if test "x$with_print" != xno; then +@@ -33563,7 +33563,7 @@ fi + if test "x$with_print" != xno; then + enable_print="yes" fi - - --if test "x$enable_print" == xyes; then -+if test "x$enable_print" = xyes; then +- if test "x$enable_print" == xyes; then ++ if test "x$enable_print" = xyes; then BUILD_PRINT_TRUE= BUILD_PRINT_FALSE='#' else -@@ -37124,7 +37124,7 @@ fi +@@ -36523,7 +36523,7 @@ fi gimpdatadir="$datadir/$PACKAGE/2.0" gimpplugindir="$libdir/$PACKAGE/2.0" |