diff options
author | gls <gls@pkgsrc.org> | 2011-11-23 21:29:14 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-11-23 21:29:14 +0000 |
commit | fc528861959f0114f3f138001a3c2ae2781734c5 (patch) | |
tree | ef3336b5da057621ac4c2474a583e49dbf9264b7 | |
parent | bde722405c47bd10f436eb56bf0b55b4a804801b (diff) | |
download | pkgsrc-fc528861959f0114f3f138001a3c2ae2781734c5.tar.gz |
Update graphics/wxsvg to 1.1.4
pkgsrc changes:
- set LICENSE
upstream changes:
Version 1.1.4 <2011.11.22>
--------------------------
* added SVG image handler
Version 1.1.3 <2011.11.14>
--------------------------
* SVGImageElement: added support of SVG images
* added support of Gaussian blur filter
Version 1.1.2 <2011.08.14>
--------------------------
* added handling of preserveAspectRatio attribute
Version 1.1.1 <2011.08.04>
--------------------------
* fixed text rendering
* fixed rendering of video
Version 1.1.0 <2011.07.24>
--------------------------
* updated cairo backend - it's default backend now
* added rendering with alpha
* added wxSVGTBreakElement
Version 1.0.10 <2011.06.13>
--------------------------
* fixed wxSVGCanvasImage::Init()
Version 1.0.9 <2011.06.05>
--------------------------
* fixed wxSVGCanvasImage::GetDefaultHeight()
Version 1.0.8 <2011.02.23>
--------------------------
* fixed wxFfmpegMediaDecoder::GetFrameAspectRatio()
-rw-r--r-- | graphics/wxsvg/Makefile | 7 | ||||
-rw-r--r-- | graphics/wxsvg/PLIST | 4 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 1229b3260b2..61417289e76 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2011/11/16 01:33:17 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2011/11/23 21:29:14 gls Exp $ # -DISTNAME= wxsvg-1.0.7_1 -PKGNAME= wxsvg-1.0.7.1 -PKGREVISION= 4 +DISTNAME= wxsvg-1.1.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wxsvg.sourceforge.net/ COMMENT= C++ library to create, manipulate and render SVG files +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/wxsvg/PLIST b/graphics/wxsvg/PLIST index b4c396d6f3a..bb4253ccf22 100644 --- a/graphics/wxsvg/PLIST +++ b/graphics/wxsvg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/01/11 15:47:02 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/11/23 21:29:14 gls Exp $ bin/svgview include/wxSVG/Animated.h include/wxSVG/CSSStyleDeclaration.h @@ -158,6 +158,7 @@ include/wxSVG/SVGStylable.h include/wxSVG/SVGStyleElement.h include/wxSVG/SVGSwitchElement.h include/wxSVG/SVGSymbolElement.h +include/wxSVG/SVGTBreakElement.h include/wxSVG/SVGTRefElement.h include/wxSVG/SVGTSpanElement.h include/wxSVG/SVGTests.h @@ -180,6 +181,7 @@ include/wxSVG/SVGZoomAndPan.h include/wxSVG/SVGZoomEvent.h include/wxSVG/String_wxsvg.h include/wxSVG/ViewCSS.h +include/wxSVG/imagsvg.h include/wxSVG/mediadec_ffmpeg.h include/wxSVG/svg.h include/wxSVG/svgctrl.h diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index 88dffb45e0a..c0a9cd0878a 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/01/11 15:47:02 drochner Exp $ +$NetBSD: distinfo,v 1.8 2011/11/23 21:29:14 gls Exp $ -SHA1 (wxsvg-1.0.7_1.tar.bz2) = 2ac9ad1616d61abb402e19ac93e7ed0c032b6581 -RMD160 (wxsvg-1.0.7_1.tar.bz2) = 9311da59735c66a0b7481efa22e36365a2a1e888 -Size (wxsvg-1.0.7_1.tar.bz2) = 641325 bytes +SHA1 (wxsvg-1.1.4.tar.bz2) = 7cd5688ed56f2f493fba95ae9711d7a80742ba5a +RMD160 (wxsvg-1.1.4.tar.bz2) = 07da04c729bdbca3575d5d028e6e6d87e20732dd +Size (wxsvg-1.1.4.tar.bz2) = 651964 bytes |