diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-06 11:56:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-06 11:56:18 +0000 |
commit | 15284245ab229e4d50a99a1edcadecb99f80f310 (patch) | |
tree | b5e6b3a323ed7a742b3b26c034412de94d91dbc2 /graphics | |
parent | ef1ac45c4e2a77d7f7c9907e4178b53c8bd82f5a (diff) | |
download | pkgsrc-15284245ab229e4d50a99a1edcadecb99f80f310.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 11 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 7ca1eb0802c..520610b39e0 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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 @@ USE_TOOLS+= gmake pkg-config 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 --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index d3a62ca46cb..450899433ce 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -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 |