head 1.7; access; symbols pkgsrc-2014Q4:1.6.0.18 pkgsrc-2014Q4-base:1.6 pkgsrc-2014Q3:1.6.0.16 pkgsrc-2014Q3-base:1.6 pkgsrc-2014Q2:1.6.0.14 pkgsrc-2014Q2-base:1.6 pkgsrc-2014Q1:1.6.0.12 pkgsrc-2014Q1-base:1.6 pkgsrc-2013Q4:1.6.0.10 pkgsrc-2013Q4-base:1.6 pkgsrc-2013Q3:1.6.0.8 pkgsrc-2013Q3-base:1.6 pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2013Q1:1.6.0.4 pkgsrc-2013Q1-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.5.0.14 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.12 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.10 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.8 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.6 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.2 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.4.0.10 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.8 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.6 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.4 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.7 date 2015.02.03.13.55.12; author adam; state dead; branches; next 1.6; commitid M8b2igoS0yKjfz8y; 1.6 date 2012.12.18.14.01.06; author drochner; state Exp; branches; next 1.5; 1.5 date 2011.02.05.07.57.15; author adam; state Exp; branches; next 1.4; 1.4 date 2009.11.29.20.51.51; author tnn; state Exp; branches; next 1.3; 1.3 date 2009.05.20.12.00.17; author tnn; state Exp; branches; next 1.2; 1.2 date 2008.04.07.17.08.53; author adam; state dead; branches; next 1.1; 1.1 date 2007.11.23.11.56.14; author drochner; state Exp; branches; next ; desc @@ 1.7 log @Changes 0.91: Cairo rendering for display and PNG export OpenMP multithreading for all filters C++ code conversion Major improvements in the Text tool Measure tool Type design features Symbol library and support for Visio stencils Cross platform WMF and EMF import and export Improved support for Corel DRAW documents, Visio importer Support for real world document and page size units, e.g. millimeters Numerous usability improvements Native Windows 64-bit build @ text @$NetBSD: patch-ah,v 1.6 2012/12/18 14:01:06 drochner Exp $ --- packaging/macosx/Resources/bin/inkscape.orig 2012-12-13 17:00:46.000000000 +0000 +++ packaging/macosx/Resources/bin/inkscape @@@@ -114,7 +114,7 @@@@ fi # If the AppleCollationOrder preference doesn't exist, we fall back to using # the AppleLocale preference. LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null` -if [ "x$LANGSTR" == "x" -o "x$LANGSTR" == "xroot" ] +if [ "x$LANGSTR" = "x" -o "x$LANGSTR" = "xroot" ] then echo "Warning: AppleCollationOrder setting not found, using AppleLocale." 1>&2 LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \ @@@@ -126,7 +126,7 @@@@ fi # NOTE: Have to add ".UTF-8" to the LANG since omitting causes Inkscape # to crash on startup in locale_from_utf8(). -if [ "x$LANGSTR" == "x" ] +if [ "x$LANGSTR" = "x" ] then # override broken script echo "Overriding empty LANGSTR" 1>&2 @@@@ -134,7 +134,7 @@@@ then else tmpLANG="`grep \"\`echo $LANGSTR\`_\" /usr/share/locale/locale.alias | \ tail -n1 | sed 's/\./ /' | awk '{print $2}'`" - if [ "x$tmpLANG" == "x" ] + if [ "x$tmpLANG" = "x" ] then # override broken script echo "Overriding empty LANG from /usr/share/locale/locale.alias" 1>&2 @ 1.6 log @update to 0.48.4 changes: -bugfixes -patches to allow build against newer png and poppler were included -security fix for "XXE" vulneralility: inkscape could be used to put contents of other files into SVG output @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Changes 0.48.1: No release information available. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.4 2009/11/29 20:51:51 tnn Exp $ d3 1 a3 1 --- packaging/macosx/Resources/bin/inkscape.orig 2009-11-16 18:29:06.000000000 +0100 d5 1 a5 1 @@@@ -113,7 +113,7 @@@@ fi d9 2 a10 2 -if [ "x$LANGSTR" == "x" ] +if [ "x$LANGSTR" = "x" ] d14 18 @ 1.4 log @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 @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -104,7 +104,7 @@@@ fi @ 1.3 log @patch-a[h-j]: cherry-pick a few revisions from the upcoming inkscape-0.47 to fix the bug where the colors slider doesn't move past value 245 when using GTK>=2.14.0. Also include desktopdb.mk as told by pkglint. Bump PKGREVISION. @ text @d3 11 a13 26 --- src/widgets/sp-color-slider.cpp.orig 2009-05-20 13:21:10.000000000 +0200 +++ src/widgets/sp-color-slider.cpp @@@@ -12,6 +12,7 @@@@ * This code is in public domain */ +#include #include #include "sp-color-scales.h" @@@@ -330,8 +331,14 @@@@ sp_color_slider_set_adjustment (SPColorS g_return_if_fail (SP_IS_COLOR_SLIDER (slider)); if (!adjustment) { - adjustment = (GtkAdjustment *) gtk_adjustment_new (0.0, 0.0, 1.0, 0.01, 0.1, 0.1); + adjustment = (GtkAdjustment *) gtk_adjustment_new (0.0, 0.0, 1.0, 0.01, 0.0, 0.0); } +#if GTK_CHECK_VERSION (2,14,0) + else { + gtk_adjustment_set_page_increment(adjustment, 0.0); + gtk_adjustment_set_page_size(adjustment, 0.0); + } +#endif if (slider->adjustment != adjustment) { if (slider->adjustment) { @ 1.2 log @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 @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2007/11/23 11:56:14 drochner Exp $ d3 5 a7 11 --- 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; }; d9 20 a28 1 } @ 1.1 log @make this build with libsigc++-2.1 @ text @d1 1 a1 1 $NetBSD$ @