summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-28Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PRxtraeme1-9/+8
pkg/24868. This release incorporates for the first time path composition operations (union, intersection and subtraction) and new, calligraphic pen based freehand drawing. Plus many bugfixes and smaller features, as usual. * Fixed file and font name handling in Win9X/ME (Lauris) * Use full bounding box for calculating export region (John) * Support xml:space attribute for text (Mitsuru) * Support CDATA nodes (Lauris) * Preserve arbitrary namespace declarations (Lauris) * Path uncross, union, intersection and subtraction (Lauris) * Reimplemented printing from command line (Emile) * Bugfixes (everyone)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-18Update to 0.33xtraeme1-5/+9
Changes: - Text gradients get double href and thus are built again and again - Fix rendering of gradients with global opacity - Make export dialog honour filename - Make internal canvas position floating-point - Split ::Modified and ::Update flags in SPObject - Fix zooming into scaled text - Baseline-shift and spacing properties - Does export create namedview views that are not destroyed? - Star::Build does not work for non-sodipodi objects
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-13Fix Xft detection. Bump PKGREVISION to 1.wiz1-1/+7
2003-03-10Update to 0.31. Changes:wiz1-13/+7
0.31: A fix for an annoying bug that caused full screen to update instead of only the changed area, a new variable-size, Gaussian-distribution dropper tool, and a new commandline argument to make SVG icons default without recompiling. 0.30: Path corruption in node editing has been fixed. <mask>, <clipPath>, and <symbol> have been implemented. Viewport and alignments in <svg> have been implemented. Incorrectly interpreted rectangle corners have been fixed. The slideshow works again. 0.29: This release has been ported to the Gtk+ 2 widget set, removes the GNOME dependencies, makes gnome-print optional, and adds initial support for the Win32 environment.
2003-01-30Update to version 0.28.salo1-3/+2
Provided by Juan RP via PR pkg/19798, also closes PR pkg/19616 by Gan Uesli Starling. Changelog: Sodipodi 0.28 ============= * Eliminated lagging-behind-UI event queues * Eliminated expensive intersection tests for select-only updates * MMX optimizations for most heavily used pixel operations * Compilation speedups * Way to add custom freetype-readable fonts, having real vertical metrics * Fully dynamic XML editor * Combine and Convert to curve work on multiple items selected * userSpaceOnUse units are supported, nautilus-readable icons can be drawn * Way to specify reflect and repeat gradient spreads * Patterned lines * Node editing has stamping too Sodipodi 0.27 ============= * Transformation 'stamping' * Objects with either or both dimension zero show size correctly * Fully functional radial gradients * Patterns are displayed (no editing yet) * You can enter arbitrary unicode values in text context * Much faster text display * Rule scale and origin can be changed * Lots of bugfixes Sodipodi 0.26 ============= * Works now on locales using ',' as decimal separator * Writes DTD correctly, Sodipodi files are viewable with Adobe SVG plugin * Text is editable in place * Plain SVG saving mode * Recently opened files list * Fill rule can be changed * Lots of bugfixes
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-1/+2
2002-10-07Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding -export-dynamic into thejlam1-1/+2
LDFLAGS.
2002-09-12Update to 0.25, as requested in pkg/18268. Converted to buildlink2.wiz1-16/+13
Changes: In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles, better line drawing code, and near complete grid/guideline snapping. In 0.25: text object now conforms to SVG spec, global cleanup of styles and units was done, star, spiral, and arc were added, autotrace and vertical text layout now supported.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-2/+2
2002-07-12Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place.mycroft1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-03Weakly buildlinkify to make it build again.wiz1-15/+18
Problem noted in bulk build.
2001-08-16Use USE_XPM instead of DEPENDS for xpm for XF4 users.wiz1-2/+2
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-10Open source vector graphics drawing program using SVG as native formatmanu1-0/+28