diff options
author | drochner <drochner@pkgsrc.org> | 2010-05-07 17:58:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-05-07 17:58:30 +0000 |
commit | b875a827cea95523b84760a0475d4231874a10e2 (patch) | |
tree | e636a62c5f4c462914bd1f29cca4932ce3e5a337 /graphics/wxsvg | |
parent | ed28d95fe7ce65d9827973902068609f789efa49 (diff) | |
download | pkgsrc-b875a827cea95523b84760a0475d4231874a10e2.tar.gz |
update to 1.0.4
changes:
-ffmpeg compatibility fixes
-use system expat library
-bugfixes
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r-- | graphics/wxsvg/Makefile | 7 | ||||
-rw-r--r-- | graphics/wxsvg/PLIST | 3 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index cd572421954..999bee8c541 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2010/01/18 09:59:09 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/05/07 17:58:30 drochner Exp $ # -DISTNAME= wxsvg-1.0 -PKGREVISION= 2 +DISTNAME= wxsvg-1.0.4 +PKGNAME= wxsvg-1.0.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} EXTRACT_SUFX= .tar.bz2 @@ -25,4 +25,5 @@ pre-configure: .include "../../graphics/libart/buildlink3.mk" .include "../../multimedia/ffmpeg/buildlink3.mk" .include "../../x11/wxGTK28/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/wxsvg/PLIST b/graphics/wxsvg/PLIST index 768f17c2ed5..e822c25f647 100644 --- a/graphics/wxsvg/PLIST +++ b/graphics/wxsvg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/08/11 18:57:07 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/05/07 17:58:30 drochner Exp $ bin/svgview include/wxSVG/Animated.h include/wxSVG/CSSStyleDeclaration.h @@ -9,7 +9,6 @@ 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 diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index eab726231b5..f782e7a0fe9 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/11 18:57:07 drochner Exp $ +$NetBSD: distinfo,v 1.6 2010/05/07 17:58:30 drochner Exp $ -SHA1 (wxsvg-1.0.tar.bz2) = ef21c8101bf4615171a107bab7d1916e0bcd8947 -RMD160 (wxsvg-1.0.tar.bz2) = 99f3b23cac97b8cbe7662bc12213aa255ee8a3ca -Size (wxsvg-1.0.tar.bz2) = 228787 bytes +SHA1 (wxsvg-1.0.4.tar.bz2) = 32c5e38de43626c22f1501c9266bfeb70f03cf5c +RMD160 (wxsvg-1.0.4.tar.bz2) = 63c1a3983eb0732c033cf3b6f93e87fbdf8ae3e1 +Size (wxsvg-1.0.4.tar.bz2) = 634190 bytes |