Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Thu, 27 Feb 2020 18:17:27
Message-Id: 1582827332.9862304e29d5a7e65f49be3283cac784694182f3.leio@gentoo
1 commit: 9862304e29d5a7e65f49be3283cac784694182f3
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 18:14:54 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 18:15:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9862304e
7
8 gnome-base/librsvg: security bump to 2.40.21
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/librsvg/Manifest | 1 +
14 gnome-base/librsvg/librsvg-2.40.21.ebuild | 97 +++++++++++++++++++++++++++++++
15 2 files changed, 98 insertions(+)
16
17 diff --git a/gnome-base/librsvg/Manifest b/gnome-base/librsvg/Manifest
18 index bff3cc1c346..751ebc595b1 100644
19 --- a/gnome-base/librsvg/Manifest
20 +++ b/gnome-base/librsvg/Manifest
21 @@ -1 +1,2 @@
22 DIST librsvg-2.40.20.tar.xz 1796376 BLAKE2B ec8e7308a0255aa22038262d69019e810bb78b92e3de62662b53ab375110c8186e565e1eb7f5825c61c6d10bed1876ff3f7a06d1073e9676a3d2bb5dfb6b791e SHA512 cdd8224deb4c3786e29f48ed02c32ed9dff5cb15aba574a5ef845801ad3669cfcc3eedb9d359c22213dc7a29de24c363248825adad5877c40abf73b3688ff12f
23 +DIST librsvg-2.40.21.tar.xz 1655860 BLAKE2B a3fd7915d39984057e860da90115d9d95cef97e61d3f5e4c3aaaf399c4b3bfe781e6a7b969958ae84a3b7f2c788576fe26f56b037ca0a6a2e059b53f2bd1b9fc SHA512 db0563d8e0edaae642a6b2bcd239cf54191495058ac8c7ff614ebaf88c0e30bd58dbcd41f58d82a9d5ed200ced45fc5bae22f2ed3cf3826e9348a497009e1280
24
25 diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild b/gnome-base/librsvg/librsvg-2.40.21.ebuild
26 new file mode 100644
27 index 00000000000..d74da4270f0
28 --- /dev/null
29 +++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild
30 @@ -0,0 +1,97 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +VALA_USE_DEPEND="vapigen"
37 +
38 +inherit autotools eutils gnome2 multilib-minimal vala
39 +
40 +DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
41 +HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
42 +
43 +LICENSE="LGPL-2+"
44 +SLOT="2"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
46 +
47 +IUSE="+introspection tools +vala"
48 +REQUIRED_USE="vala? ( introspection )"
49 +
50 +RDEPEND="
51 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
52 + >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}]
53 + >=x11-libs/pango-1.38.0[${MULTILIB_USEDEP}]
54 + >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
55 + >=dev-libs/libcroco-0.6.8-r1[${MULTILIB_USEDEP}]
56 + >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
57 + introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
58 + tools? ( >=x11-libs/gtk+-3.10.0:3 )
59 +"
60 +DEPEND="${RDEPEND}
61 + dev-libs/gobject-introspection-common
62 + dev-libs/vala-common
63 + dev-util/glib-utils
64 + >=dev-util/gtk-doc-am-1.13
65 + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
66 + vala? ( $(vala_depend) )
67 +"
68 +# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
69 +
70 +RESTRICT="test" # Lots of issues due to freetype changes and more; ever since newer tests got backported into 2.40.19
71 +
72 +src_prepare() {
73 + # https://bugzilla.gnome.org/show_bug.cgi?id=653323
74 + eapply "${FILESDIR}/${PN}-2.40.12-gtk-optional.patch"
75 +
76 + eautoreconf
77 +
78 + use vala && vala_src_prepare
79 + gnome2_src_prepare
80 +}
81 +
82 +multilib_src_configure() {
83 + local myconf=()
84 +
85 + # -Bsymbolic is not supported by the Darwin toolchain
86 + if [[ ${CHOST} == *-darwin* ]]; then
87 + myconf+=( --disable-Bsymbolic )
88 + fi
89 +
90 + # --disable-tools even when USE=tools; the tools/ subdirectory is useful
91 + # only for librsvg developers
92 + ECONF_SOURCE=${S} \
93 + gnome2_src_configure \
94 + --disable-static \
95 + --disable-tools \
96 + $(multilib_native_use_enable introspection) \
97 + $(multilib_native_use_with tools gtk3) \
98 + $(multilib_native_use_enable vala) \
99 + --enable-pixbuf-loader \
100 + "${myconf[@]}"
101 +
102 + if multilib_is_native_abi; then
103 + ln -s "${S}"/doc/html doc/html || die
104 + fi
105 +}
106 +
107 +multilib_src_compile() {
108 + # causes segfault if set, see bug #411765
109 + unset __GL_NO_DSO_FINALIZER
110 + gnome2_src_compile
111 +}
112 +
113 +multilib_src_install() {
114 + gnome2_src_install
115 +}
116 +
117 +pkg_postinst() {
118 + # causes segfault if set, see bug 375615
119 + unset __GL_NO_DSO_FINALIZER
120 + multilib_foreach_abi gnome2_pkg_postinst
121 +}
122 +
123 +pkg_postrm() {
124 + # causes segfault if set, see bug 375615
125 + unset __GL_NO_DSO_FINALIZER
126 + multilib_foreach_abi gnome2_pkg_postrm
127 +}