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.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dce5cae6799a
branches: trunk
changeset: 501902:dce5cae6799a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 31 13:07:02 2005 +0000
description:
Changes 2.2.9:
- fixed minor problem in JPEG plug-in
- allow to disable build of gtkhtml2, svg, and lcms features
- fixed bug in Imagemap plug-in
- handle PSD files with untitled channels
- fixed build of MMX/SSE assembly code on gcc 4.0
- fixed crash in image preview code
- fixed redraw of previews in Rotate Colormap plug-in
- fixed redraw of previews in Filterpack plug-in
- cross-compilation fixes and build fixes for Cygwin
- fixed character placement in Text Circle script
- made GIMP more robust against strange characters in directory names
- fixed minor issue in Dicom plug-in
- deal with API change in librsvg >= 2.11.0
- fixed bug in ellipse selection
- fixed build issue on Cygwin
- fixed problem in ellipse selection
- ease closing of iscissors outline
- fixed handling of Tab key if NumLock is active
- fixed problem with random number generator in QBist plug-in
- raise palettes grid instead of creating a new one
- fixed problem with environment maps in Lighting plug-in
- fixed Gaussian Blur for small radii
- fixed Select By Color tool on grayscale layers
diffstat:
graphics/gimp/Makefile | 5 ++---
graphics/gimp/PLIST | 10 +++++++++-
graphics/gimp/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 8 deletions(-)
diffs (81 lines):
diff -r 595c053ac26b -r dce5cae6799a graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Mon Oct 31 13:04:23 2005 +0000
+++ b/graphics/gimp/Makefile Mon Oct 31 13:07:02 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.125 2005/08/10 20:56:17 jlam Exp $
+# $NetBSD: Makefile,v 1.126 2005/10/31 13:07:02 adam Exp $
-DISTNAME= gimp-2.2.8
-PKGREVISION= 1
+DISTNAME= gimp-2.2.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
diff -r 595c053ac26b -r dce5cae6799a graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Mon Oct 31 13:04:23 2005 +0000
+++ b/graphics/gimp/PLIST Mon Oct 31 13:07:02 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2005/05/23 08:25:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2005/10/31 13:07:02 adam Exp $
bin/gimp
bin/gimp-2.2
bin/gimp-remote
@@ -468,6 +468,7 @@
share/doc/html/${PKGNAME}/libgimpcolor/libgimpcolor.devhelp
share/doc/html/${PKGNAME}/libgimpcolor/libgimpcolor.html
share/doc/html/${PKGNAME}/libgimpcolor/right.png
+share/doc/html/${PKGNAME}/libgimpcolor/style.css
share/doc/html/${PKGNAME}/libgimpcolor/up.png
share/doc/html/${PKGNAME}/libgimpmath/home.png
share/doc/html/${PKGNAME}/libgimpmath/index.html
@@ -480,6 +481,7 @@
share/doc/html/${PKGNAME}/libgimpmath/libgimpmath.devhelp
share/doc/html/${PKGNAME}/libgimpmath/libgimpmath.html
share/doc/html/${PKGNAME}/libgimpmath/right.png
+share/doc/html/${PKGNAME}/libgimpmath/style.css
share/doc/html/${PKGNAME}/libgimpmath/up.png
share/doc/html/${PKGNAME}/libgimpmodule/GimpModule.html
share/doc/html/${PKGNAME}/libgimpmodule/GimpModuleDB.html
@@ -490,6 +492,7 @@
share/doc/html/${PKGNAME}/libgimpmodule/libgimpmodule.devhelp
share/doc/html/${PKGNAME}/libgimpmodule/libgimpmodule.html
share/doc/html/${PKGNAME}/libgimpmodule/right.png
+share/doc/html/${PKGNAME}/libgimpmodule/style.css
share/doc/html/${PKGNAME}/libgimpmodule/up.png
share/doc/html/${PKGNAME}/libgimpthumb/GimpThumbnail.html
share/doc/html/${PKGNAME}/libgimpthumb/home.png
@@ -542,6 +545,7 @@
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpStock.html
+share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpStock.html~
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpWidgets.html
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-cell-renderers.html
share/doc/html/${PKGNAME}/libgimpwidgets/libgimpwidgets-colordisplay.html
@@ -1734,6 +1738,10 @@
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gimp20.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
+${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/gimp20.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
diff -r 595c053ac26b -r dce5cae6799a graphics/gimp/distinfo
--- a/graphics/gimp/distinfo Mon Oct 31 13:04:23 2005 +0000
+++ b/graphics/gimp/distinfo Mon Oct 31 13:07:02 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2005/06/30 15:14:07 adam Exp $
+$NetBSD: distinfo,v 1.25 2005/10/31 13:07:02 adam Exp $
-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 (gimp-2.2.9.tar.bz2) = ef9d1b9247feffacb5794df0792187cf8ab29ce6
+RMD160 (gimp-2.2.9.tar.bz2) = 31bd586716902dbb2e59ac552d0b14b1dcd19314
+Size (gimp-2.2.9.tar.bz2) = 12811906 bytes
SHA1 (patch-aa) = 8eabd9972ba3a99b4a29eb2c0399bebcee76916b
SHA1 (patch-ab) = 4daf124616f52af67255244e83d38b3d8a524a3d
SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca
Home |
Main Index |
Thread Index |
Old Index