librsvg: update to 2.40.19.
Version 2.40.19 - bgo#621088: Using text objects as clipping paths is now supported. - bgo#587721: Fix rendering of text elements with transformations (Massimo). - bgo#777833 - Fix memory leaks when an RsvgHandle is disposed before being closed (Philip Withnall). - bgo#782098 - Don't pass deprecated options to gtk-doc (Ting-Wei Lan). - bgo#786372 - Fix the default for the "type" attribute of the <style> element. - bgo#785276 - Don't crash on single-byte files. - bgo#634514: Don't render unknown elements and their sub-elements. - bgo#777155 - Ignore patterns that have close-to-zero dimensions. - bgo#634324 - Fix Gaussian blurs with negative scaling. - Fix the <switch> element; it wasn't working at all. - Fix loading when rsvg_handle_write() is called one byte at a time. - bgo#787895 - Fix incorrect usage of libxml2. Thanks to Nick Wellnhofer for advice on this. - Backported the test suite machinery from the master branch (Chun-wei Fan, Federico Mena). - We now require Pango 1.38.0 or later (released in 2015). - We now require libxml2 2.9.0 or later (released in 2012).
This commit is contained in:
parent
3e9623d120
commit
be58ea31be
2 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.96 2017/10/15 23:19:11 prlw1 Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2017/11/23 20:22:01 wiz Exp $
|
||||
|
||||
DISTNAME= librsvg-2.40.18
|
||||
DISTNAME= librsvg-2.40.19
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -24,9 +24,6 @@ PKGCONFIG_OVERRIDE= librsvg.pc.in
|
|||
|
||||
TEST_TARGET= check
|
||||
|
||||
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0
|
||||
|
||||
CONFIGURE_ARGS.Darwin+= --disable-Bsymbolic
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.librsvg
|
||||
|
@ -45,9 +42,12 @@ BUILDLINK_DEPMETHOD.gobject-introspection+= build
|
|||
CONFIGURE_ARGS+= --disable-introspection
|
||||
.endif
|
||||
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.pango+= pango>=1.38
|
||||
.include "../../devel/pango/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
BUILDLINK_DEPMETHOD.cairo-gobject+= build
|
||||
.include "../../graphics/cairo-gobject/buildlink3.mk"
|
||||
|
@ -55,6 +55,7 @@ BUILDLINK_DEPMETHOD.cairo-gobject+= build
|
|||
.include "../../graphics/gdk-pixbuf2/loaders.mk"
|
||||
BUILDLINK_API_DEPENDS.libcroco+= libcroco>=0.6.1
|
||||
.include "../../textproc/libcroco/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.9
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.35 2017/10/02 15:35:35 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.36 2017/11/23 20:22:01 wiz Exp $
|
||||
|
||||
SHA1 (librsvg-2.40.18.tar.xz) = 7b2ef7dd55daae92a0b8fcb0a8b42aeb5246afa9
|
||||
RMD160 (librsvg-2.40.18.tar.xz) = 5d8200b411fcbdf8b73b48b0c0e23ce34dff2351
|
||||
SHA512 (librsvg-2.40.18.tar.xz) = faf503d0d881801ce129715e7ae979ee1675bd32beac9170b1889c94aac64caf486968bc86f3480463b84e94f28c1d805551ffdcb7068ecadd0688146e0fb182
|
||||
Size (librsvg-2.40.18.tar.xz) = 574384 bytes
|
||||
SHA1 (patch-ab) = c551fe8af953a5d54964730649a8590b4243f4db
|
||||
SHA1 (librsvg-2.40.19.tar.xz) = 34e147bd29f658d537725e7fe6403ccaa555851d
|
||||
RMD160 (librsvg-2.40.19.tar.xz) = 915e3e0478c6fd4768827e93451175ae98fea2cc
|
||||
SHA512 (librsvg-2.40.19.tar.xz) = ee3921d0344f9c8503a77086e3d0411a5a638beeeefb959529fd07819e21f82504dcd3004faa93c65d77da30d0db055b7cb56ec8517c1bfae3c1ae23582dbce3
|
||||
Size (librsvg-2.40.19.tar.xz) = 1792716 bytes
|
||||
SHA1 (patch-test-driver) = 802362f69cc54ce59483715f4c943d629a1680a7
|
||||
|
|
Loading…
Reference in a new issue