diff options
author | adam <adam> | 2008-08-30 11:11:50 +0000 |
---|---|---|
committer | adam <adam> | 2008-08-30 11:11:50 +0000 |
commit | 6547fbf4fd32f18a616797982c490cc31687dfb9 (patch) | |
tree | 387317bb23b8deaeba38fccf23d1f61e3c30c5cf /graphics/gimp/Makefile | |
parent | f8a26a6ed5d8e4b3d211fbf8fe4b89945517925a (diff) | |
download | pkgsrc-6547fbf4fd32f18a616797982c490cc31687dfb9.tar.gz |
Changes 2.4.7:
- fixed issue in GIF load plug-in
- fixed event handling in MIDI controller
- fixed handling of the 'Highlight' tool option in Crop and Rectangle
Select tools
- various fixes to the Python bindings:
- fixed crash with Python 2.5 on 64 bit systems
- added missing validity checks
- allow to pass None for PDB_DISPLAY
- plugged a memory leak in gimp-text-get-extents-fontname PDB call
- fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
- fixed endianness issue in the ICO save plug-in
- translation fixes and updates (be, it, lt, nn, vi)
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c11610dec26..949019e26bd 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.175 2008/05/31 09:23:54 adam Exp $ +# $NetBSD: Makefile,v 1.176 2008/08/30 11:11:50 adam Exp $ -DISTNAME= gimp-2.4.6 +DISTNAME= gimp-2.4.7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \ ${MASTER_SITE_GNU:=gimp/v2.4/} \ |