Tue Nov 26 14:14:23 2019 UTC ()
wxsvg: update to 1.5.20.

Version 1.5.20 <2019-08-02>
---------------------------

  * added handling of fill-rule
  * added handling of spreadMethod
  * added handling of clipPath
  * added support of dash-offset
  * added support of mask for path element
  * fixed handling of pt units
  * fixed fill pattern with opacity
  * fixed handling of referenced patterns

Version 1.5.19 <2019-06-24>
---------------------------

  * fixed rendering polyline element
  * fixed drawing a cubic B辿zier curve if the previous command was not an c or s

Version 1.5.18 <2019-05-19>
---------------------------

  * wxFfmpegMediaDecoder: fixed support of ffmpeg 3.4.x

Version 1.5.17 <2019-05-19>
---------------------------

  * wxSVGUseElement: fixed GetBBox() and GetResultBBox()

Version 1.5.16 <2019-01-27>
---------------------------

  * wxFfmpegMediaDecoder.SetPosition(): added parameter seekBackward

Version 1.5.15 <2018-09-15>
---------------------------

  * added skia backend (experimental) (thanks to Zicheng Yang)

Version 1.5.14 <2018-07-10>
---------------------------

  * fixed calculation of bounding box if viewbox is specified
  * fixed GetResultBBox()
  * wxSVGCanvasImage: added support of data base64 href

Version 1.5.13 <2018-01-29>
---------------------------

  * added support of <a> element
  * fixed wxSVGImageElement::GetBBox()
  * fixed wxSVGUseElement::GetBBox()

Version 1.5.12 <2017-05-01>
--------------------------

  * wxSVGSVGElement: fixed GetIntersectionList()
  * wxSVGPointList: fixed SetValueAsString()

Version 1.5.11 <2016-12-28>
--------------------------

  * wxSVGImage: fixed displaying of first video frame

Version 1.5.10 <2016-10-23>
--------------------------

  * added support of EXIF metadata

Version 1.5.9 <2016-08-09>
--------------------------

  * changed GetBBox() and GetResultBBox()
  * added some missing header files

Version 1.5.8 <2016-06-05>
--------------------------

  * fixed ApplyAnimation

Version 1.5.7 <2016-05-03>
--------------------------

  * wxFfmpegMediaDecoder: added GetChapters() and GetMetadata()
  * fixed SVGAnimationElement

Version 1.5.6 <2016-03-11>
--------------------------

  * fixed SVGAnimationElement

Version 1.5.5 <2015-10-03>
--------------------------

  * fixed rendering image element with mask
  * wxFfmpegMediaDecoder: added GetFormatName() and GetCodecTag()
  * wxFfmpegMediaDecoder: fixed wxSVGCanvasVideo

Version 1.5.4 <2015-03-21>
--------------------------

  * added support of 3-digit hex color codes (thanks to Constantine)


(wiz)
diff -r1.64 -r1.65 pkgsrc/graphics/wxsvg/Makefile
diff -r1.7 -r1.8 pkgsrc/graphics/wxsvg/PLIST
diff -r1.43 -r1.44 pkgsrc/graphics/wxsvg/buildlink3.mk
diff -r1.15 -r1.16 pkgsrc/graphics/wxsvg/distinfo

cvs diff -r1.64 -r1.65 pkgsrc/graphics/wxsvg/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/Makefile 2019/07/21 22:24:07 1.64
+++ pkgsrc/graphics/wxsvg/Makefile 2019/11/26 14:14:23 1.65
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.64 2019/07/21 22:24:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.65 2019/11/26 14:14:23 wiz Exp $
2 2
3DISTNAME= wxsvg-1.5.3 3DISTNAME= wxsvg-1.5.20
4PKGREVISION= 14 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://sourceforge.net/projects/wxsvg/ 9HOMEPAGE= https://sourceforge.net/projects/wxsvg/
11COMMENT= C++ library to create, manipulate and render SVG files 10COMMENT= C++ library to create, manipulate and render SVG files
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config
18 17
19.include "../../fonts/fontconfig/buildlink3.mk" 18.include "../../graphics/libexif/buildlink3.mk"
20.include "../../graphics/libart/buildlink3.mk" 19.include "../../multimedia/ffmpeg4/buildlink3.mk"
21.include "../../multimedia/ffmpeg1/buildlink3.mk" 20.include "../../x11/wxGTK30/buildlink3.mk"
22.include "../../x11/wxGTK28/buildlink3.mk" 
23.include "../../textproc/expat/buildlink3.mk" 21.include "../../textproc/expat/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/graphics/wxsvg/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/PLIST 2015/03/01 12:17:57 1.7
+++ pkgsrc/graphics/wxsvg/PLIST 2019/11/26 14:14:23 1.8
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1@comment $NetBSD: PLIST,v 1.7 2015/03/01 12:17:57 mef Exp $ 1@comment $NetBSD: PLIST,v 1.8 2019/11/26 14:14:23 wiz Exp $
2bin/svgview 2bin/svgview
3include/wxSVG/Animated.h 3include/wxSVG/Animated.h
 4include/wxSVG/CSSRule.h
