diff options
author | adam <adam@pkgsrc.org> | 2006-01-13 10:27:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-13 10:27:18 +0000 |
commit | b7cd5fa5bd0fbf79489792b83fed7eb61e61d98f (patch) | |
tree | 571b3f213e3338ce2f45775de2918cabebd883c5 /graphics/gimp24/Makefile | |
parent | 01f092f46f571a0adcc9319ad49c761ed5ebd24d (diff) | |
download | pkgsrc-b7cd5fa5bd0fbf79489792b83fed7eb61e61d98f.tar.gz |
Changes 2.3.6:
- even faster application startup
- binary relocatibility on Linux by means of binreloc
- be more verbose when being asked for it
- select color index when picking from an indexed drawable
- allow to migrate windows between displays
- mouse-wheel scrolling and zooming in plug-in previews
- added keyboard shortcuts ([ and ]) for changing the brush radius
- improved Oilify plug-in
- bug fixes and code cleanup
Changes 2.3.5:
- optionally add jitter to paint strokes
- implemented Snap to Path
- added PDB API to access the Image Grid
- ease access to Keyboard Shortcuts editor
- optimizations to the Tile Cache and Undo/Redo implementations
- more work on the Buffer PDB API
- bug fixes to the new zoomable plug-in previews
- optimization of the SIOX algorithm
- menu reorganisation in the Toolbox menu
- export "Open As Layer" to the PDB as file-load-layer
- added keyboard control for the Curves tool
- load and save embedded ICC profiles from/to PNG images
- improved appearance of some tool icons on dark background
- added PDB API to get and set path visibility
- let data editors follow the active brush, palette and gradient (optional)
- some rearrangements in the new toplevel Colors menu
- speed up reloading of data files
- allow to copy the location of data files to the clipboard
- allow to disable saving of the document history in the preferences
- slightly faster application startup
- more use of ngettext for plural forms
- bug fixes and code cleanup
Diffstat (limited to 'graphics/gimp24/Makefile')
-rw-r--r-- | graphics/gimp24/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 652b22d1718..28afdf83100 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/12/31 12:32:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/13 10:27:18 adam Exp $ -DISTNAME= gimp-2.3.4 -PKGREVISION= 2 +DISTNAME= gimp-2.3.6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.3/ \ ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \ @@ -31,9 +30,8 @@ PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in .include "../../mk/bsd.prefs.mk" -USE_BUILTIN.fontconfig= no -BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0 - +USE_BUILTIN.fontconfig= no +BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0 BUILDLINK_DEPENDS.lcms+= lcms>=1.12 GNU_CONFIGURE= yes |