summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-28 21:02:55 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-28 21:02:55 +0000
commit60c8ba74e3a912b23fbaa7b7c00b4eab02d8a197 (patch)
treead7b74a567104bc3f240b1f7313eb2c6cbb2661d /graphics/sodipodi/Makefile
parentf3fd45a8121dd657e0b6e9c5cbbc744243ba849f (diff)
downloadpkgsrc-60c8ba74e3a912b23fbaa7b7c00b4eab02d8a197.tar.gz
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)
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r--graphics/sodipodi/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index a5a3dad4947..fa4e0b19b00 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2004/03/08 19:40:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2004/03/28 21:02:55 xtraeme Exp $
#
-DISTNAME= sodipodi-0.33
-PKGREVISION= 3
+DISTNAME= sodipodi-0.34
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
@@ -13,7 +12,7 @@ COMMENT= Open source vector graphics drawing program using SVG as native format
DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
@@ -29,9 +28,9 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.freetype2}/include/freetype2
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/popt/buildlink2.mk"
-.include "../../graphics/libart2/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../graphics/libart2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"