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.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5240060a592c
branches:  trunk
changeset: 538196:5240060a592c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 31 20:41:45 2008 +0000

description:
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:

 graphics/gimp/Makefile         |   4 ++--
 graphics/gimp/distinfo         |  10 +++++-----
 graphics/gimp/patches/patch-ab |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r 57d741d0e028 -r 5240060a592c graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu Jan 31 20:01:13 2008 +0000
+++ b/graphics/gimp/Makefile    Thu Jan 31 20:41:45 2008 +0000
@@ -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 -r 57d741d0e028 -r 5240060a592c graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Thu Jan 31 20:01:13 2008 +0000
+++ b/graphics/gimp/distinfo    Thu Jan 31 20:41:45 2008 +0000
@@ -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 -r 57d741d0e028 -r 5240060a592c graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab    Thu Jan 31 20:01:13 2008 +0000
+++ b/graphics/gimp/patches/patch-ab    Thu Jan 31 20:41:45 2008 +0000
@@ -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 @@
    { 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 @@
    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"



Home | Main Index | Thread Index | Old Index