From 23c99897ba99fa35f20fa08200900d1ea07e8529 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 7 Apr 2008 17:08:53 +0000 Subject: Changes 0.46: * Paintbucket tool * Tweak tool * 3D Box tool * Live path effects * Color management * New SVG filters and UI * Native PDF and AI import * XAML import/export * Open Clip Art Library integration (import/export) * Stock patterns * Bitmap editing extension effects * Full on-canvas gradient editing * Engraver's Toolbox in the Calligraphic tool * Touch selection * Dockable dialogs * Command-line access to verbs * Snapping made usable * "3D" / axonometric grid * Angled guidelines * Conversion of objects to guidelines * Significant speed and interactivity improvements * Hundreds of smaller features and bugfixes --- graphics/inkscape/patches/patch-ab | 14 -------------- graphics/inkscape/patches/patch-ac | 14 +++++++------- graphics/inkscape/patches/patch-af | 20 ++++++++++---------- graphics/inkscape/patches/patch-ag | 13 ------------- graphics/inkscape/patches/patch-ah | 15 --------------- graphics/inkscape/patches/patch-ai | 13 ------------- 6 files changed, 17 insertions(+), 72 deletions(-) delete mode 100644 graphics/inkscape/patches/patch-ab delete mode 100644 graphics/inkscape/patches/patch-ag delete mode 100644 graphics/inkscape/patches/patch-ah delete mode 100644 graphics/inkscape/patches/patch-ai (limited to 'graphics/inkscape/patches') diff --git a/graphics/inkscape/patches/patch-ab b/graphics/inkscape/patches/patch-ab deleted file mode 100644 index 497f971a83f..00000000000 --- a/graphics/inkscape/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2007/02/19 22:41:32 joerg Exp $ - ---- src/display/nr-filter-gaussian.cpp.orig 2007-02-19 22:21:03.000000000 +0000 -+++ src/display/nr-filter-gaussian.cpp -@@ -16,7 +16,9 @@ - #include - #include - -+#if (!defined(__NetBSD__) || defined(_GLIBCXX_USE_C99_MATH)) && !defined(isnormal) - using std::isnormal; -+#endif - - #include "display/nr-filter-primitive.h" - #include "display/nr-filter-gaussian.h" diff --git a/graphics/inkscape/patches/patch-ac b/graphics/inkscape/patches/patch-ac index 2eae10609b4..05faf5c93a3 100644 --- a/graphics/inkscape/patches/patch-ac +++ b/graphics/inkscape/patches/patch-ac @@ -1,12 +1,12 @@ -$NetBSD: patch-ac,v 1.3 2006/07/21 13:16:53 joerg Exp $ +$NetBSD: patch-ac,v 1.4 2008/04/07 17:08:53 adam Exp $ ---- src/inkjar/jar.cpp.orig 2006-07-21 12:48:38.000000000 +0000 +--- src/inkjar/jar.cpp.orig 2008-03-11 05:20:04.000000000 +0100 +++ src/inkjar/jar.cpp -@@ -42,6 +42,7 @@ - #include - //#endif +@@ -23,6 +23,7 @@ + # include "config.h" + #endif +#include - #include - + //#ifdef STDC_HEADERS + //#endif diff --git a/graphics/inkscape/patches/patch-af b/graphics/inkscape/patches/patch-af index 9e9489f863e..81f8be0be90 100644 --- a/graphics/inkscape/patches/patch-af +++ b/graphics/inkscape/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.2 2007/02/05 20:20:03 adam Exp $ +$NetBSD: patch-af,v 1.3 2008/04/07 17:08:53 adam Exp $ ---- packaging/macosx/Resources/script.orig 2007-01-16 03:05:21.000000000 +0100 +--- packaging/macosx/Resources/script.orig 2008-03-11 05:19:27.000000000 +0100 +++ packaging/macosx/Resources/script -@@ -17,7 +17,7 @@ open-x11 /tmp/getdisplay.sh || \ - open -a XDarwin /tmp/getdisplay.sh || \ - echo ":0" > /tmp/display.$UID +@@ -30,7 +30,7 @@ if [[ $VERSION -le 4 ]]; then + open -a XDarwin /tmp/getdisplay.sh || \ + echo ":0" > /tmp/display.$UID --while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do -+while [ "$?" = "0" -a ! -f /tmp/display.$UID ]; do - sleep 1 - done - export DISPLAY="`cat /tmp/display.$UID`" +- while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do ++ while [ "$?" = "0" -a ! -f /tmp/display.$UID ]; do + sleep 1 + done + export DISPLAY="`cat /tmp/display.$UID`" diff --git a/graphics/inkscape/patches/patch-ag b/graphics/inkscape/patches/patch-ag deleted file mode 100644 index c63a7e90191..00000000000 --- a/graphics/inkscape/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2007/02/05 20:20:03 adam Exp $ - ---- share/extensions/ps2pdf.sh.orig 2007-01-16 03:06:10.000000000 +0100 -+++ share/extensions/ps2pdf.sh -@@ -2,7 +2,7 @@ - - params=`grep "^%%DocumentMedia:" "$1" | head -n 1 | awk '{ if (NF==7) { if ($2!="plain") print "-sPAPERSIZE=" $2; else print "-dDEVICEWIDTHPOINTS=" $3 " -dDEVICEHEIGHTPOINTS=" $4; } }'` - --if [ "x${params}x" == "xx" ] -+if [ "x${params}x" = "xx" ] - then - params=`grep "^%%BoundingBox:" "$1" | head -n 1 | awk '{ print "-dDEVICEWIDTHPOINTS=" $4 " -dDEVICEHEIGHTPOINTS=" $5; }'` - fi diff --git a/graphics/inkscape/patches/patch-ah b/graphics/inkscape/patches/patch-ah deleted file mode 100644 index 822d087c491..00000000000 --- a/graphics/inkscape/patches/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2007/11/23 11:56:14 drochner Exp $ - ---- src/seltrans.h.orig 2007-11-23 12:26:16.000000000 +0100 -+++ src/seltrans.h -@@ -138,8 +138,8 @@ private: - NR::Point _origin; ///< position of origin for transforms - NR::Point _point; ///< original position of the knot being used for the current transform - Inkscape::MessageContext _message_context; -- SigC::Connection _sel_changed_connection; -- SigC::Connection _sel_modified_connection; -+ sigc::connection _sel_changed_connection; -+ sigc::connection _sel_modified_connection; - }; - - } diff --git a/graphics/inkscape/patches/patch-ai b/graphics/inkscape/patches/patch-ai deleted file mode 100644 index 905ef1cf319..00000000000 --- a/graphics/inkscape/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2008/01/19 17:39:37 adam Exp $ - ---- src/conn-avoid-ref.cpp.orig 2008-01-19 18:09:35.000000000 +0100 -+++ src/conn-avoid-ref.cpp -@@ -17,7 +17,7 @@ - #include "libavoid/polyutil.h" - #include "libavoid/router.h" - #include "libavoid/connector.h" --#include "xml/simple-node.cpp" -+#include "xml/simple-node.h" - #include "document.h" - #include "prefs-utils.h" - -- cgit v1.2.3