summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches
diff options
context:
space:
mode:
authoradam <adam>2008-04-07 17:08:53 +0000
committeradam <adam>2008-04-07 17:08:53 +0000
commit23c99897ba99fa35f20fa08200900d1ea07e8529 (patch)
tree4ac308e1b1b750d20c1ed8a3fbb4d931f6349bfe /graphics/inkscape/patches
parent6b96982fa1a0d9249f390e7230f8fa9f157a40f7 (diff)
downloadpkgsrc-23c99897ba99fa35f20fa08200900d1ea07e8529.tar.gz
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
Diffstat (limited to 'graphics/inkscape/patches')
-rw-r--r--graphics/inkscape/patches/patch-ab14
-rw-r--r--graphics/inkscape/patches/patch-ac14
-rw-r--r--graphics/inkscape/patches/patch-af20
-rw-r--r--graphics/inkscape/patches/patch-ag13
-rw-r--r--graphics/inkscape/patches/patch-ah15
-rw-r--r--graphics/inkscape/patches/patch-ai13
6 files changed, 17 insertions, 72 deletions
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 <cmath>
- #include <glib.h>
-
-+#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 <fcntl.h>
- //#endif
+@@ -23,6 +23,7 @@
+ # include "config.h"
+ #endif
+#include <unistd.h>
- #include <glib.h>
-
+ //#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"
-