public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Sun, 31 Jan 2021 17:54:15 +0000 (UTC)	[thread overview]
Message-ID: <1612115477.8a87692552fc230026d63741fa0f5e4832d4d8ad.leio@gentoo> (raw)

commit:     8a87692552fc230026d63741fa0f5e4832d4d8ad
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 14:33:02 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 17:51:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a876925

gnome-base/librsvg: bump to 2.50.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/librsvg/Manifest              |  1 +
 gnome-base/librsvg/librsvg-2.50.3.ebuild | 94 ++++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)

diff --git a/gnome-base/librsvg/Manifest b/gnome-base/librsvg/Manifest
index b09e9f20b48..f57410019d1 100644
--- a/gnome-base/librsvg/Manifest
+++ b/gnome-base/librsvg/Manifest
@@ -2,3 +2,4 @@ DIST librsvg-2.40.21.tar.xz 1655860 BLAKE2B a3fd7915d39984057e860da90115d9d95cef
 DIST librsvg-2.48.8.tar.xz 15302184 BLAKE2B 7d44b58d894afbeff0cb4606ed64191c028e7ac9d987dd3248b90df4ae0c000ee47b02484116bf7ee6e7aad567b91df7a2aae6880514f5ddee3ef4826c2e828e SHA512 7b35afbbad17927168acb3a308bff59ea66e8e1ac18c2ab5626a7d494e90d87d2dc552959ad72974d3ed8ba4c2f919335cf9110a0d0a09148e606222e4fcee43
 DIST librsvg-2.48.9.tar.xz 15309204 BLAKE2B 2547f9eb2bb81c7c879356df0df674ba27a09e3b1f0eb8df99df7a9a9c5e6838e94e143f50a00a742a4fd7043c01b4f484cfa78c84c4d5e6ec281bde35fd98b2 SHA512 91fc480a9e9ff3755ed2685170a1fadea9232ab9a727a66da5085df09cd1a160cb8f443de7dec950799de5f4cb88b1ee33384107e316f573940147346c155a40
 DIST librsvg-2.50.2.tar.xz 16354004 BLAKE2B 485c14bf898fdcf2ad55cd6191eb5d315de73d02a34f15b528e36e64549f0eb2597b90d277c28d7d8d584b59c69f8eaa9f90820dcbaeb4a457d4ce1e2e2adf30 SHA512 f7e4990e1d74750246ec5816327c606607bb864ea7c44bce3ba9254a90b71692ed397e90343473d266f71eae3df7085c00e5a9a90b02d27ed6648e717d69fb45
+DIST librsvg-2.50.3.tar.xz 18868408 BLAKE2B 8b245a233ddd56137880e43f4da2df623237bb1ce2e143cee09da3fadc1edd9b3e4f4753fe48cf814d2372e532775573a34982a6cc88ace9be336e16ae473c20 SHA512 21710b6b5810b959679b7908aa371b8af02c85549efbc64f5fda01cfc3881539b5afc6bc304ce2289719dee48f583b1eb9867546e09f36941f81af968434e389

