Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Thu, 01 Sep 2022 01:20:48
Message-Id: 1661995223.358093e18c0fa38a86e30a3fcc6f2c191d55fd30.mattst88@gentoo
1 commit: 358093e18c0fa38a86e30a3fcc6f2c191d55fd30
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 01:06:27 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 01:20:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358093e1
7
8 gnome-base/librsvg: Version bump to 2.54.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/librsvg/Manifest | 1 +
13 gnome-base/librsvg/librsvg-2.54.5.ebuild | 108 +++++++++++++++++++++++++++++++
14 2 files changed, 109 insertions(+)
15
16 diff --git a/gnome-base/librsvg/Manifest b/gnome-base/librsvg/Manifest
17 index de61f76a40a0..17c0ced170de 100644
18 --- a/gnome-base/librsvg/Manifest
19 +++ b/gnome-base/librsvg/Manifest
20 @@ -1,2 +1,3 @@
21 DIST librsvg-2.40.21.tar.xz 1655860 BLAKE2B a3fd7915d39984057e860da90115d9d95cef97e61d3f5e4c3aaaf399c4b3bfe781e6a7b969958ae84a3b7f2c788576fe26f56b037ca0a6a2e059b53f2bd1b9fc SHA512 db0563d8e0edaae642a6b2bcd239cf54191495058ac8c7ff614ebaf88c0e30bd58dbcd41f58d82a9d5ed200ced45fc5bae22f2ed3cf3826e9348a497009e1280
22 DIST librsvg-2.54.4.tar.xz 28214908 BLAKE2B 9aab1175494e50c9b4a1b74c76c0db4f052e42d98e48842c87a5434382983fc63f41923c67dc86c31988c114c4a18056d52a99c8ac2d5c1dd90af3da4814e4ac SHA512 e3415044a4faa48ec83e25cbd86dfbe7bc997286269298fb913a61a13d55195f660bcef459950979c2b8d60b144b29e33b278b2c4da0c376de65c34f39687e9a
23 +DIST librsvg-2.54.5.tar.xz 22412260 BLAKE2B afe9295e242af60cf7aec2abaa55a076aef215ae9011504b626db2ccee0e0faadc35352b3aa57c756211fa76edd0929a5df59cf3d2523c0fc1dbe96adedb5960 SHA512 202af468a0f76ceee1b930570216e5c70066071e5bbbdc00440430d98919130a8549c3c907f2ab9cced8f6d0b3545223ebf76be677a26e3168dcdd56c4bc5960
24
25 diff --git a/gnome-base/librsvg/librsvg-2.54.5.ebuild b/gnome-base/librsvg/librsvg-2.54.5.ebuild
26 new file mode 100644
27 index 000000000000..5437b1fed3c2
28 --- /dev/null
29 +++ b/gnome-base/librsvg/librsvg-2.54.5.ebuild
30 @@ -0,0 +1,108 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +
37 +inherit gnome2 multilib-minimal python-any-r1 rust-toolchain vala
38 +
39 +DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
40 +HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg https://gitlab.gnome.org/GNOME/librsvg"
41 +
42 +LICENSE="LGPL-2+"
43 +SLOT="2"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
45 +
46 +IUSE="gtk-doc +introspection +vala"
47 +REQUIRED_USE="
48 + gtk-doc? ( introspection )
49 + vala? ( introspection )
50 +"
51 +RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get into an infinite compilation sometimes, etc.
52 +
53 +RDEPEND="
54 + >=x11-libs/cairo-1.16.0[glib,svg,${MULTILIB_USEDEP}]
55 + >=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
56 + >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
57 + >=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]
58 + >=media-libs/harfbuzz-2.0.0:=[${MULTILIB_USEDEP}]
59 + >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
60 + >=x11-libs/pango-1.48.11[${MULTILIB_USEDEP}]
61 +
62 + introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
63 +"
64 +DEPEND="${RDEPEND}
65 + >=virtual/rust-1.56[${MULTILIB_USEDEP}]
66 + ${PYTHON_DEPS}
67 + $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')
68 + gtk-doc? ( dev-util/gi-docgen )
69 + virtual/pkgconfig
70 + vala? ( $(vala_depend) )
71 +
72 + dev-libs/gobject-introspection-common
73 + dev-libs/vala-common
74 +"
75 +# dev-libs/gobject-introspection-common, dev-libs/vala-common needed by eautoreconf
76 +
77 +QA_FLAGS_IGNORED="
78 + usr/bin/rsvg-convert
79 + usr/lib.*/librsvg.*
80 +"
81 +
82 +src_prepare() {
83 + use vala && vala_src_prepare
84 + gnome2_src_prepare
85 +}
86 +
87 +multilib_src_configure() {
88 + local myconf=(
89 + --disable-static
90 + --disable-debug
91 + $(multilib_native_use_enable gtk-doc)
92 + $(multilib_native_use_enable introspection)
93 + $(multilib_native_use_enable vala)
94 + --enable-pixbuf-loader
95 + )
96 +
97 + if ! multilib_is_native_abi; then
98 + myconf+=(
99 + # Set the rust target, which can differ from CHOST
100 + RUST_TARGET="$(rust_abi)"
101 + # RUST_TARGET is only honored if cross_compiling, but non-native ABIs aren't cross as
102 + # far as C parts and configure auto-detection are concerned as CHOST equals CBUILD
103 + cross_compiling=yes
104 + )
105 + fi
106 +
107 + ECONF_SOURCE=${S} \
108 + gnome2_src_configure "${myconf[@]}"
109 +
110 + if multilib_is_native_abi; then
111 + ln -s "${S}"/doc/html doc/html || die
112 + fi
113 +}
114 +
115 +multilib_src_compile() {
116 + gnome2_src_compile
117 +}
118 +
119 +multilib_src_install() {
120 + gnome2_src_install
121 +}
122 +
123 +multilib_src_install_all() {
124 + find "${ED}" -name '*.la' -delete || die
125 +
126 + if use gtk-doc; then
127 + mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die
128 + mv "${ED}"/usr/share/doc/Rsvg-2.0 "${ED}"/usr/share/gtk-doc/html/ || die
129 + fi
130 +}
131 +
132 +pkg_postinst() {
133 + multilib_foreach_abi gnome2_pkg_postinst
134 +}
135 +
136 +pkg_postrm() {
137 + multilib_foreach_abi gnome2_pkg_postrm
138 +}