pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/wxsvg update to 1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec329cdd2edd
branches: trunk
changeset: 397411:ec329cdd2edd
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Aug 11 18:57:07 2009 +0000
description:
update to 1.0
changes:
-added support of svg gradients
-implemented GetResultBBox() (SVG1.2)
-added parameter coordinates (wxSVG_COORDINATES) to GetBBox()
-implemented baseline
-some other small changes and bug fixes
diffstat:
graphics/wxsvg/Makefile | 13 ++++++++-----
graphics/wxsvg/PLIST | 11 +++++++----
graphics/wxsvg/distinfo | 10 ++++------
3 files changed, 19 insertions(+), 15 deletions(-)
diffs (84 lines):
diff -r 5e6ab91e74c3 -r ec329cdd2edd graphics/wxsvg/Makefile
--- a/graphics/wxsvg/Makefile Tue Aug 11 18:04:48 2009 +0000
+++ b/graphics/wxsvg/Makefile Tue Aug 11 18:57:07 2009 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2009/08/10 16:57:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/11 18:57:07 drochner Exp $
#
-DISTNAME= wxsvg-1.0b6
-PKGNAME= ${DISTNAME:S/b/beta/}
-PKGREVISION= 2
+DISTNAME= wxsvg-1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://wxsvg.sourceforge.net/
@@ -16,9 +15,13 @@
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config autoconf automake
+
+pre-configure:
+ (cd ${WRKSRC} && ./autogen.sh)
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
+.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5e6ab91e74c3 -r ec329cdd2edd graphics/wxsvg/PLIST
--- a/graphics/wxsvg/PLIST Tue Aug 11 18:04:48 2009 +0000
+++ b/graphics/wxsvg/PLIST Tue Aug 11 18:57:07 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:31 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/08/11 18:57:07 drochner Exp $
bin/svgview
include/wxSVG/Animated.h
include/wxSVG/CSSStyleDeclaration.h
@@ -9,9 +9,11 @@
include/wxSVG/DocumentEvent.h
include/wxSVG/Element.h
include/wxSVG/ElementTimeControl.h
+include/wxSVG/ElementTransform.h
include/wxSVG/EventTarget.h
include/wxSVG/GetSVGDocument.h
include/wxSVG/NodeList.h
+include/wxSVG/NodeListCls.h
include/wxSVG/RGBColor.h
include/wxSVG/SVGAElement.h
include/wxSVG/SVGAltGlyphDefElement.h
@@ -177,10 +179,11 @@
include/wxSVG/SVGViewSpec.h
include/wxSVG/SVGZoomAndPan.h
include/wxSVG/SVGZoomEvent.h
-include/wxSVG/String.h
+include/wxSVG/String_wxsvg.h
include/wxSVG/ViewCSS.h
+include/wxSVG/mediadec_ffmpeg.h
include/wxSVG/svg.h
include/wxSVG/svgctrl.h
-include/wxXML/xml.h
-include/wxXML/xmlhelpr.h
+include/wxSVGXML/svgxml.h
+include/wxSVGXML/svgxmlhelpr.h
lib/libwxsvg.la
diff -r 5e6ab91e74c3 -r ec329cdd2edd graphics/wxsvg/distinfo
--- a/graphics/wxsvg/distinfo Tue Aug 11 18:04:48 2009 +0000
+++ b/graphics/wxsvg/distinfo Tue Aug 11 18:57:07 2009 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/08/21 21:25:21 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/08/11 18:57:07 drochner Exp $
-SHA1 (wxsvg-1.0b6.tar.gz) = 0be1a6e5702e147a5d0b7389128267ffe94c282e
-RMD160 (wxsvg-1.0b6.tar.gz) = c5c84c540b5d3c26282059df959a09077591435e
-Size (wxsvg-1.0b6.tar.gz) = 671682 bytes
-SHA1 (patch-aa) = 16645cb8b122229c564c01108d1e8bb4c604685f
-SHA1 (patch-ab) = 93e8ff9f2008462df3e497a2ddc97f0eb6efaee8
+SHA1 (wxsvg-1.0.tar.bz2) = ef21c8101bf4615171a107bab7d1916e0bcd8947
+RMD160 (wxsvg-1.0.tar.bz2) = 99f3b23cac97b8cbe7662bc12213aa255ee8a3ca
+Size (wxsvg-1.0.tar.bz2) = 228787 bytes
Home |
Main Index |
Thread Index |
Old Index