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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09717eba4793
branches:  trunk
changeset: 621131:09717eba4793
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 04 21:42:40 2013 +0000

description:
Changes 2.8.6:

Core:
 - Fix saving to URIs, it was broken to only allow exporting, and fix
   save/export of compressed files
 - Fix brush spacing for drawing in any direction
 - Increase the maximum size of clipboard brushes and patterns to 1024x1024
 - Make sure data objects are saved when only their name was changed

GUI:
 - Don't allow single-window docks to shrink smaller than their requisition
 - Make sure a single-window's right docks keep their size across sessions
 - Allow to change the spacing of non-generated brushes again
 - In single-window mode, make Escape move the focus to the canvas,
   and beep if the focus is already there
 - Be smarter about unavailable fonts, and don't crash
 - Make clicking the single-window's close button quit GIMP
 - Make view-close (Ctrl+W) only close image windows and tabs, not docks

Libgimp:
 - Add SIGNED_ROUND() which also rounds negative values correctly

Plug-ins:
 - Make GIMP_PLUGIN_DEBUG work again after GLib changed logging
 - Fix zealous crop for transparent borders

Installer:
 - Add Hungarian translation

Data:
 - Add a default "Color from Gradient" dynamics and tool preset

General:
 - Lots of bug fixes
 - Lots of translation updates

diffstat:

 graphics/gimp/Makefile |  5 ++---
 graphics/gimp/PLIST    |  6 +++++-
 graphics/gimp/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 426b967d6ba4 -r 09717eba4793 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu Jul 04 21:33:14 2013 +0000
+++ b/graphics/gimp/Makefile    Thu Jul 04 21:42:40 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.233 2013/06/06 12:53:51 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2013/07/04 21:42:40 adam Exp $
 
-DISTNAME=      gimp-2.8.4
-PKGREVISION=   4
+DISTNAME=      gimp-2.8.6
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
                ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
diff -r 426b967d6ba4 -r 09717eba4793 graphics/gimp/PLIST
--- a/graphics/gimp/PLIST       Thu Jul 04 21:33:14 2013 +0000
+++ b/graphics/gimp/PLIST       Thu Jul 04 21:42:40 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2012/05/07 08:40:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.50 2013/07/04 21:42:40 adam Exp $
 bin/gimp
 bin/gimp-2.8
 bin/gimp-console
@@ -530,6 +530,7 @@
 share/gimp/2.0/dynamics/Basic/Pencil-Generic.gdyn
 share/gimp/2.0/dynamics/Basic/Pencil-Shader.gdyn
 share/gimp/2.0/dynamics/Basic/Pressure-Opacity.gdyn
+share/gimp/2.0/dynamics/Color-From-Gradient.gdyn
 share/gimp/2.0/dynamics/Dynamics-Off.gdyn
 share/gimp/2.0/dynamics/FX/Confetti.gdyn
 share/gimp/2.0/dynamics/FX/Perspective.gdyn
@@ -1077,6 +1078,7 @@
 share/gimp/2.0/tool-presets/FX/Glow-Lights.gtp
 share/gimp/2.0/tool-presets/FX/Smooth-Clone.gtp
 share/gimp/2.0/tool-presets/FX/Vignette.gtp
+share/gimp/2.0/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp
 share/gimp/2.0/tool-presets/Paint/Airbrush.gtp
 share/gimp/2.0/tool-presets/Paint/Basic-Knife.gtp
 share/gimp/2.0/tool-presets/Paint/Basic-Round-Detail.gtp
@@ -1084,6 +1086,8 @@
 share/gimp/2.0/tool-presets/Paint/Bristles.gtp
 share/gimp/2.0/tool-presets/Paint/Eraser-Hard.gtp
 share/gimp/2.0/tool-presets/Paint/Noise.gtp
+share/gimp/2.0/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp
+share/gimp/2.0/tool-presets/Paint/Pencil-Color-From-Gradient.gtp
 share/gimp/2.0/tool-presets/Paint/Smudge-Rough.gtp
 share/gimp/2.0/tool-presets/Paint/Smudge-Soft.gtp
 share/gimp/2.0/tool-presets/Paint/Soft-Oil.gtp
diff -r 426b967d6ba4 -r 09717eba4793 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Thu Jul 04 21:33:14 2013 +0000
+++ b/graphics/gimp/distinfo    Thu Jul 04 21:42:40 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2013/02/16 19:43:02 adam Exp $
+$NetBSD: distinfo,v 1.73 2013/07/04 21:42:40 adam Exp $
 
-SHA1 (gimp-2.8.4.tar.bz2) = dc472fc3ecfadd70002c2bb3aa959172e812796e
-RMD160 (gimp-2.8.4.tar.bz2) = 75cd2eded1949edefc1f6717d4785090c29a50f9
-Size (gimp-2.8.4.tar.bz2) = 20214383 bytes
+SHA1 (gimp-2.8.6.tar.bz2) = 5f94e39b05a0b892f6d4f8b2d773d97d8ea95731
+RMD160 (gimp-2.8.6.tar.bz2) = 573da746b242c9c3f47bb5ed7fa1c5b475d7d700
+Size (gimp-2.8.6.tar.bz2) = 20306442 bytes
 SHA1 (patch-aa) = 8107200cc3007e6ae4b9064ee05e5c9a00cca2ef
 SHA1 (patch-ab) = d2450afa1efb60d6094827e6336b8266eea0bb12
 SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82



Home | Main Index | Thread Index | Old Index