pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/wxsvg Update to 1.5.22. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca54ebd7eb09
branches:  trunk
changeset: 439386:ca54ebd7eb09
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Sep 19 13:28:44 2020 +0000

description:
Update to 1.5.22. From the changelog:

* wxSVGImage: fixed loading of video frames
* added support of rgba colors
* fixed renedring of symbol elements
* fixed handling of spaces in transform attribute
* added support of grayscale mask
* added initial support of switch element

pkgsrc changes:

- Explicitly enable defaults in CONFIGURE_ARGS
- Include missing cairo and pango buildlinks

diffstat:

 graphics/wxsvg/Makefile |   9 ++++++---
 graphics/wxsvg/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 0859717afdbf -r ca54ebd7eb09 graphics/wxsvg/Makefile
--- a/graphics/wxsvg/Makefile   Sat Sep 19 13:26:27 2020 +0000
+++ b/graphics/wxsvg/Makefile   Sat Sep 19 13:28:44 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2020/08/17 20:17:33 leot Exp $
+# $NetBSD: Makefile,v 1.70 2020/09/19 13:28:44 schmonz Exp $
 
-DISTNAME=      wxsvg-1.5.20
-PKGREVISION=   3
+DISTNAME=      wxsvg-1.5.22
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,12 +11,16 @@
 LICENSE=       gnu-lgpl-v2
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-libav
+CONFIGURE_ARGS+=       --enable-render=cairo
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 
 GNU_CONFIGURE_WX_VERSION=      no
 
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../x11/wxGTK30/buildlink3.mk"
diff -r 0859717afdbf -r ca54ebd7eb09 graphics/wxsvg/distinfo
--- a/graphics/wxsvg/distinfo   Sat Sep 19 13:26:27 2020 +0000
+++ b/graphics/wxsvg/distinfo   Sat Sep 19 13:28:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/11/26 14:14:23 wiz Exp $
+$NetBSD: distinfo,v 1.17 2020/09/19 13:28:44 schmonz Exp $
 
-SHA1 (wxsvg-1.5.20.tar.bz2) = a9de15b299523cfc6166cf647e7ac6b87b3d4d98
-RMD160 (wxsvg-1.5.20.tar.bz2) = 47b265e44ddeee41b29006ae7bca0073e11f757b
-SHA512 (wxsvg-1.5.20.tar.bz2) = 423cfc5c24133fe1bc6db3253999262d17eac91ea1d6c62dad39cbf49e1c469dc503fc7a3bcac367eaf622777d9be0ecae5e28723f84fd564a630d3f90308929
-Size (wxsvg-1.5.20.tar.bz2) = 495401 bytes
+SHA1 (wxsvg-1.5.22.tar.bz2) = 7f9667ad0f8b8ba83e6e517f37b5a882546d4c8c
+RMD160 (wxsvg-1.5.22.tar.bz2) = 0eccdba9ebb656249b6a39e58bb39f7824250c54
+SHA512 (wxsvg-1.5.22.tar.bz2) = de9ffe314293267b728d0c9bd79b72c87ab057ca9e40af4e7f248ff4e39040a8f1b2a95a1e0bf2db20f3e718ad585e26dc8e69beeeb23b3161edac447e3cfe7b
+Size (wxsvg-1.5.22.tar.bz2) = 499287 bytes



Home | Main Index | Thread Index | Old Index