dc644307ec
* 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
28 lines
850 B
Makefile
28 lines
850 B
Makefile
# $NetBSD: Makefile,v 1.70 2020/09/19 13:28:44 schmonz Exp $
|
|
|
|
DISTNAME= wxsvg-1.5.22
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/wxsvg/
|
|
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"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|