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 /graphics/wxsvg/Makefile | |
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()
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r-- | graphics/wxsvg/Makefile | 7 |
1 files changed, 3 insertions, 4 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 |