summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-08-11 18:57:07 +0000
committerdrochner <drochner@pkgsrc.org>2009-08-11 18:57:07 +0000
commit0bea781f235dff2eba1849455c6a8e28df34566e (patch)
tree8c0574cceb99d2811aa46b7baaecfc175b055795 /graphics
parent7ac5a2ef25e84f48e2bfbf7a6de91adf99d24bcd (diff)
downloadpkgsrc-0bea781f235dff2eba1849455c6a8e28df34566e.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/wxsvg/Makefile13
-rw-r--r--graphics/wxsvg/PLIST11
-rw-r--r--graphics/wxsvg/distinfo10
3 files changed, 19 insertions, 15 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index d8b533571d1..587a69f064a 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -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
HOMEPAGE= http://wxsvg.sourceforge.net/
@@ -16,9 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 --git a/graphics/wxsvg/PLIST b/graphics/wxsvg/PLIST
index c67b9723f0f..768f17c2ed5 100644
--- a/graphics/wxsvg/PLIST
+++ b/graphics/wxsvg/PLIST
@@ -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/DocumentCSS.h
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/SVGViewElement.h
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 --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo
index 30578cbb852..eab726231b5 100644
--- a/graphics/wxsvg/distinfo
+++ b/graphics/wxsvg/distinfo
@@ -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