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.6.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e018b847f08
branches: trunk
changeset: 556167:0e018b847f08
user: adam <adam%pkgsrc.org@localhost>
date: Tue Mar 17 15:41:41 2009 +0000
description:
Changes 2.6.6:
* Bugs fixed:
- lcms plug-in crashes on broken profile
- changing the help browser preference may not work
- blur plugin: bug in the first line
- gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
- 1-bit white background saved as PBM becomes all black
- Small bug in Filter>Distorts>Ripple
- top left pixel position/coordinate is not 0,0 but 1,1
- Rotate with clipping crops the whole layer
* Updated translations.
diffstat:
graphics/gimp/Makefile | 4 ++--
graphics/gimp/PLIST | 3 +--
graphics/gimp/distinfo | 10 +++++-----
graphics/gimp/patches/patch-ab | 16 ++++++++--------
4 files changed, 16 insertions(+), 17 deletions(-)
diffs (90 lines):
diff -r 9e6e4a7ad8ce -r 0e018b847f08 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Tue Mar 17 15:37:29 2009 +0000
+++ b/graphics/gimp/Makefile Tue Mar 17 15:41:41 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.179 2009/02/18 08:56:09 adam Exp $
+# $NetBSD: Makefile,v 1.180 2009/03/17 15:41:41 adam Exp $
-DISTNAME= gimp-2.6.5
+DISTNAME= gimp-2.6.6
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \
${MASTER_SITE_GNU:=gimp/v2.6/} \
diff -r 9e6e4a7ad8ce -r 0e018b847f08 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Tue Mar 17 15:37:29 2009 +0000
+++ b/graphics/gimp/PLIST Tue Mar 17 15:41:41 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2009/02/21 08:23:04 dholland Exp $
+@comment $NetBSD: PLIST,v 1.38 2009/03/17 15:41:41 adam Exp $
bin/gimp
bin/gimp-2.6
bin/gimp-console
@@ -1891,7 +1891,6 @@
share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/pt/LC_MESSAGES/gimp20-tips.mo
-share/locale/pt/LC_MESSAGES/gimp20.mo
share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo
share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
diff -r 9e6e4a7ad8ce -r 0e018b847f08 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo Tue Mar 17 15:37:29 2009 +0000
+++ b/graphics/gimp/distinfo Tue Mar 17 15:41:41 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2009/02/18 08:56:10 adam Exp $
+$NetBSD: distinfo,v 1.48 2009/03/17 15:41:41 adam Exp $
-SHA1 (gimp-2.6.5.tar.bz2) = ee57298fe5572ecce17137ff879e4aad6509d289
-RMD160 (gimp-2.6.5.tar.bz2) = 1de4ffdf13d3edd47e150e4289a8d93677d3f538
-Size (gimp-2.6.5.tar.bz2) = 16043778 bytes
+SHA1 (gimp-2.6.6.tar.bz2) = 71aec5cd671a2431daa91dea91abb6d3822a896b
+RMD160 (gimp-2.6.6.tar.bz2) = 9a171baf6007d3a8acfce6ff5e880e412f4225ae
+Size (gimp-2.6.6.tar.bz2) = 16075908 bytes
SHA1 (patch-aa) = 7d7cf10af84f3197f460ba3f847e1e9fdcca168c
-SHA1 (patch-ab) = 636d2a78256c34fdb141f15c3520fdb0abe31069
+SHA1 (patch-ab) = 1720f797e6dd44a56ecc99bfc65da27c5056a100
SHA1 (patch-ac) = b1f4b802eebbb2d2145e0e282e65d48a0409a6b8
diff -r 9e6e4a7ad8ce -r 0e018b847f08 graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab Tue Mar 17 15:37:29 2009 +0000
+++ b/graphics/gimp/patches/patch-ab Tue Mar 17 15:41:41 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.27 2009/01/24 20:55:06 adam Exp $
+$NetBSD: patch-ab,v 1.28 2009/03/17 15:41:42 adam Exp $
---- configure.orig 2008-11-20 23:48:56.000000000 +0100
+--- configure.orig 2009-03-15 21:58:20.000000000 +0100
+++ configure
-@@ -31444,6 +31444,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -32048,6 +32048,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
@@ -10,15 +10,15 @@
if test "x$gimp_ok" = xyes; then
-@@ -31452,7 +31453,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -32056,7 +32057,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
- fi
- { echo "$as_me:$LINENO: result: $gimp_ok" >&5
- echo "${ECHO_T}$gimp_ok" >&6; }
+ { $as_echo "$as_me:$LINENO: result: $gimp_ok" >&5
+ $as_echo "$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
-@@ -34171,7 +34171,7 @@ if test "x$with_print" != xno; then
+@@ -34846,7 +34846,7 @@ if test "x$with_print" != xno; then
enable_print="yes"
fi
@@ -27,7 +27,7 @@
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36840,7 +36840,7 @@ fi
+@@ -37532,7 +37532,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
Home |
Main Index |
Thread Index |
Old Index