summaryrefslogtreecommitdiff
path: root/graphics/inkscape
AgeCommit message (Collapse)AuthorFilesLines
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-03-23Changes 0.45.1:adam3-8/+9
* Patch [ 1667939 ]: fix crash when tile-tracing with too small clones * Patch [ 1666532 ]: Broken link in inkview man page * Patch [ 1665447 ]: fix for the blur quantization bug 1617082 * Patch [ 1664849 ]: fix for 1662589: increase blur margins * Patch [ 1664004 ]: embedimage.py with fixed search order * Patch [ 1662649 ]: markers.svg with reversed order * Crudely improve check-markup for { markup, fix translations with bugs in that area (dz and zh_TW). * Patch [ 1659404 ]: Set locale directory from environment variable * Patch [ 1657072 ]: fix for bug 1654495 * Patch [ 1654636 ]: defocus dropper checkboxes * Updated slovak translation * Adding japanese.nsh and russian.nsh into files that should go into the release tarball * Correct russian translation * Patch [ 1651797 ]: fix for attributes when saving/save-a-copy * Patch [ 1651752 ]: fix dropper tool * Pattern along path extension fixed on Windows * Include libtiff3.dll in the Windows distribution, fixing crash when opening TIFF files * Patch [ 1673067 ]: fix blur export on flowtext * Patch [ 1678075 ]: fix FontInstance.cpp compile issue * Patch [ 1673502 ]: fix broken Envelope (Summers Night) effect * Security: fixed format string overflows in dialogs (CVE-2007-1463) and whiteboard Jabber protocol (CVE-2007-1464).
2007-02-19Readd build fix for NetBSD based on the suggestions from Matthiasjoerg2-1/+16
Drochner and myself.
2007-02-15Fix getopt usage, HAVE_GETOPT_H is never defined and unistd.h is enough.joerg2-12/+18
2007-02-15Fixed the detection of MSGFMT and GMSGFMT.rillig1-2/+8
Fixed the path to the Perl interpreter. PKGREVISION++
2007-02-05Changes 0.45:adam7-65/+157
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.
2006-11-05DESTDIR support.joerg1-1/+3
2006-10-19Fixed "test ==".rillig4-1/+43
2006-10-06Changes 0.44.1:adam5-29/+29
* 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-03Inkscape needs unlimited datasize resources to build.ghen1-1/+3
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-21NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020.joerg2-5/+9
2006-07-21Fix build on DragonFly:joerg3-1/+33
- 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-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04update to 0.44drochner4-63/+74
changes: * Layers dialog * Outline mode, many performance improvements * Native PDF export with transparency * Clipping and masking support * Configurable keyboard shortcuts, including optional Xara X compatibility * Docked color palette in the editing window * Interactive indicator of the style of selection in the statusbar * Innovative "node sculpting" and other improvements in Node tool * Extensions are enabled by default and work on all major platforms * Better SVG support: <switch> element, ICC color profiles for images * Persistent rotation centers, Paste Size command * New icons, redesigned preferences dialogs, rearranged menus, many cosmetic improvements * Hundreds of bugfixes and smaller features
2006-05-31add a patch from freetype to make it build with 2.2.1drochner2-1/+53
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-36/+36
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-07Allow the gettext detection to work with NetBSD's base as well.joerg2-1/+28
2006-03-06Uses msgfmt. Fixes PR 33007.joerg1-1/+2
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Add some more translations to PLIST as shown by bulk builds.joerg2-2/+6
Bump revision.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Update inkscape to 0.43.uebayasi3-12/+34
Changes from NEWS: The focus of this release is on the exciting new features sponsored by Google via their Summer of Code program. However, we have quite a bunch of other stuff too. Here are the highlights: * Connectors: A new Connector tool implements creation, editing, and autorouting (object-avoiding) of connector lines between objects. Indispensable for diagramming. (A Google SoC project.) * Inkboard collaborative editing: You can now connect to other Inkscape users over the Net and edit a shared document together, watching others' changes and making yours! (A Google SoC project.) * Pressure and tilt sensitivity: the Calligraphy tool can now use a tablet pen with pressure/tilt support to vary the width and angle of the calligraphic stroke. * Better node editing: You can freely drag/bend/stretch a Bezier curve by any point (not only by a node), as well as add a new node at any point on the curve. * New extensions for envelope distortion, whirling, and adding nodes. * Improved precision, expanded limits, many usability improvements and bugfixes.
2005-09-06Changes 0.42.2:adam2-6/+6
* Bug fixes
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10sort.salo1-10/+10
2005-08-04PLIST correctionadam1-2/+1
2005-07-28Changes 0.42:adam5-47/+87
* Flowed text: text objects that automatically reflow in any shape (not only rectangle). * Text selection: finally you can shift+arrow or drag over part of a text and apply any style to the selected span. * Gradient tool: a completely redesigned and much easier to use gradient interface, with gradient handles displayed right on canvas. * Effects are now usable from within Inkscape on all platforms; this version ships with a collection of effects including path interpolation, randomization, and various fractal algorithms. * Color swatches: a standard facility in most graphic software, now in Inkscape too. * Colored clones: clones can now be painted differently from their original. * Tile tracing: the Tile Clones dialog can trace the existing image with the tiling, producing a multitude of exciting effects. * Grid arrange, baseline align, unclumping: new powerful ways to arrange objects. * Better PS/EPS export: gradient support, better text handling, a command line option for batch export. * Command line SVG analysis: use Inkscape from the command line to query coordinates and dimensions of objects in an SVG file. * Better SVG/CSS compliance: notably, internal CSS stylesheets are now supported (read-only). * OS X support: In addition to Linux and Windows, Inkscape 0.42 is available as a fully self-contained dmg package for Mac OS X.
2005-07-22Fixed buildlink paths, after updating gtkmmadam1-16/+13
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-10while harmless appearently, fix a configure test checking the boehm-gcdrochner2-1/+15
version which was broken die to a GNU'ism
2005-05-10The configure checks for boehm-gc>=6.4reed1-1/+2
so use BUILDLINK_DEPENDS.boehm-gc for that.
2005-05-10update to 0.41drochner5-194/+35
from the announcement: The primary focus of 0.41 has been bug fixing. [...] A couple new features also found their way in. First, the black and white tracing functionality introduced in 0.40 has been improved to also allow conversion of color and grayscale images. Second, is the addition of a new clone tiler facility which creates patterns, tesselations, and other sorts of geometric tiling arrangements. User requests and comments also stimulated a number of improvements to units handling, extensions, the Invert Selection command, layers selector, icon theming, and several new translations.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-19Remove -lpthread and -ldl from the configure checking for Boehm GC.reed2-1/+15
This is for PR #29012 from Douglas Brebner. I reported this to the inkscape developers and this is being fixed.
2005-01-12Update inkscape to 0.40. The ChangeLog is too long to add here. The NEWS filereed5-109/+60
has: This release has been slow in coming, but it was worth the wait: Inkscape 0.40 brings a huge amount of new features, usability enhancements, documentation, and bugfixes. The three most important new features are: * Layers are almost complete in this version; this fills a major gap in functionality, making Inkscape usable for complex artwork. * The Potrace bitmap tracer is incorporated into Inkscape - now vectorizing bitmaps is easy and interactive. A matching command, "Create bitmap copy", converts from any object to bitmap. * The text-on-path implementation is complete and very flexible. Both the text and the path remain fully editable and transformable. ... * Bugfixes: too many to mention (in total, 228 bugs closed in the tracker since 0.39), including several important SVG compatibility fixes. More information at http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040 This package now depends on boehm-gc. And it uses libsigc++2 and gtkmm24 instead of libsigc++ and gtkmm. Many new templates added. And a new library added: libgimpgrad. Patches removed. (The landscape printing support was added to 0.40.)
2004-11-29Add dependency on gtkspell (for text input spellchecking), and bump PKGREVISION.wiz1-7/+8
Closes PR 28449.
2004-11-29This uses pkgconfig; include its buildlink3 file.wiz1-1/+2
Addresses PR 28449.
2004-10-15Import of inkscape-0.39nb1reed6-0/+421
It is a Scalable Vector Graphics (SVG) editor. This is from pkgsrc-wip.