diff --git a/gnome-base/librsvg/librsvg-2.50.3.ebuild b/gnome-base/librsvg/librsvg-2.50.3.ebuild
new file mode 100644
index 00000000000..01b20ea0c5c
--- /dev/null
+++ b/gnome-base/librsvg/librsvg-2.50.3.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 multilib-minimal rust-toolchain vala
+
+DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
+HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
+
+LICENSE="LGPL-2+"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+	>=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+	>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
+	>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
+	>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]
+	>=media-libs/harfbuzz-2.0.0:=[${MULTILIB_USEDEP}]
+	>=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+	>=x11-libs/pango-1.38.0[${MULTILIB_USEDEP}]
+
+	introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
+"
+DEPEND="${RDEPEND}
+	>=virtual/rust-1.40[${MULTILIB_USEDEP}]
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )
+"
+# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
+
+RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get into an infinite compilation sometimes, etc.
+
+src_prepare() {
+	use vala && vala_src_prepare
+	gnome2_src_prepare
+}
+
+multilib_src_configure() {
+	local myconf=(
+		--disable-static
+		--disable-debug
+		--disable-tools # the tools/ subdirectory is useful only for librsvg devs
+		$(multilib_native_use_enable introspection)
+		$(multilib_native_use_enable vala)
+		--enable-pixbuf-loader
+	)
+
+	if ! multilib_is_native_abi; then
+		myconf+=(
+			# Set the rust target, which can differ from CHOST
+			RUST_TARGET="$(rust_abi)"
+			# RUST_TARGET is only honored if cross_compiling, but non-native ABIs aren't cross as
+			# far as C parts and configure auto-detection are concerned as CHOST equals CBUILD
+			cross_compiling=yes
+		)
+	fi
+
+	ECONF_SOURCE=${S} \
+	gnome2_src_configure "${myconf[@]}"
+
+	if multilib_is_native_abi; then
+		ln -s "${S}"/doc/html doc/html || die
+	fi
+}
+
+multilib_src_compile() {
+	# causes segfault if set, see bug #411765
+	unset __GL_NO_DSO_FINALIZER
+	gnome2_src_compile
+}
+
+multilib_src_install() {
+	gnome2_src_install
+}
+
+pkg_postinst() {
+	# causes segfault if set, see bug 375615
+	unset __GL_NO_DSO_FINALIZER
+	multilib_foreach_abi gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+	# causes segfault if set, see bug 375615
+	unset __GL_NO_DSO_FINALIZER
+	multilib_foreach_abi gnome2_pkg_postrm
+}


             reply	other threads:[~2021-01-31 17:54 UTC|newest]

