summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-01-31 20:41:45 +0000
committeradam <adam@pkgsrc.org>2008-01-31 20:41:45 +0000
commit7e6a98bee204923696a5d8686283dd4573b543dd (patch)
tree7c5efad05df68e0959bdf1cd81070f3cb22e3bd8 /graphics
parent890a8c78873cac789b757ea6d1a79080098c8c51 (diff)
downloadpkgsrc-7e6a98bee204923696a5d8686283dd4573b543dd.tar.gz
Changes 2.4.4:
- fixed typo in stock icon name - fixed handling of PSD files with empty layer names - merged TinyScheme bug-fixes - removed duplicate entry from Tango palette - corrected parameter range in Chip Away script - reduced redraw priority and speed of the marching ants - fixed out-of-bounds array access in Convolution Matrix plug-in - reduced rounding errors in Convolution Matrix plug-in - fixed potential crash on missing CMYK color profile - fixed crash in Bumpmap plug-in when called from some scripts - Equalize should not equalise the alpha channel - increased the number of points the ImageMap plug-in can handle - adjusted the priority of the projection renderer - smooth the brush mask to get a simpler cursor boundary - show the selection even if the image window is invisible - allow to commit a pending rectangular selection using Enter - fixed bug in image dirty state logic - improved GIMPressionist preformance and reduced startup time - fixed a crash in the Convert to Color Profile plug-in - merged some other minor fixes from trunk - translation updates (de, it, lt, ru, sv, uk)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/gimp/distinfo10
-rw-r--r--graphics/gimp/patches/patch-ab8
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index e95337ffb94..805014fcbec 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.171 2008/01/05 16:58:00 tron Exp $
+# $NetBSD: Makefile,v 1.172 2008/01/31 20:41:45 adam Exp $
-DISTNAME= gimp-2.4.3
+DISTNAME= gimp-2.4.4
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \
ftp://ftp.sunet.se/pub/gnu/gimp/v2.4/ \
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo
index ed7d7814983..09beee962cc 100644
--- a/graphics/gimp/distinfo
+++ b/graphics/gimp/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2007/12/17 19:07:11 adam Exp $
+$NetBSD: distinfo,v 1.41 2008/01/31 20:41:45 adam Exp $
-SHA1 (gimp-2.4.3.tar.bz2) = 2be7a61d11c86da41e4645fee518a7bfe951302a
-RMD160 (gimp-2.4.3.tar.bz2) = 52b5089a70d68177b5a8191723a03bad225aadcd
-Size (gimp-2.4.3.tar.bz2) = 17737035 bytes
+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) = b185da3312eb9fc6dc2af3c41d597cf7b1c86744
+SHA1 (patch-ab) = 347838a0ac0831e4804fbde36db0def554a234bd
SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index 5fe3a1a7ca5..a321ba8f261 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $
+$NetBSD: patch-ab,v 1.23 2008/01/31 20:41:46 adam Exp $
---- configure.orig 2007-12-14 15:58:18.000000000 +0100
+--- configure.orig 2008-01-30 10:49:34.000000000 +0100
+++ configure
@@ -31187,6 +31187,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
-@@ -33743,7 +33743,7 @@ if test "x$with_print" != xno; then
+@@ -33744,7 +33744,7 @@ if test "x$with_print" != xno; then
fi
@@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.22 2007/12/17 19:07:12 adam Exp $
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36741,7 +36741,7 @@ fi
+@@ -36742,7 +36742,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"