pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/wxsvg



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Sep 19 13:28:44 UTC 2020

Modified Files:
        pkgsrc/graphics/wxsvg: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/wxsvg/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/wxsvg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/wxsvg/Makefile
diff -u pkgsrc/graphics/wxsvg/Makefile:1.69 pkgsrc/graphics/wxsvg/Makefile:1.70
--- pkgsrc/graphics/wxsvg/Makefile:1.69 Mon Aug 17 20:17:33 2020
+++ pkgsrc/graphics/wxsvg/Makefile      Sat Sep 19 13:28:44 2020
@@ -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, manipula
 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"

Index: pkgsrc/graphics/wxsvg/distinfo
diff -u pkgsrc/graphics/wxsvg/distinfo:1.16 pkgsrc/graphics/wxsvg/distinfo:1.17
--- pkgsrc/graphics/wxsvg/distinfo:1.16 Tue Nov 26 14:14:23 2019
+++ pkgsrc/graphics/wxsvg/distinfo      Sat Sep 19 13:28:44 2020
@@ -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