pkgsrc/graphics/sodipodi/Makefile
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

32 lines
978 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/01/30 17:57:45 salo Exp $
#
DISTNAME= sodipodi-0.28
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
MAINTAINER= manu@netbsd.org
HOMEPAGE= http://www.gnome.org/gnome-office/sodipodi.shtml
COMMENT= Open source vector graphics drawing program using SVG as native format
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
PTHREAD_OPTS+= require
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../devel/bonobo/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/gal/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../net/ORBit/buildlink2.mk"
.include "../../print/gnome-print/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"