Package Release Info

wxsvg-1.5.22-bp152.1.3

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwxsvg-devel
libwxsvg3
wxsvg

Change Logs

* Wed Apr 22 2020 Luigi Baldoni <aloisio@gmx.com>
- Set correct license
* Wed Apr 08 2020 aloisio@gmx.com
- Update to version 1.5.22
  * wxSVGImage: fixed loading of video frames
  * added support of rgba colors
  version 1.5.21
  * fixed renedring of symbol elements
  * fixed handling of spaces in transform attribute
  * added support of grayscale mask
  * added initial support of switch element
- Dropped Group tag
* Sat Sep 14 2019 Mariusz Fik <fisiu@opensuse.org>
- Update to 1.5.20:
  * 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
- Update to 1.5.19:
  * fixed rendering polyline element
  * fixed drawing a cubic Bézier curve if the previous command was not
    an c or s
- Update to 1.5.18:
  * wxFfmpegMediaDecoder: fixed support of ffmpeg 3.4.x
- Update to 1.5.17:
  * wxSVGUseElement: fixed GetBBox() and GetResultBBox()
* Thu Feb 14 2019 Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.16
  * wxFfmpegMediaDecoder.SetPosition(): added parameter
    seekBackward
  version 1.5.15
  * added skia backend (experimental) (thanks to Zicheng Yang)
* Tue Feb 12 2019 bjorn.lie@gmail.com
- No longer force ffmpeg-3 libs during build.
* Fri Aug 03 2018 aloisio@gmx.com
- Update to version 1.5.14
  * fixed calculation of bounding box if viewbox is specified
  * fixed GetResultBBox()
  * wxSVGCanvasImage: added support of data base64 href
* Fri Aug 03 2018 davejplater@gmail.com
- Build with ffmpeg-3 libs to match DVDStyler, see boo#1103008
Version: 1.5.13-bp150.2.3
* Tue Jan 30 2018 jengelh@inai.de
- Replace %soname by %sover to better reflect its use.
* Tue Jan 30 2018 aloisio@gmx.com
- Update to version 1.5.13
  * added support of <a> element
  * fixed wxSVGImageElement::GetBBox()
  * fixed wxSVGUseElement::GetBBox()
* Fri Nov 24 2017 aloisio@gmx.com
- Removed overly specific runtime dependency.
* Tue Nov 21 2017 jengelh@inai.de
- Update RPM groups and summaries.
* Sat Nov 18 2017 aloisio@gmx.com
- Update to 1.5.12
- Upstream changes:
  * wxSVGSVGElement: fixed GetIntersectionList()
* Tue Jan 03 2017 davejplater@gmail.com
- Update to 1.5.11
- Upstream changes:
  * wxSVGImage: fixed displaying of first video frame
  * added support of EXIF metadata
* Wed Sep 07 2016 davejplater@gmail.com
- Update to 1.5.9
- Upstream changes:
  * changed GetBBox() and GetResultBBox()
  * added some missing header files
* Sun Jun 26 2016 davejplater@gmail.com
- Update to version 1.5.8
- Upstream changes:
  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
* Tue Sep 22 2015 olaf@aepfle.de
- Use pkgconfig for ffmpeg BuildRequires
* Sun Apr 05 2015 fisiu@opensuse.org
- Update to 1.5.4:
  * added support of 3-digit hex color codes.
* Tue Mar 10 2015 aloisio@gmx.com
- Update to version 1.5.3 <2015-01-18>
  * applied patch from Sebastian Vater to fix memory leak
- version 1.5.2 <2014-12-14>
  * fixed memory leak (thanks to Sebastian Vater)
- version 1.5.1 <2014-11-23>
  * fixed some compiler errors
* Sat Nov 15 2014 fisiu@opensuse.org
- Update to 1.5:
  * added support of marker element
  * added support of patternTransform attribute
  * added support of stroke-dasharray (1.4.2)
  * fixed handling of preserveAspectRatio="none" (1.4.2)
  * fixed rendering of tspan-element (1.4.1)
  * fixed rendering of use element in pattern and mask elements (1.4.1)
  * added support of pattern element (1.4)
* Fri May 23 2014 fisiu@opensuse.org
- Update to 1.3:
  * added support of animations
  * fixed some GetBBox() methods
  * fixed loading images with relative path (in 1.2.1)
* Sat Sep 21 2013 fisiu@opensuse.org
- Update to 1.2:
  * added initial support of animations
  * added support of mask for image element
  * removed obsolete backends (libart and agg)
  * removed svgui classes
* Thu Sep 05 2013 fisiu@opensuse.org
- Update to 1.1.16:
  * added support of wxProgressDialog
* Tue Jul 23 2013 fisiu@opensuse.org
- Update to 1.1.15:
  * fixed text rendering using PangaCairo.
* Tue Apr 09 2013 fisiu@opensuse.org
- Update to 1.1.14:
  * fixed wxSVGPathSegList::GetValueAsString()
  * fixed wxSVGLengthList::SetValueAsString()
  * fixed rendering of text if text-anchor is set to end
  * fixed rendering of wxSVGCanvasVideo
* Mon Feb 25 2013 fisiu@opensuse.org
- Update to 1.1.13:
  + fixed handling of clipPath element
- Drop wxsvg-libtoolize-fix.patch and use sed instead in spec so
  no need to adjust patch with every DVDStyler update
* Sat Jan 26 2013 fisiu@opensuse.org
- Update to 1.1.12:
  + fixed text rendering using PangaCairo
  + fixed GetPosition() in wxFfmpegMediaDecoder (1.1.10)
- wxsvg-libtoolize-fix.patch updated
* Thu Dec 27 2012 fisiu@opensuse.org
- Use proper Requires for -devel package.