pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp Update to 2.2.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1a52bf0e3d3
branches:  trunk
changeset: 505690:c1a52bf0e3d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 06 11:56:18 2006 +0000

description:
Update to 2.2.10.

Fix PKGCONFIG_OVERRIDE lines.

Bugs fixed in GIMP 2.2.10
=========================

- fixed build error on Sun C compiler (bug #319811)
- fixed issue with Guides scripts (bug #320933)
- corrected selection display problem (bug #319029)
- fixed potential wget issue (bug #322977)
- fixed non-interactive use of gimp-edit-stroke (bug #322977)
- fixed Script-Fu crash in some locales such as Chinese (bug #163212)
- fixed build of librsvg plug-in (bug #314400)
- fixed parameter type in "plug-in-unsharp-mask" procedure (bug #325007).

diffstat:

 graphics/gimp/Makefile |  11 +++++------
 graphics/gimp/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r c51024634539 -r c1a52bf0e3d3 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Fri Jan 06 11:14:30 2006 +0000
+++ b/graphics/gimp/Makefile    Fri Jan 06 11:56:18 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2005/12/31 12:32:36 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2006/01/06 11:56:18 wiz Exp $
 
-DISTNAME=      gimp-2.2.9
-PKGREVISION=   2
+DISTNAME=      gimp-2.2.10
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v2.2/ \
                ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
@@ -24,9 +23,9 @@
 
 PKG_SYSCONFSUBDIR=     gimp/2.0
 
-PKGCONFIG_OVERRIDE=    gimp-2.0.pc.in
-PKGCONFIG_OVERRIDE+=   gimpthumb-2.0.pc.in
-PKGCONFIG_OVERRIDE+=   gimpui-2.0.pc.in
+PKGCONFIG_OVERRIDE=    gimpthumb.pc.in
+PKGCONFIG_OVERRIDE+=   gimp.pc.in
+PKGCONFIG_OVERRIDE+=   gimpui.pc.in
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r c51024634539 -r c1a52bf0e3d3 graphics/gimp/distinfo
--- a/graphics/gimp/distinfo    Fri Jan 06 11:14:30 2006 +0000
+++ b/graphics/gimp/distinfo    Fri Jan 06 11:56:18 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2005/10/31 13:07:02 adam Exp $
+$NetBSD: distinfo,v 1.26 2006/01/06 11:56:18 wiz Exp $
 
-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 (gimp-2.2.10.tar.bz2) = 42d89a933f9dd663fe9857de09c67d1c1ba72ed8
+RMD160 (gimp-2.2.10.tar.bz2) = 3c1a18f0b1d2cc9d14f4777d270d69362149be77
+Size (gimp-2.2.10.tar.bz2) = 12916552 bytes
 SHA1 (patch-aa) = 8eabd9972ba3a99b4a29eb2c0399bebcee76916b
 SHA1 (patch-ab) = 4daf124616f52af67255244e83d38b3d8a524a3d
 SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca



Home | Main Index | Thread Index | Old Index