Thread overview: 176+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 17:54 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09  9:52 [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/ Sam James
2024-11-09  9:49 Sam James
2024-08-16 10:15 Arthur Zamarin
2024-08-16 10:15 Arthur Zamarin
2024-08-16 10:15 Arthur Zamarin
2024-08-01 14:51 Pacho Ramos
2024-08-01 14:51 Pacho Ramos
2024-06-29 13:27 Andreas K. Hüttel
2024-05-09 18:34 Arthur Zamarin
2024-05-08 16:54 Arthur Zamarin
2024-05-08 16:54 Arthur Zamarin
2024-05-08 16:54 Arthur Zamarin
2024-04-07  8:38 Arthur Zamarin
2024-03-17 21:37 Mart Raudsepp
2024-03-09 13:19 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 15:57 Mart Raudsepp
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-09-14 18:42 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-12 18:12 Arthur Zamarin
2023-08-12 18:12 Arthur Zamarin
2023-08-12 18:05 Arthur Zamarin
2023-07-21 13:54 Matt Turner
2023-07-20 10:16 WANG Xuerui
2023-07-06 21:26 Matt Turner
2023-07-02 17:31 Sam James
2023-07-02 11:18 Sam James
2023-07-02  8:33 Sam James
2023-07-02  8:04 Sam James
2023-05-31 11:17 Matt Turner
2023-05-26  8:40 Sam James
2023-05-03  3:53 Sam James
2023-05-02 19:58 Arthur Zamarin
2023-05-02 19:57 Arthur Zamarin
2023-05-02 19:19 Arthur Zamarin
2023-05-02 18:08 Arthur Zamarin
2023-05-02 17:40 Arthur Zamarin
2023-05-02 17:40 Arthur Zamarin
2023-03-18  0:11 Matt Turner
2023-03-16 17:40 Matt Turner
2022-12-04  3:03 Matt Turner
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-11-01  9:25 Matt Turner
2022-10-30 16:34 Matt Turner
2022-10-18  2:51 Sam James
2022-10-13 19:38 Arthur Zamarin
2022-10-11 19:40 Matt Turner
2022-10-11 18:19 Matt Turner
2022-10-08 18:25 Sam James
2022-09-01  1:20 Matt Turner
2022-07-18 17:44 Sam James
2022-06-26  7:15 Sam James
2022-06-11  4:01 Matt Turner
2022-05-17  7:56 WANG Xuerui
2022-05-14 12:58 Matt Turner
2022-03-21 18:07 Matt Turner
2022-03-21 17:54 Matt Turner
2022-03-21  1:45 Matt Turner
2022-03-20 21:30 Matt Turner
2022-03-13 17:41 Mart Raudsepp
2022-02-17 18:26 Matt Turner
2022-02-03  6:20 Matt Turner
2021-12-26  0:24 Georgy Yakovlev
2021-12-19 18:07 Matt Turner
2021-08-02  0:43 Sam James
2021-07-24 17:08 Sam James
2021-07-19 23:14 Marek Szuba
2021-07-11 20:48 Sam James
2021-07-11  2:31 Sam James
2021-06-06 21:49 Matt Turner
2021-05-26  4:22 Matt Turner
2021-05-21  0:51 Yixun Lan
2021-05-09  4:51 Matt Turner
2021-05-01  3:04 Matt Turner
2021-04-18 17:30 Matt Turner
2021-04-18 15:50 Matt Turner
2021-04-18 15:27 Matt Turner
2021-04-16  1:47 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-03-07  2:02 Matt Turner
2021-01-06 23:04 Fabian Groffen
2021-01-05 18:30 Matt Turner
2020-12-18 22:05 Matt Turner
2020-11-08 10:17 Mart Raudsepp
2020-11-07 20:01 Mart Raudsepp
2020-11-07 19:54 Mart Raudsepp
2020-11-05 16:16 Sam James
2020-08-31  2:52 Sam James
2020-03-17  8:34 Mart Raudsepp
2020-03-17  8:34 Mart Raudsepp
2020-03-05 12:49 Agostino Sarubbo
2020-03-02 12:34 Agostino Sarubbo
2020-03-02 11:49 Sergei Trofimovich
2020-03-02 11:34 Sergei Trofimovich
2020-03-02 11:22 Sergei Trofimovich
2020-03-02 11:04 Sergei Trofimovich
2020-02-29 10:11 Sergei Trofimovich
2020-02-28 17:50 Agostino Sarubbo
2020-02-28 14:12 Agostino Sarubbo
2020-02-27 18:17 Mart Raudsepp
2020-01-11 20:01 Mart Raudsepp
2019-07-13 12:08 Sergei Trofimovich
2019-07-03  7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-02-17 11:34 Mart Raudsepp
2018-12-14 22:50 Mart Raudsepp
2018-09-14 10:25 Mart Raudsepp
2018-06-28 14:38 Mikle Kolyada
2018-04-18  6:44 Mart Raudsepp
2017-10-18  0:59 Mart Raudsepp
2017-09-30 10:45 Sergei Trofimovich
2017-09-30  6:30 Sergei Trofimovich
2017-09-26 23:02 Sergei Trofimovich
2017-09-09 19:41 Sergei Trofimovich
2017-09-01 18:46 Matt Turner
2017-08-20 17:33 Thomas Deutschmann
2017-07-31 12:20 Tobias Klausmann
2017-07-25 18:53 Markus Meier
2017-07-22  9:24 Sergei Trofimovich
2017-07-21 16:58 Mart Raudsepp
2017-07-07 21:20 Mart Raudsepp
2017-07-07 11:49 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-05-11 18:33 Markus Meier
2017-04-30 10:01 Jeroen Roovers
2017-04-30  9:37 Agostino Sarubbo
2017-04-29 15:02 Agostino Sarubbo
2017-04-23 21:23 Agostino Sarubbo
2017-04-22 19:08 Tobias Klausmann
2017-04-08 23:40 Mart Raudsepp
2016-12-06 20:33 Markus Meier
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-08  7:53 Agostino Sarubbo
2016-07-02 13:31 Pacho Ramos
2016-05-20 19:21 Tobias Klausmann
2016-05-12 17:20 Markus Meier
2016-05-11 10:51 Agostino Sarubbo
2016-05-11 10:50 Agostino Sarubbo
2016-05-09  4:32 Jeroen Roovers
2016-05-03 20:18 Markus Meier
2016-04-03 12:42 Pacho Ramos
2016-03-06 18:20 Mikle Kolyada
2016-01-10 18:30 Pacho Ramos
2015-11-19 10:04 Agostino Sarubbo
2015-11-18  9:09 Agostino Sarubbo
2015-11-18  5:47 Jeroen Roovers
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 10:28 Agostino Sarubbo
2015-11-13  9:12 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-10-17 11:31 Pacho Ramos
2015-10-03  8:37 Markus Meier
2015-09-28  4:44 Jeroen Roovers
2015-09-20  6:11 Jeroen Roovers
2015-09-05 12:50 Pacho Ramos
2015-09-05 12:50 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1612115477.8a87692552fc230026d63741fa0f5e4832d4d8ad.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox