Commit graph

8 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
60c8ba74e3 Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PR
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-28 21:02:55 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
xtraeme
141b9d687a Update to 0.33
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-18 04:14:05 +00:00
wiz
269130fc55 Update to 0.31. Changes:
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-03-10 23:02:18 +00:00
salo
7814ee55a7 Update to version 0.28.
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
2003-01-30 17:57:45 +00:00
wiz
c070fbf2a1 Update to 0.25, as requested in pkg/18268. Converted to buildlink2.
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-12 00:43:49 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00