4include/wxSVG/CSSStyleDeclaration.h 5include/wxSVG/CSSStyleDeclaration.h
5include/wxSVG/CSSValue.h 6include/wxSVG/CSSValue.h
6include/wxSVG/CSSValues.h 7include/wxSVG/CSSValues.h
7include/wxSVG/Document.h 8include/wxSVG/Document.h
8include/wxSVG/DocumentCSS.h 9include/wxSVG/DocumentCSS.h
9include/wxSVG/DocumentEvent.h 10include/wxSVG/DocumentEvent.h
10include/wxSVG/Element.h 11include/wxSVG/Element.h
11include/wxSVG/ElementTimeControl.h 12include/wxSVG/ElementTimeControl.h
12include/wxSVG/EventTarget.h 13include/wxSVG/EventTarget.h
 14include/wxSVG/ExifHandler.h
13include/wxSVG/GetSVGDocument.h 15include/wxSVG/GetSVGDocument.h
14include/wxSVG/NodeList.h 16include/wxSVG/NodeList.h
15include/wxSVG/NodeListCls.h 17include/wxSVG/NodeListCls.h
16include/wxSVG/RGBColor.h 18include/wxSVG/RGBColor.h
17include/wxSVG/SVGAElement.h 19include/wxSVG/SVGAElement.h
18include/wxSVG/SVGAltGlyphDefElement.h 20include/wxSVG/SVGAltGlyphDefElement.h
19include/wxSVG/SVGAltGlyphElement.h 21include/wxSVG/SVGAltGlyphElement.h
20include/wxSVG/SVGAltGlyphItemElement.h 22include/wxSVG/SVGAltGlyphItemElement.h
21include/wxSVG/SVGAngle.h 23include/wxSVG/SVGAngle.h
22include/wxSVG/SVGAnimateColorElement.h 24include/wxSVG/SVGAnimateColorElement.h
23include/wxSVG/SVGAnimateElement.h 25include/wxSVG/SVGAnimateElement.h
24include/wxSVG/SVGAnimateMotionElement.h 26include/wxSVG/SVGAnimateMotionElement.h
25include/wxSVG/SVGAnimateTransformElement.h 27include/wxSVG/SVGAnimateTransformElement.h
@@ -171,22 +173,23 @@ include/wxSVG/SVGTitleElement.h @@ -171,22 +173,23 @@ include/wxSVG/SVGTitleElement.h
171include/wxSVG/SVGTransform.h 173include/wxSVG/SVGTransform.h
172include/wxSVG/SVGTransformList.h 174include/wxSVG/SVGTransformList.h
173include/wxSVG/SVGTransformable.h 175include/wxSVG/SVGTransformable.h
174include/wxSVG/SVGURIReference.h 176include/wxSVG/SVGURIReference.h
175include/wxSVG/SVGUnitTypes.h 177include/wxSVG/SVGUnitTypes.h
176include/wxSVG/SVGUseElement.h 178include/wxSVG/SVGUseElement.h
177include/wxSVG/SVGVKernElement.h 179include/wxSVG/SVGVKernElement.h
178include/wxSVG/SVGVideoElement.h 180include/wxSVG/SVGVideoElement.h
179include/wxSVG/SVGViewElement.h 181include/wxSVG/SVGViewElement.h
180include/wxSVG/SVGViewSpec.h 182include/wxSVG/SVGViewSpec.h
181include/wxSVG/SVGZoomAndPan.h 183include/wxSVG/SVGZoomAndPan.h
182include/wxSVG/SVGZoomEvent.h 184include/wxSVG/SVGZoomEvent.h
183include/wxSVG/String_wxsvg.h 185include/wxSVG/String_wxsvg.h
 186include/wxSVG/UIEvent.h
