From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
Date: Sat, 4 Nov 2023 20:20:40 +0000 (UTC) [thread overview]
Message-ID: <1699129209.428146b69d4c4eca4cdd60f784cb66c110715a80.leio@gentoo> (raw)
commit: 428146b69d4c4eca4cdd60f784cb66c110715a80
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Nov 3 13:23:32 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 20:20:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428146b6
gnome-extra/libgsf: Version bump to 1.14.51
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33664
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
| 1 +
| 47 ++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
--git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 983a67cf5de5..0f148c9baafe 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
DIST libgsf-1.14.50.tar.xz 702424 BLAKE2B dc6e3fa313cc99981cf521b4613ef135ea6836554be0cc557e49d77bd3259e1bf2150af1b7a41071f4b865c28a9b6153b6ef6e89d4868e4203ce7dc7da433c71 SHA512 e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
+DIST libgsf-1.14.51.tar.xz 707488 BLAKE2B 08012d4df8e9256579069518a54198b9aa8c21c3d0c4297eb4ff829af666287cc186d846eecb277609ffe5a89d02a36344cedc67f6ed00354d018a692a99f4fe SHA512 b7c02e10762c93909a1aacb86f30b266ed8b0eeefe73ede5acb8ac0c1094a1e4be2b7bd3a59ebfc03180f8f72f2cc602e80c871a1b8a28f3fccfdd403ad24da7
--git a/gnome-extra/libgsf/libgsf-1.14.51.ebuild b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
new file mode 100644
index 000000000000..1270ca3c4e5b
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.51.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME2_EAUTORECONF=yes
+inherit gnome2
+
+DESCRIPTION="The GNOME Structured File Library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="bzip2 gtk +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libxml2-2.4.16:2
+ sys-libs/zlib
+ bzip2? ( app-arch/bzip2 )
+ gtk? (
+ x11-libs/gdk-pixbuf:2
+ virtual/imagemagick-tools
+ )
+ introspection? ( >=dev-libs/gobject-introspection-1:= )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.12
+ dev-libs/gobject-introspection-common
+ >=sys-devel/gettext-0.19.6
+ virtual/pkgconfig
+ test? ( dev-perl/XML-Parser )
+"
+
+PATCHES=(
+ "${FILESDIR}"/1.14.49-skip-valgrind-tests.patch
+)
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ $(use_with bzip2 bz2) \
+ $(use_enable introspection) \
+ $(use_with gtk gdk-pixbuf)
+}
next reply other threads:[~2023-11-04 20:20 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-04 20:20 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-30 21:08 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/ Sam James
2025-01-25 15:27 Pacho Ramos
2024-12-21 17:16 Arthur Zamarin
2024-11-08 20:19 Pacho Ramos
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07 7:40 Arthur Zamarin
2024-04-07 6:21 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2024-02-02 1:02 Sam James
2024-01-28 21:21 Sam James
2024-01-28 20:02 Sam James
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2024-01-28 15:52 Sam James
2023-11-04 20:20 Mart Raudsepp
2023-05-03 3:53 Sam James
2023-05-02 19:27 Arthur Zamarin
2023-05-02 19:22 Arthur Zamarin
2023-05-02 18:11 Arthur Zamarin
2023-05-02 17:43 Arthur Zamarin
2023-05-02 17:28 Arthur Zamarin
2023-05-02 17:24 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-11-05 9:44 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-08-28 5:06 WANG Xuerui
2022-07-16 21:28 Matt Turner
2022-05-31 9:24 Jakov Smolić
2022-05-28 5:38 Sam James
2022-05-28 5:05 Sam James
2022-03-27 5:01 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-15 6:37 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2021-12-28 14:09 Pacho Ramos
2021-08-23 22:59 Marek Szuba
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-03-15 18:06 Sergei Trofimovich
2021-01-06 23:05 Fabian Groffen
2020-07-14 0:55 Matt Turner
2020-05-01 8:35 Mart Raudsepp
2020-04-30 7:09 Sergei Trofimovich
2020-04-14 17:05 Mart Raudsepp
2020-02-11 10:52 Agostino Sarubbo
2020-01-28 7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 12:44 Agostino Sarubbo
2020-01-27 9:45 Mikle Kolyada
2020-01-27 8:10 Sergei Trofimovich
2020-01-26 22:39 Thomas Deutschmann
2020-01-11 20:19 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2019-12-05 22:15 Sergei Trofimovich
2019-10-13 19:04 Matt Turner
2019-09-14 23:36 Sergei Trofimovich
2019-09-08 1:13 Thomas Deutschmann
2019-09-03 0:16 Aaron Bauman
2019-09-02 10:11 Agostino Sarubbo
2019-09-02 9:32 Agostino Sarubbo
2019-09-01 18:20 Mikle Kolyada
2019-08-31 5:26 Mikle Kolyada
2019-08-27 21:37 Mart Raudsepp
2019-08-27 5:10 Mart Raudsepp
2019-05-23 3:27 Aaron Bauman
2019-02-04 19:37 Dennis Lamm
2019-01-14 19:52 Mart Raudsepp
2019-01-14 7:14 Sergei Trofimovich
2018-05-29 12:29 Mikle Kolyada
2018-05-14 14:11 Tobias Klausmann
2018-05-04 20:46 Markus Meier
2018-04-28 17:05 Sergei Trofimovich
2018-04-28 16:36 Sergei Trofimovich
2018-04-26 22:32 Aaron Bauman
2018-04-23 13:19 Mart Raudsepp
2017-07-29 12:34 Alexis Ballier
2017-01-30 4:58 Mart Raudsepp
2017-01-21 12:10 Jeroen Roovers
2017-01-18 10:02 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 22:10 Tobias Klausmann
2017-01-15 15:50 Agostino Sarubbo
2017-01-13 16:57 Markus Meier
2017-01-11 10:35 Agostino Sarubbo
2017-01-10 15:23 Agostino Sarubbo
2017-01-10 14:56 Agostino Sarubbo
2016-12-06 20:35 Markus Meier
2016-12-05 9:57 Pacho Ramos
2016-12-05 9:57 Pacho Ramos
2016-09-05 22:37 Gilles Dartiguelongue
2016-06-25 19:13 Pacho Ramos
2016-06-07 7:03 Tobias Klausmann
2016-05-03 20:56 Markus Meier
2016-04-09 10:25 Pacho Ramos
2016-04-07 10:19 Jeroen Roovers
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2015-11-16 14:08 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-10-03 8:38 Markus Meier
2015-09-28 4:44 Jeroen Roovers
2015-09-20 6:11 Jeroen Roovers
2015-09-16 8:43 Tobias Klausmann
2015-09-07 21:11 Mikle Kolyada
2015-08-31 18:20 Gilles Dartiguelongue
2015-08-31 18:20 Gilles Dartiguelongue
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=1699129209.428146b69d4c4eca4cdd60f784cb66c110715a80.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