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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aba1a404ba19
branches:  trunk
changeset: 542997:aba1a404ba19
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 31 09:23:54 2008 +0000

description:
Changes 2.4.6:
- fixed handling of the "antialias" tool option
- when loading a TIFF image, always set a filename on it
- fixed initial state of curve type in Curves tool
- fixed potential crash in the Dicom load plug-in
- respect the brush mask in the Heal tool
- plugged some minor memory leaks
- fixed a glitch in the DND code
- gimp-image-convert() must not accept palettes with > 256 colors
- fixed parameter description in the Map Object plug-in
- fixed compilation of unit tests on Mac OS X
- fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in
- fixed overlap problem in Hue-Saturation tool
- fixed asymmetry in Unsharp Mask plug-in
- don't show non-existant color profiles in the selector
- fixed issues with default aspect ratio in the Crop tool
- fixed compilation of the PDF import plug-in with libpoppler 0.8
- fixed bug in clipboard brush code
- corrected layer mask flag in PSD save plug-in
- fixed an issue with tablets and newer X.Org releases
- keep the JPEG save plug-in from writing an empty EXIF tag
- fixed crash in Selective Gaussion Blur plug-in
- added new translations (Belarusian, Catalan, Norwegian Nynorsk)
- translation fixes and updates

diffstat:

 graphics/gimp/Makefile         |   4 ++--
 graphics/gimp/PLIST            |  20 +++++++++++++++++++-
 graphics/gimp/distinfo         |  10 +++++-----
 graphics/gimp/patches/patch-ab |  12 ++++++------
 4 files changed, 32 insertions(+), 14 deletions(-)

diffs (119 lines):

diff -r 61eef49f15d0 -r aba1a404ba19 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Fri May 30 19:38:09 2008 +0000
+++ b/graphics/gimp/Makefile    Sat May 31 09:23:54 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2008/04/12 22:43:01 jlam Exp $
+# $NetBSD: Makefile,v 1.175 2008/05/31 09:23:54 adam Exp $
 
-DISTNAME=      gimp-2.4.5
+DISTNAME=      gimp-2.4.6
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v2.4/ \
                ${MASTER_SITE_GNU:=gimp/v2.4/} \
diff -r 61eef49f15d0 -r aba1a404ba19 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST       Fri May 30 19:38:09 2008 +0000
+++ b/graphics/gimp/PLIST       Sat May 31 09:23:54 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2008/04/12 22:43:01 jlam Exp $
+@comment $NetBSD: PLIST,v 1.35 2008/05/31 09:23:54 adam Exp $
 bin/gimp
 bin/gimp-2.4
 bin/gimp-console
@@ -1633,6 +1633,12 @@
 share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/ar/LC_MESSAGES/gimp20-tips.mo
 share/locale/ar/LC_MESSAGES/gimp20.mo
+share/locale/be/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/be/LC_MESSAGES/gimp20-python.mo
+share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/be/LC_MESSAGES/gimp20-tips.mo
+share/locale/be/LC_MESSAGES/gimp20.mo
 share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/bg/LC_MESSAGES/gimp20-python.mo
 share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
@@ -1645,6 +1651,12 @@
 share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
 share/locale/ca/LC_MESSAGES/gimp20-tips.mo
 share/locale/ca/LC_MESSAGES/gimp20.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo
+share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
 share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/cs/LC_MESSAGES/gimp20-python.mo
 share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
@@ -1831,6 +1843,12 @@
 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/nn/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/nn/LC_MESSAGES/gimp20-python.mo
+share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/nn/LC_MESSAGES/gimp20-tips.mo
+share/locale/nn/LC_MESSAGES/gimp20.mo
 share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
 share/locale/oc/LC_MESSAGES/gimp20-python.mo
 share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
diff -r 61eef49f15d0 -r aba1a404ba19 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Fri May 30 19:38:09 2008 +0000
+++ b/graphics/gimp/distinfo    Sat May 31 09:23:54 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2008/03/02 15:49:24 adam Exp $
+$NetBSD: distinfo,v 1.43 2008/05/31 09:23:54 adam Exp $
 
-SHA1 (gimp-2.4.5.tar.bz2) = 70cf6af5700cf6db73fca898510873394eb95581
-RMD160 (gimp-2.4.5.tar.bz2) = 963a139e417354d898abd2499a5f31ecfc0da75b
-Size (gimp-2.4.5.tar.bz2) = 17819962 bytes
+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) = 0a725905113289d11fdd4e63fbff9521b80600ab
+SHA1 (patch-ab) = 179d653c75d13d5276bfc9f3c8af6c96e0695c99
 SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff -r 61eef49f15d0 -r aba1a404ba19 graphics/gimp/patches/patch-ab
--- a/graphics/gimp/patches/patch-ab    Fri May 30 19:38:09 2008 +0000
+++ b/graphics/gimp/patches/patch-ab    Sat May 31 09:23:54 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.24 2008/03/02 15:49:24 adam Exp $
+$NetBSD: patch-ab,v 1.25 2008/05/31 09:23:54 adam Exp $
 
---- configure.orig     2008-02-27 22:03:30.000000000 +0100
+--- configure.orig     2008-05-23 11:45:44.000000000 +0200
 +++ configure
-@@ -31566,6 +31566,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+@@ -31569,6 +31569,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
  
-@@ -31574,7 +31575,6 @@ cat >>confdefs.h <<\_ACEOF
+@@ -31577,7 +31578,6 @@ cat >>confdefs.h <<\_ACEOF
  _ACEOF
  
        fi
@@ -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
-@@ -34123,7 +34123,7 @@ if test "x$with_print" != xno; then
+@@ -34126,7 +34126,7 @@ if test "x$with_print" != xno; then
  fi
  
  
@@ -27,7 +27,7 @@
    BUILD_PRINT_TRUE=
    BUILD_PRINT_FALSE='#'
  else
-@@ -37121,7 +37121,7 @@ fi
+@@ -37124,7 +37124,7 @@ fi
  
  gimpdatadir="$datadir/$PACKAGE/2.0"
  gimpplugindir="$libdir/$PACKAGE/2.0"



Home | Main Index | Thread Index | Old Index