pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp24 Changes 2.3.17:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7408501f4f0
branches: trunk
changeset: 529224:d7408501f4f0
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 28 12:41:49 2007 +0000
description:
Changes 2.3.17:
- improved import of multi-page TIFF files
- reduced rounding errors in Blur routines (core and plug-ins)
- further improved parameter checks in the PDB
- added support for loading .abr v2 Photoshop brushes
- improved border behavior of the Blur tool
- show the brush outline at the Clone tool's source position
- added libgimpbase API to retrieve the user's Pictures folder
- add a shortcut to the user's Pictures folder to the file-chooser dialog
- improved the quality of the Motion Blur filter
- save paths in TIFF files
- let the Screenshot plug-in name the new layer after the window
- use memory slices to reduce memory fragmentation
- some code cleanup
- lots of bug fixes
diffstat:
graphics/gimp24/Makefile | 4 ++--
graphics/gimp24/PLIST | 18 +++++++++++-------
graphics/gimp24/distinfo | 12 ++++++------
graphics/gimp24/patches/patch-aa | 6 +++---
graphics/gimp24/patches/patch-ab | 21 ++++++---------------
5 files changed, 28 insertions(+), 33 deletions(-)
diffs (163 lines):
diff -r e9a73a3f4604 -r d7408501f4f0 graphics/gimp24/Makefile
--- a/graphics/gimp24/Makefile Mon May 28 12:20:42 2007 +0000
+++ b/graphics/gimp24/Makefile Mon May 28 12:41:49 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2007/05/25 22:57:34 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2007/05/28 12:41:49 adam Exp $
-DISTNAME= gimp-2.3.16
+DISTNAME= gimp-2.3.17
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.3/ \
ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \
diff -r e9a73a3f4604 -r d7408501f4f0 graphics/gimp24/PLIST
--- a/graphics/gimp24/PLIST Mon May 28 12:20:42 2007 +0000
+++ b/graphics/gimp24/PLIST Mon May 28 12:41:49 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2007/04/30 13:34:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2007/05/28 12:41:49 adam Exp $
bin/gimp-2.3
bin/gimp-console-2.3
${REMOTE}bin/gimp-remote-2.3
@@ -194,7 +194,6 @@
include/gimp-2.0/libgimpwidgets/gimppropwidgets.h
include/gimp-2.0/libgimpwidgets/gimpquerybox.h
include/gimp-2.0/libgimpwidgets/gimpratioentry.h
-include/gimp-2.0/libgimpwidgets/gimpresolutionentry.h
include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
include/gimp-2.0/libgimpwidgets/gimpstock.h
@@ -277,8 +276,8 @@
lib/gimp/2.0/plug-ins/gfig
lib/gimp/2.0/plug-ins/gflare
lib/gimp/2.0/plug-ins/gfli
-lib/gimp/2.0/plug-ins/gif
-lib/gimp/2.0/plug-ins/gifload
+lib/gimp/2.0/plug-ins/gif-load
+lib/gimp/2.0/plug-ins/gif-save
lib/gimp/2.0/plug-ins/gih
lib/gimp/2.0/plug-ins/gimpressionist
lib/gimp/2.0/plug-ins/glasstile
@@ -332,8 +331,8 @@
lib/gimp/2.0/plug-ins/postscript
lib/gimp/2.0/plug-ins/print
lib/gimp/2.0/plug-ins/procedure-browser
-lib/gimp/2.0/plug-ins/psd
-lib/gimp/2.0/plug-ins/psd_save
+lib/gimp/2.0/plug-ins/psd-load
+lib/gimp/2.0/plug-ins/psd-save
lib/gimp/2.0/plug-ins/psp
lib/gimp/2.0/plug-ins/randomize
lib/gimp/2.0/plug-ins/raw
@@ -365,7 +364,8 @@
lib/gimp/2.0/plug-ins/svg
lib/gimp/2.0/plug-ins/tga
lib/gimp/2.0/plug-ins/threshold_alpha
-lib/gimp/2.0/plug-ins/tiff
+lib/gimp/2.0/plug-ins/tiff-load
+lib/gimp/2.0/plug-ins/tiff-save
lib/gimp/2.0/plug-ins/tile
lib/gimp/2.0/plug-ins/tileit
lib/gimp/2.0/plug-ins/tiler
@@ -1697,6 +1697,8 @@
share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/eu/LC_MESSAGES/gimp20-tips.mo
share/locale/eu/LC_MESSAGES/gimp20.mo
+share/locale/fa/LC_MESSAGES/gimp20-python.mo
+share/locale/fa/LC_MESSAGES/gimp20-tips.mo
share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
share/locale/fi/LC_MESSAGES/gimp20-python.mo
share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
@@ -1811,6 +1813,8 @@
share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/nl/LC_MESSAGES/gimp20-tips.mo
share/locale/nl/LC_MESSAGES/gimp20.mo
+share/locale/oc/LC_MESSAGES/gimp20-python.mo
+share/locale/oc/LC_MESSAGES/gimp20-tips.mo
share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
share/locale/pa/LC_MESSAGES/gimp20-python.mo
share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
diff -r e9a73a3f4604 -r d7408501f4f0 graphics/gimp24/distinfo
--- a/graphics/gimp24/distinfo Mon May 28 12:20:42 2007 +0000
+++ b/graphics/gimp24/distinfo Mon May 28 12:41:49 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2007/04/30 13:34:03 adam Exp $
+$NetBSD: distinfo,v 1.16 2007/05/28 12:41:50 adam Exp $
-SHA1 (gimp-2.3.16.tar.bz2) = 1987971e620a7b6a40a7f7ac8ac2b505277cce13
-RMD160 (gimp-2.3.16.tar.bz2) = f67d58f48b0997082024088ca37ef52c3b18c6bc
-Size (gimp-2.3.16.tar.bz2) = 16370057 bytes
-SHA1 (patch-aa) = 68d5d7b8aa8694634f4435300f9268e682c5c45e
-SHA1 (patch-ab) = 1734c052d0a8ab2dacee7ca6afc042dad0b56d87
+SHA1 (gimp-2.3.17.tar.bz2) = 27d12fd041adf904ce35d7e8a56129ce3410836f
+RMD160 (gimp-2.3.17.tar.bz2) = ec0038c6993a7ae513668cce5a301fd0d409fcc8
+Size (gimp-2.3.17.tar.bz2) = 16915071 bytes
+SHA1 (patch-aa) = f405e6cde52e8e85a7be327a47ddbb0cabb15ca5
+SHA1 (patch-ab) = 10e173a95b97666cfb7a4775228fe8722dc22714
SHA1 (patch-ae) = ccdb74067fd88f6b838b4deee69dad68663c8cc5
diff -r e9a73a3f4604 -r d7408501f4f0 graphics/gimp24/patches/patch-aa
--- a/graphics/gimp24/patches/patch-aa Mon May 28 12:20:42 2007 +0000
+++ b/graphics/gimp24/patches/patch-aa Mon May 28 12:41:49 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.11 2007/04/30 13:34:03 adam Exp $
+$NetBSD: patch-aa,v 1.12 2007/05/28 12:41:50 adam Exp $
---- etc/Makefile.in.orig 2007-04-24 17:13:55.000000000 +0200
+--- etc/Makefile.in.orig 2007-05-21 10:58:17.000000000 +0200
+++ etc/Makefile.in
-@@ -399,7 +399,7 @@ gimpdatadir = @gimpdatadir@
+@@ -403,7 +403,7 @@ gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
gimplocaledir = @gimplocaledir@
gimpplugindir = @gimpplugindir@
diff -r e9a73a3f4604 -r d7408501f4f0 graphics/gimp24/patches/patch-ab
--- a/graphics/gimp24/patches/patch-ab Mon May 28 12:20:42 2007 +0000
+++ b/graphics/gimp24/patches/patch-ab Mon May 28 12:41:49 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.11 2007/04/30 13:34:03 adam Exp $
+$NetBSD: patch-ab,v 1.12 2007/05/28 12:41:50 adam Exp $
---- configure.orig 2007-04-24 17:14:24.000000000 +0200
+--- configure.orig 2007-05-21 10:58:46.000000000 +0200
+++ configure
-@@ -30956,6 +30956,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -30961,6 +30961,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
@@ -10,7 +10,7 @@
if test $gimp_ok = yes; then
-@@ -30964,7 +30965,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -30969,7 +30970,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
@@ -18,16 +18,7 @@
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test $gimp_ok = no; then
-@@ -32918,7 +32918,7 @@ echo $ECHO_N "checking if libexif is ver
- fi
- { echo "$as_me:$LINENO: result: $have_exif_0_6" >&5
- echo "${ECHO_T}$have_exif_0_6" >&6; }
-- if test x$have_exif_0_6 == xyes; then
-+ if test x$have_exif_0_6 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_EXIF_0_6 1
-@@ -33597,7 +33597,7 @@ if test "x$with_print" != xno; then
+@@ -33587,7 +33587,7 @@ if test "x$with_print" != xno; then
fi
@@ -36,7 +27,7 @@
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
-@@ -36466,7 +36466,7 @@ fi
+@@ -36512,7 +36512,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
Home |
Main Index |
Thread Index |
Old Index