head 1.3; access; symbols pkgsrc-2020Q1:1.2.0.18 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.20 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.16 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.14 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.12 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.10 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.8 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.6 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.1.0.8 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.4 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.2 pkgsrc-2017Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2020.05.06.01.42.28; author ryoon; state dead; branches; next 1.2; commitid lHDT3lJqQW8Gv77C; 1.2 date 2017.12.19.09.28.25; author markd; state Exp; branches; next 1.1; commitid uR6FK6vszdOw0ujA; 1.1 date 2017.02.10.05.51.43; author adam; state Exp; branches; next ; commitid Ddq7P6dxwEvNQmFz; desc @@ 1.3 log @inkscape: Update to 1.0 Changelog: Inkscape 1.0 Release highlights Theming support and more new customization options Better HiDPI (high resolution) screen support Native support for macOS with a signed and notarized .dmg file Coordinate origin in top left corner by default Canvas rotation and mirroring On-Canvas alignment of objects Split view and X-Ray modes PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet New PNG export options Integrated centerline tracing for vectorization of line drawings Searchable Symbols dialog New Live Path Effect (LPE) selection dialog New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!) Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now Much improved text line-height settings Variable fonts support (only if compiled with pango library version >= 1.41.1) Browser-compatible flowed text Extensions programming interface updated, with many new options Python 3 support for extensions @ text @$NetBSD: patch-src_CMakeLists.txt,v 1.2 2017/12/19 09:28:25 markd Exp $ Shared libs go into lib/. --- src/CMakeLists.txt.orig 2017-08-06 20:44:00.000000000 +0000 +++ src/CMakeLists.txt @@@@ -576,7 +576,7 @@@@ if(NOT WIN32) inkscape inkview RUNTIME DESTINATION bin - LIBRARY DESTINATION lib/inkscape + LIBRARY DESTINATION lib ARCHIVE DESTINATION lib/inkscape) else() install(TARGETS @ 1.2 log @inkscape: update to 0.92.2 Development for the 0.92.2 release was focused primarily on fixing bugs and regressions. Among hundreds of code commits are fixes that provide: * Better importing and exporting of EMF/WMF files, PDF/PDF+Latex documents, Visio Stencil files, and XML files * Greater stability during printing on Windows * Improved fill and stroke HSL color selection * Greater stability when reverting and saving files Among noteworthy feature and usability improvements are: * An additional handle at the center of rectangles, circles/ellipses, and stars, to allow quick and accurate alignment of these shapes with other objects * A command line option for updating the file's DPI value that allows for easier processing of large file collections * Improvements to user-defined shortcuts, including the acceptance of previously restricted special characters @ text @d1 1 a1 1 $NetBSD: patch-src_CMakeLists.txt,v 1.1 2017/02/10 05:51:43 adam Exp $ @ 1.1 log @The Inkscape project announces a new version 0.92 of its popular vector drawing software. New features include mesh gradients, improved SVG2 and CSS3 support, new path effects, interactive smoothing for the pencil tool, a new Object dialog for directly managing all drawing elements, and much more. Infrastructural changes are also under way, including a switch to CMake from the venerable Autotools build system. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/CMakeLists.txt.orig 2017-02-08 19:49:12.000000000 +0000 d7 1 a7 1 @@@@ -570,6 +570,6 @@@@ if(NOT WIN32) d14 2 a15 1 endif() @