media-libs/libshumate: drop 1.2.3, 1.3.1

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-07-31 13:58:04 +02:00
parent aca1b92dcd
commit 14af5699e3
4 changed files with 0 additions and 150 deletions

View File

@@ -1,4 +1,2 @@
DIST libshumate-1.2.3.tar.xz 321768 BLAKE2B 42349a0d96d35972cf5440470983792ffe897aa0d3e8a1cd7435f1a0ecd870142d33fa28f4e5cc559cd9adba66dbd6ab1bf57d10aa5cfb4934dd3b67ae4983c6 SHA512 4f56e51b72a63d89d6b159dc002617866abd388cb6c3a092107bc5751728c99466f8c36e8086bb39b22b3d91de28f840e9d28fc29dba0b94bafd643950fee8ec
DIST libshumate-1.3.1.tar.xz 5910692 BLAKE2B 6e6d37aa93605751d55c52b9884859c7a8e4a1dfe70a80b080a5f7aea8520f2cd74bb31b6aff12c3442d49d166c790f288c580e6c88168d3d9055f6b3d5fd227 SHA512 ecb3dc45144bca035ff007c5ecfe835850bb01d05d2b985c40f7c5e7c0a2bf03b5e82ed26ec119e98dfc9cb69ae84a483d5b35bcc35b016f2930530577e4e218
DIST libshumate-1.3.2.tar.xz 5910620 BLAKE2B 44b2289b6a0e7d4be51dcc780b3fd78f5774fced19f917a98be410caa4eeee15d0826521860754aae6261cc34e4fc31a9667f72402a18f118d575348280b8791 SHA512 4b4dff58ea640c0d20495b24619ed8c2cb9e6e791f9e87d5b81febd316744da334bc39470b63ecb554fecd6a59822e81146d023a241479950218a3bf227b47cd
DIST libshumate-1.4.0.tar.xz 5911764 BLAKE2B 8e81611be33a7d8ff70bf2344a3d3fa7d9dba664fcae94853ce11afda9b691b80681009eeeeb3ae045f84fb497caf9b7377bf794e80f73aac678c5c50d7b4d96 SHA512 8c939798125f71ed2176ad5a098498e995a9a28d44ea11d80e52c46ad62077e737bbbdd11bdea218d3ccf79c31831141c8d0d387b45f34ae525e6fb15999d0a6

View File

@@ -1,28 +0,0 @@
https://bugs.gentoo.org/946836
https://gitlab.gnome.org/GNOME/libshumate/-/issues/81
https://gitlab.gnome.org/GNOME/libshumate/-/merge_requests/245
From d1afd9316e0038c036c326ac5133502103fb9ecf Mon Sep 17 00:00:00 2001
From: Marcus Lundblad <ml@dfupdate.se>
Date: Mon, 19 Aug 2024 21:17:37 +0200
Subject: [PATCH] tests: Escape \n in test with \\
---
tests/vector-expression.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/vector-expression.c b/tests/vector-expression.c
index 9e258fb..59d1d67 100644
--- a/tests/vector-expression.c
+++ b/tests/vector-expression.c
@@ -592,7 +592,7 @@ test_vector_expression_formatted_string ()
node = json_from_string ("[\"format\",\
\"Hello \",\
[\"concat\", \"world\", \"!\"], {\"font-scale\": 0.1},\
- \"\n\", {\"text-color\": [\"coalesce\", \"red\"]},\
+ \"\\n\", {\"text-color\": [\"coalesce\", \"red\"]},\
null,\
\"test\"\
]", &error);
--
GitLab

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson vala virtualx
DESCRIPTION="Shumate is a GTK toolkit providing widgets for embedded maps"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libshumate"
LICENSE="LGPL-2.1+"
SLOT="1.0/1"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc x86"
REQUIRED_USE="gtk-doc? ( introspection )"
IUSE="gtk-doc +introspection sysprof vala"
RDEPEND="
>=dev-libs/glib-2.74.0:2
>=x11-libs/cairo-1.4
>=dev-db/sqlite-1.12:3
>=gui-libs/gtk-4:4
>=net-libs/libsoup-3.0:3.0
introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
>=dev-libs/json-glib-1.6.0[introspection?]
dev-libs/protobuf-c
"
DEPEND="${RDEPEND}
sysprof? ( dev-util/sysprof-capture:4 )
"
BDEPEND="
gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
vala? ( $(vala_depend) )
"
PATCHES=(
"${FILESDIR}"/${PN}-1.2.3-json-glib-1.9.2.patch
)
src_configure() {
local emesonargs=(
$(meson_use introspection gir)
$(meson_use vala vapi)
$(meson_use gtk-doc gtk_doc)
-Ddemos=false # only built, not installed
-Dvector_renderer=true
$(meson_feature sysprof)
)
meson_src_configure
}
src_test() {
virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
}
src_install() {
meson_src_install
if use gtk-doc; then
mkdir -p "${ED}"/usr/share/gtk-doc/html || die
mv "${ED}"/usr/share/doc/libshumate-1.0 "${ED}"/usr/share/gtk-doc/html/libshumate-1.0 || die
fi
}

View File

@@ -1,58 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson vala virtualx
DESCRIPTION="Shumate is a GTK toolkit providing widgets for embedded maps"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libshumate"
LICENSE="LGPL-2.1+"
SLOT="1.0/1"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
REQUIRED_USE="gtk-doc? ( introspection )"
IUSE="gtk-doc +introspection sysprof vala"
RDEPEND="
>=dev-libs/glib-2.74.0:2
>=x11-libs/cairo-1.4
>=dev-db/sqlite-1.12:3
>=gui-libs/gtk-4:4
>=net-libs/libsoup-3.0:3.0
introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
>=dev-libs/json-glib-1.6.0[introspection?]
dev-libs/protobuf-c
"
DEPEND="${RDEPEND}
sysprof? ( dev-util/sysprof-capture:4 )
"
BDEPEND="
gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
vala? ( $(vala_depend) )
"
src_configure() {
local emesonargs=(
$(meson_use introspection gir)
$(meson_use vala vapi)
$(meson_use gtk-doc gtk_doc)
-Ddemos=false # only built, not installed
-Dvector_renderer=true
$(meson_feature sysprof)
)
meson_src_configure
}
src_test() {
virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
}
src_install() {
meson_src_install
if use gtk-doc; then
mkdir -p "${ED}"/usr/share/gtk-doc/html || die
mv "${ED}"/usr/share/doc/libshumate-1.0 "${ED}"/usr/share/gtk-doc/html/libshumate-1.0 || die
fi
}