Commit graph

59 commits

Author SHA1 Message Date
markd
33add5557f inkscape: update to 0.92.3
Also post 0.92.3 updates from upstream for poppler-0.72 by way of
linuxfromscratch.
http://www.linuxfromscratch.org/patches/blfs/svn/inkscape-0.92.3-consolidated_fixes-1.patch

Inkscape 0.92.3 is a maintenance release resolving numerous bugs and making
this the most stable release of the series. Among the most reported bugs
addressed were:

* Blank pages being output when attempting to print multiple copies of a
  document
* The inability to cancel during the export of large files
* Application crashes caused by attempting to drag a path at a cap or line
  join
* Some issues with keyboard shortcut functionality on non-Latin keyboard
  layouts

A few performance improvements and usability enhancements that made it into
the release, include:

* New SVG export options from the command line
* Support for right-to-left text
* Improved ellipse controls
* Multi-line text support for the PDF+LaTeX export
* New render tile preferences for performance tuning
* Better startup performance for many Windows users
2019-01-06 08:41:01 +00:00
wiz
ab65d15a0a inkscape: get this closer to building with poppler-0.72
More work to do.
2018-12-21 08:46:16 +00:00
jperkin
bf98cab3a6 inkscape: Avoid ambiguous function calls, fix PKGLOCALEDIR. 2018-06-28 11:18:58 +00:00
wiz
96ca32e517 inkscape: fix build with poppler-0.65.0 2018-06-21 10:25:35 +00:00
wiz
629fe61b61 inkscape: fix build with poppler-0.64.0 2018-05-01 06:17:11 +00:00
markd
35a88af062 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
2017-12-19 09:28:25 +00:00
prlw1
1ce3e8590d Support poppler 0.58
9418824967
2017-09-09 21:48:56 +00:00
jperkin
754c76aa5b Fix man installation path correctly. 2017-08-24 09:07:12 +00:00
adam
c6d3e9129f 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. 2017-02-10 05:51:43 +00:00
adam
7eea7bb147 Fix building with newer glibmm. 2016-04-12 21:33:49 +00:00
adam
a0d4e6d4a4 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
2015-02-03 13:55:12 +00:00
wiz
ae6c964bef Fix build with poppler-0.29+ based on
https://bugs.launchpad.net/inkscape/+bug/1399811
2015-01-08 16:34:29 +00:00
adam
583fba0ba6 Changes 0.48.5:
Adobe Illustrator SVG files containing entities can be loaded again
Support for Poppler 0.26
Support for Boehm-GC 7.4.0 and later
Several crash bugs were fixed
64-bit compilation is now possible on Windows
2014-07-29 07:03:27 +00:00
asau
524e016f0d Fix build on FreeBSD. 2014-05-08 21:52:40 +00:00
wiz
382160dcf0 Fix build with poppler-0.26.0. Bump PKGREVISION. 2014-04-30 06:15:20 +00:00
wiz
6bf3abf4f9 Fix build with boehm-gc-7.4. From upstream bzr.
Depend on that version of boehm-gc and bump PKGREVISION.
2014-04-17 06:20:27 +00:00
wiz
7fa2af5ee9 Fix build with clang.
XXX: Haven't tested with gcc, let me know if it breaks (will watch bulk builds).
2014-01-11 17:48:52 +00:00
wiz
5f383a2ab7 regen with better context 2014-01-11 17:48:15 +00:00
markd
0d1710209d Build with freetype 2.5.x 2013-12-15 08:25:38 +00:00
adam
315dda6980 Fix building on Darwin/OS X 2013-08-04 16:06:21 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
adam
61ce1beb03 Fix Object.h conflict 2012-12-30 10:31:14 +00:00
drochner
9fa2c999cd 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
2012-12-18 14:01:06 +00:00
adam
fe5d44e3ea Fix building on OS X 2012-11-18 15:40:55 +00:00
joerg
cd2212ec8a Fix template look up. Don't use variable length arrays of non-POD types.
Don't pass non-POD types to variadic functions.
2012-11-16 00:54:04 +00:00
wiz
5efae35952 Add comment (hi drochner!) 2012-07-05 10:23:23 +00:00
drochner
1c13cc2e40 make this build with poppler-0.20, bump PKGREV 2012-07-04 20:30:22 +00:00
drochner
149c1769b5 update to 0.48.3.1
changes:
-bugfixes
-build fixes, in particular for newer glib2
2012-06-01 20:23:10 +00:00
drochner
05769089de make Python extensions work (adds Python dependency), add some
CHECK_INTERP_SKIPs to quell false warnings
bump PKGREV
2011-05-06 09:32:49 +00:00
adam
48627bdb0a Changes 0.48.1:
No release information available.
2011-02-05 07:57:15 +00:00
tnn
5fde09540b png-1.5 build fix 2011-01-16 18:18:18 +00:00
adam
9dd8e7ca5a Fix buildling on Mac OS X, without X11, with OpenMP 2010-12-14 22:19:52 +00:00
adam
5dbb2df5f5 Changes 0.48.0:
The highlights of this release are:
* multipath editing
* improved text tool: subscript, superscript, numerical input for text kerning,
  tracking and more
