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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2550276ffa88
branches:  trunk
changeset: 546383:2550276ffa88
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Aug 30 11:11:50 2008 +0000

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

 graphics/gimp/Makefile         |   4 ++--
 graphics/gimp/distinfo         |  12 ++++++------
 graphics/gimp/patches/patch-aa |   6 +++---
 graphics/gimp/patches/patch-ab |  20 ++++++++++----------
 4 files changed, 21 insertions(+), 21 deletions(-)

diffs (92 lines):

diff -r 7891c2172c4d -r 2550276ffa88 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Sat Aug 30 10:03:05 2008 +0000
+++ b/graphics/gimp/Makefile    Sat Aug 30 11:11:50 2008 +0000
@@ -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 -r 7891c2172c4d -r 2550276ffa88 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Sat Aug 30 10:03:05 2008 +0000
+++ b/graphics/gimp/distinfo    Sat Aug 30 11:11:50 2008 +0000
@@ -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 -r 7891c2172c4d -r 2550276ffa88 graphics/gimp/patches/patch-aa
--- a/graphics/gimp/patches/patch-aa    Sat Aug 30 10:03:05 2008 +0000
+++ b/graphics/gimp/patches/patch-aa    Sat Aug 30 11:11:50 2008 +0000
@@ -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 -r 7891c2172c4d -r 2550276ffa88 graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab    Sat Aug 30 10:03:05 2008 +0000
+++ b/graphics/gimp/patches/patch-ab    Sat Aug 30 11:11:50 2008 +0000
@@ -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 @@
  
        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 @@
    { 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"



Home | Main Index | Thread Index | Old Index