commit:     5bb530495e47fd251717659957e1bd006a75eae0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 10:49:25 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 11:06:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb53049

gnome-extra/libgsf: add 1.14.54

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/libgsf/Manifest              |  1 +
 gnome-extra/libgsf/libgsf-1.14.54.ebuild | 47 ++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/gnome-extra/libgsf/Manifest b/gnome-extra/libgsf/Manifest
index 54a7ec0f3345..241654293f86 100644
--- a/gnome-extra/libgsf/Manifest
+++ b/gnome-extra/libgsf/Manifest
@@ -1 +1,2 @@
 DIST libgsf-1.14.53.tar.xz 714840 BLAKE2B 
2a8f2c51efda730648a33df6492d4877494520cfe96445468a0921304f620c12546747ac1f0a36575edbfd5d260709d10ea43119ecff8cf6171403a348514b0b
 SHA512 
f2f8fa0806bf2edae271b3503cc311bd7ba32c145530afce382305cacfaae624edbc8298bd8766364e94804e71b1b8d0aac8383ae514aad646f2a926727cf727
+DIST libgsf-1.14.54.tar.xz 705684 BLAKE2B 
2266a0c17e34db27138ff8ab978eb5a4adb0d337ebc87a3b9ff357c6044df38506c79ddc3cddfffac6c0db31a51ffcacc8c627c7aa4a6c404abd8144dfb2f73a
 SHA512 
69ddb2cd8553c4a1b4dc37d07edfab11861021490ee746416135c57a1a30e39958a80f5b126114152569fa8bd0cf4176ad6e544593861dc8a6749099516a96cc

diff --git a/gnome-extra/libgsf/libgsf-1.14.54.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.54.ebuild
new file mode 100644
index 000000000000..0acafeef1b66
--- /dev/null
+++ b/gnome-extra/libgsf/libgsf-1.14.54.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 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="LGPL-2.1"
+SLOT="0/114" # libgsf-1.so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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.62.0:2
+       >=dev-libs/libxml2-2.4.16:2=
+       virtual/zlib:=
+       bzip2? ( app-arch/bzip2 )
+       gtk? (
+               x11-libs/gdk-pixbuf:2
+               virtual/imagemagick-tools
+       )
+       introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
+"
+DEPEND="${RDEPEND}
+       >=dev-build/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)
+}

Reply via email to