summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-al
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-29 20:51:51 +0000
committertnn <tnn@pkgsrc.org>2009-11-29 20:51:51 +0000
commit976e1f0e93b282160b0804d137999f9c17c6b51e (patch)
treecc777369ad07f600246f2dc572f2c0ddb4a8d41c /graphics/inkscape/patches/patch-al
parent203f3937608245f4bfe8f15e3b1b43e316024f8b (diff)
downloadpkgsrc-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/patches/patch-al')
-rw-r--r--graphics/inkscape/patches/patch-al12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/inkscape/patches/patch-al b/graphics/inkscape/patches/patch-al
deleted file mode 100644
index b117a9b942c..00000000000
--- a/graphics/inkscape/patches/patch-al
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-al,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
-
-gcc44 fixes
-
---- src/streams-handles.cpp.orig 2008-03-11 04:20:00.000000000 +0000
-+++ src/streams-handles.cpp 2009-10-05 18:16:03.000000000 +0000
-@@ -14,4 +14,5 @@
-
- #include <iostream>
-+#include <cstdio>
-
- namespace Inkscape {