184include/wxSVG/ViewCSS.h 187include/wxSVG/ViewCSS.h
185include/wxSVG/imagsvg.h 188include/wxSVG/imagsvg.h
186include/wxSVG/mediadec_ffmpeg.h 189include/wxSVG/mediadec_ffmpeg.h
187include/wxSVG/svg.h 190include/wxSVG/svg.h
188include/wxSVG/svgctrl.h 191include/wxSVG/svgctrl.h
189include/wxSVGXML/svgxml.h 192include/wxSVGXML/svgxml.h
190include/wxSVGXML/svgxmlhelpr.h 193include/wxSVGXML/svgxmlhelpr.h
191lib/libwxsvg.la 194lib/libwxsvg.la
192lib/pkgconfig/libwxsvg.pc 195lib/pkgconfig/libwxsvg.pc

cvs diff -r1.43 -r1.44 pkgsrc/graphics/wxsvg/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/buildlink3.mk 2019/07/21 22:24:07 1.43
+++ pkgsrc/graphics/wxsvg/buildlink3.mk 2019/11/26 14:14:23 1.44
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.43 2019/07/21 22:24:07 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.44 2019/11/26 14:14:23 wiz Exp $
2 2
3BUILDLINK_TREE+= wxsvg 3BUILDLINK_TREE+= wxsvg
4 4
5.if !defined(WXSVG_BUILDLINK3_MK) 5.if !defined(WXSVG_BUILDLINK3_MK)
6WXSVG_BUILDLINK3_MK:= 6WXSVG_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.0beta5 8BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.0beta5
9BUILDLINK_ABI_DEPENDS.wxsvg+= wxsvg>=1.5.3nb14 9BUILDLINK_ABI_DEPENDS.wxsvg+= wxsvg>=1.5.3nb14
10BUILDLINK_PKGSRCDIR.wxsvg?= ../../graphics/wxsvg 10BUILDLINK_PKGSRCDIR.wxsvg?= ../../graphics/wxsvg
11 11
12.include "../../fonts/fontconfig/buildlink3.mk" 12.include "../../graphics/libexif/buildlink3.mk"
13.include "../../graphics/libart/buildlink3.mk" 13.include "../../x11/wxGTK30/buildlink3.mk"
14.include "../../x11/wxGTK28/buildlink3.mk" 
15.endif # WXSVG_BUILDLINK3_MK 14.endif # WXSVG_BUILDLINK3_MK
16 15
17BUILDLINK_TREE+= -wxsvg 16BUILDLINK_TREE+= -wxsvg

cvs diff -r1.15 -r1.16 pkgsrc/graphics/wxsvg/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/wxsvg/distinfo 2015/11/03 21:34:35 1.15
+++ pkgsrc/graphics/wxsvg/distinfo 2019/11/26 14:14:23 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2015/11/03 21:34:35 agc Exp $ 1$NetBSD: distinfo,v 1.16 2019/11/26 14:14:23 wiz Exp $
2 2
3SHA1 (wxsvg-1.5.3.tar.bz2) = 84640a696e2c03587a1562e214d76e3046ebae06 3SHA1 (wxsvg-1.5.20.tar.bz2) = a9de15b299523cfc6166cf647e7ac6b87b3d4d98
4RMD160 (wxsvg-1.5.3.tar.bz2) = 5997df257765a29a4f360ee78b1eec0900e537da 4RMD160 (wxsvg-1.5.20.tar.bz2) = 47b265e44ddeee41b29006ae7bca0073e11f757b
5SHA512 (wxsvg-1.5.3.tar.bz2) = a8bb22e1688b58a431beffb71064f760f6f004abb81b2a4f48a2c59605020c7e2c6c03bc68f880cca60e9fb154f364b96849f04e32b48d1185b17f9304dcf295 5SHA512 (wxsvg-1.5.20.tar.bz2) = 423cfc5c24133fe1bc6db3253999262d17eac91ea1d6c62dad39cbf49e1c469dc503fc7a3bcac367eaf622777d9be0ecae5e28723f84fd564a630d3f90308929
6Size (wxsvg-1.5.3.tar.bz2) = 466539 bytes 6Size (wxsvg-1.5.20.tar.bz2) = 495401 bytes