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.2.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/533b32c94003
branches: trunk
changeset: 496487:533b32c94003
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 30 15:14:07 2005 +0000
description:
Changes 2.2.8:
- fixed possible crash in plug-ins-query PDB function
- fixes to Script-Fu server mode on Win32
- fixed possible crash in win32 gimptool variant
- plugged a tiny memleak in the image display code
- plugged a tiny memleak in libgimpwidgets
- attempt to fix calling the web-browser on win32
- fixed loading of images in help-browser plug-in on win32
- fixed zoom offsets if dot-for-dot mode is disabled
- fixes to Gfig parasite loading
- disabled buggy gimprc option stingy-memory-use
- don't try to create a preview for a non-existant image file
- fixed bug in Retinex plug-in
- fixed bug in Newsprint plug-in
- fixed bug in Shift plug-in
- fixed bug in Grid plug-in
diffstat:
graphics/gimp/Makefile | 6 +++---
graphics/gimp/distinfo | 12 ++++++------
graphics/gimp/patches/patch-aa | 6 +++---
graphics/gimp/patches/patch-ab | 10 +++++-----
4 files changed, 17 insertions(+), 17 deletions(-)
diffs (90 lines):
diff -r 3f885583817a -r 533b32c94003 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Thu Jun 30 15:07:27 2005 +0000
+++ b/graphics/gimp/Makefile Thu Jun 30 15:14:07 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2005/06/01 18:02:55 jlam Exp $
+# $NetBSD: Makefile,v 1.121 2005/06/30 15:14:07 adam Exp $
-DISTNAME= gimp-2.2.7
+DISTNAME= gimp-2.2.8
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
@@ -17,10 +17,10 @@
CONFLICTS+= gimp<=1.2.3
-USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake
PKG_SYSCONFSUBDIR= gimp/2.0
diff -r 3f885583817a -r 533b32c94003 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo Thu Jun 30 15:07:27 2005 +0000
+++ b/graphics/gimp/distinfo Thu Jun 30 15:14:07 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2005/05/13 15:34:12 drochner Exp $
+$NetBSD: distinfo,v 1.24 2005/06/30 15:14:07 adam Exp $
-SHA1 (gimp-2.2.7.tar.bz2) = b341ce258cab32ff361a465b3367260902f6d653
-RMD160 (gimp-2.2.7.tar.bz2) = 93f97259a195df049ce6b18f0bbb824d8df96f08
-Size (gimp-2.2.7.tar.bz2) = 13975346 bytes
-SHA1 (patch-aa) = 3d9c05114c37a129e1760ea1fec0a9696278d55b
-SHA1 (patch-ab) = 2a4830d7b63424bd265d0ea1071b29b762f3028c
+SHA1 (gimp-2.2.8.tar.bz2) = 48723b2f15206401875312b222a88bcde801301b
+RMD160 (gimp-2.2.8.tar.bz2) = 9cdb97d34d884fe3c4467ace02ca882e35055d63
+Size (gimp-2.2.8.tar.bz2) = 14016570 bytes
+SHA1 (patch-aa) = 8eabd9972ba3a99b4a29eb2c0399bebcee76916b
+SHA1 (patch-ab) = 4daf124616f52af67255244e83d38b3d8a524a3d
SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca
diff -r 3f885583817a -r 533b32c94003 graphics/gimp/patches/patch-aa
--- a/graphics/gimp/patches/patch-aa Thu Jun 30 15:07:27 2005 +0000
+++ b/graphics/gimp/patches/patch-aa Thu Jun 30 15:14:07 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.13 2005/02/23 14:16:15 adam Exp $
+$NetBSD: patch-aa,v 1.14 2005/06/30 15:14:07 adam Exp $
---- etc/Makefile.in.orig 2005-02-22 22:11:13.000000000 +0000
+--- etc/Makefile.in.orig 2005-06-26 19:28:20.000000000 +0000
+++ etc/Makefile.in
-@@ -340,7 +340,7 @@ exec_prefix = @exec_prefix@
+@@ -341,7 +341,7 @@ exec_prefix = @exec_prefix@
gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
gimpplugindir = @gimpplugindir@
diff -r 3f885583817a -r 533b32c94003 graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab Thu Jun 30 15:07:27 2005 +0000
+++ b/graphics/gimp/patches/patch-ab Thu Jun 30 15:14:07 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.14 2005/04/11 09:32:45 adam Exp $
+$NetBSD: patch-ab,v 1.15 2005/06/30 15:14:07 adam Exp $
---- configure.orig 2005-04-09 23:56:50.000000000 +0000
+--- configure.orig 2005-06-26 19:28:30.000000000 +0000
+++ configure
-@@ -27859,8 +27859,16 @@ if test "x$enable_altivec" = xyes; then
+@@ -28035,8 +28035,16 @@ if test "x$enable_altivec" = xyes; then
echo "$as_me:$LINENO: checking whether we can compile Altivec code" >&5
echo $ECHO_N "checking whether we can compile Altivec code... $ECHO_C" >&6
@@ -20,7 +20,7 @@
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-@@ -27900,7 +27908,7 @@ enable_altivec=no
+@@ -28076,7 +28084,7 @@ enable_altivec=no
echo "${ECHO_T}no" >&6
{ echo "$as_me:$LINENO: WARNING: The assembler does not support the Altivec command set." >&5
echo "$as_me: WARNING: The assembler does not support the Altivec command set." >&2;}
@@ -29,7 +29,7 @@
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-@@ -33867,7 +33875,7 @@ fi;
+@@ -33947,7 +33955,7 @@ fi;
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
Home |
Main Index |
Thread Index |
Old Index