* new Airbrush tool
* LaTeX export with PDF/PS/EPS
* JessyInk extension to create presentations
* numerous bugfixes
2010-09-22 11:39:13 +00:00
tnn
2c82afdca0 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
2009-11-29 20:51:51 +00:00
drochner
1c51489270 deal with a poppler API change (additional argument of functions dealing
with color profiles to implement caching): pass NULL (which disables
the cache), depend on new poppler headers and bump PKGREVISION
(While this is a poppler API change, it is in an unofficial interface,
so inkscape just gets what it deserves.)
problem reported by Tobias Nygren
2009-11-22 16:08:46 +00:00
dmcmahill
0e0f7dbc1f add missing headers to let this build with gcc44 2009-10-06 00:53:26 +00:00
reed
678b0c31a8 Use libpoppler so it can offer PDF import also.
Bump PKGREVISION.
Thanks to Michael A. Koerber for bringing this to my attention
and testing.
2009-06-04 00:05:19 +00:00
tnn
346f50ddff 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.
2009-05-20 12:00:17 +00:00
adam
7f9237dc45 Fix building with gtk-2.14.x 2008-10-16 22:12:04 +00:00
drochner
fd3e84c77e make it build on DragonFly, from Hasso Tepper per PR pkg/38843 2008-06-05 10:17:28 +00:00
adam
5579996093 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
2008-04-07 17:08:53 +00:00
adam
8f6911adbe Fix building on Mac OS X 2008-01-19 17:39:37 +00:00
drochner
5345e7fb79 make this build with libsigc++-2.1 2007-11-23 11:56:14 +00:00
joerg
7a85201d26 Readd build fix for NetBSD based on the suggestions from Matthias
Drochner and myself.
2007-02-19 22:41:31 +00:00
joerg
088f436b42 Fix getopt usage, HAVE_GETOPT_H is never defined and unistd.h is enough. 2007-02-15 14:34:20 +00:00
adam
f629e92d42 Changes 0.45:
This release brings the exciting new features developed by the Google
Summer of Code 2006 participants, as well as tons of other
improvements across the board. Here are the highlights:

* Gaussian blur is the first SVG filter supported by Inkscape. You
  can blur any object to any extent - yet it remains vector and
  fully editable. This gives a huge boost to Inkscape as a creative
  art tool.

* Display speed and interactivity: not only does Inkscape render
  faster, but it can now respond to user input before it finished
  redrawing the screen, which greatly improves the interactivity of
  the program.

* History dialog makes it easy to to review your editing session and
  jump to any step of it, undoing and redoing multiple actions with
  one click.

* Several important tool features are added, notably the new
  selection mode in Node tool and the adjustable rounded caps in
  Calligraphic pen.

* Bitmap tracing works better for multi-color traces, sports a
  redesigned dialog and several new options.

* Many new extension effects are added, including Color effects and
  Pattern along path.

* The Outline mode has got many fixes and improvements, including a
  keyboard shortcut.

* Several new commands in Help menu open various Inkscape-related
  pages in your default browser, making Inkscape reference
  information more accessible as you work.

* Dozens of smaller features are added throughout the program, and
  hundreds of bugs are fixed.
2007-02-05 20:20:03 +00:00
rillig
70732b0c64 Fixed "test ==". 2006-10-19 06:19:18 +00:00
adam
5aa78eb8f0 Changes 0.44.1:
* fix a crash on Windows ("python.exe can't find msvcrt71.dll") by
       providing that dll in the package;
     * fix hang in page size widget
     * on Mac OS X, removed problems with home folder path names
       containing spaces;
     * inkscape now finds libpng include headers on some systems where it
       previously failed to do so
     * several changes to allow compiling on glib-2.4 systems (e.g.
       RHEL4);
     * allow compiling on systems with incomplete boost library headers;
       recognize if boost is too old
     * inkscape now compiles with gcc-4.2.x.
     * fixed a bug where stderr output from scripts was not shown
     * fixed a bug affecting the recent files menu
     * resolution information is now saved in exported PNG files
     * fix some ODG export bugs
     * fix dia import
     * fix several include issues affecting building on Solaris
       (there are still some more problems, at least under Solaris 8, and
       similar ones on OpenBSD)
     * added missing German version of the advanced tutorial and made
       corrections to the calligraphy one; added missing Czech, German,
       and Brazil-Portuguese tutorials to tarball; added missing German
       keytable to tarball
     * applied changes to the German and Spanish translations of Inkscape
       strings
     * interactivity improvements at high zooms
     * fix for specifying CSS colors with percentages
     * re-enabled old PDF exporter alongside the new one
     * minor fixes to new PDF exporter (a major overhaul is still in the
       works)
     * fixup for invalid "s odipodi" namespace which has become
       widespread in Inkscape documents
     * Mac OS X packaging updates
     * miscellaneous build fixes
2006-10-06 20:29:11 +00:00
joerg
a8ac293503 NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020. 2006-07-21 15:36:56 +00:00
joerg
501fee2297 Fix build on DragonFly:
- include unistd.h to get read(2) prototype
- implement log2 locally using log and M_LN2

If other platforms lack log2 as well, just add them to the list.
2006-07-21 13:16:53 +00:00