summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2020-09-19 13:28:44 +0000
committerschmonz <schmonz@pkgsrc.org>2020-09-19 13:28:44 +0000
commita4e6c83de85d4de58f225f6bd8b2bb80ee4bc118 (patch)
tree84213bc11cb30be677957ea8d7f36c637d79df0e /graphics
parentc8269d6501ee31be4d655db7f863e9cff680f235 (diff)
downloadpkgsrc-a4e6c83de85d4de58f225f6bd8b2bb80ee4bc118.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/wxsvg/Makefile9
-rw-r--r--graphics/wxsvg/distinfo10
2 files changed, 11 insertions, 8 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index 2ef423ea58b..c6666e80676 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -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 @@ COMMENT= C++ library to create, manipulate and render SVG files
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 --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo
index 5e8a1a2b771..3f270eca41d 100644
--- a/graphics/wxsvg/distinfo
+++ b/graphics/wxsvg/distinfo
@@ -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