diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-29 20:51:51 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-29 20:51:51 +0000 |
commit | 976e1f0e93b282160b0804d137999f9c17c6b51e (patch) | |
tree | cc777369ad07f600246f2dc572f2c0ddb4a8d41c /graphics/inkscape/Makefile | |
parent | 203f3937608245f4bfe8f15e3b1b43e316024f8b (diff) | |
download | pkgsrc-976e1f0e93b282160b0804d137999f9c17c6b51e.tar.gz |
Update to inkscape-0.47.
--
Inkscape 0.47 brings a host of important improvements all across the program:
* Timed autosave: no more lost work
* Spiro splines: an exciting new way to work with paths, fully supported in
Pen, Pencil, and Node tools
* Auto smooth nodes: a new type of node that keeps the path as smooth as
possible as you move it or its neighbors
* New modes in Tweak tool: pushing and jittering whole objects,
scaling/rotating objects, deleting and duplicating using the "soft brush"
* Reworked, much more usable snapping system and a Snapping toolbar
* New path effects, including sketch, hatching, envelope deformation; effects
can be stacked and assigned to groups
* A huge collection of preset filters in the new Filters menu
* New cairo-based PS and EPS export: improved quality, more features
supported, fallback rasterization for filters and transparency
* Spell checker for text objects in a document
* Many new extensions: restacking, calendar, printing marks, cartesian and
polar grids, interpolating attributes
* Optimized SVG code options, now with their own Preferences page
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r-- | graphics/inkscape/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ef7a8252fb1..05e5942ea98 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2009/11/22 16:08:46 drochner Exp $ +# $NetBSD: Makefile,v 1.46 2009/11/29 20:51:51 tnn Exp $ -DISTNAME= inkscape-0.46 -PKGREVISION= 6 +DISTNAME= inkscape-0.47 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/} EXTRACT_SUFX= .tar.bz2 @@ -16,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv .endif +EXTRACT_USING= bsdtar GCC_REQD+= 3.0 USE_LANGUAGES= c c++ USE_LIBTOOL= yes @@ -53,6 +53,7 @@ BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.12.2 .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/libart/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" .include "../../print/poppler-glib/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |