commit:     cfe70fce073a54e2ca0e7f90a3acef6194f2e57b
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Sep  1 13:47:26 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 15:09:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe70fce

media-libs/libshumate: Version bump to 1.1_beta

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32551
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libshumate/Manifest                   |  1 +
 media-libs/libshumate/libshumate-1.1_beta.ebuild | 63 ++++++++++++++++++++++++
 media-libs/libshumate/metadata.xml               |  3 ++
 profiles/package.mask                            |  1 +
 4 files changed, 68 insertions(+)

diff --git a/media-libs/libshumate/Manifest b/media-libs/libshumate/Manifest
index 7c9634b9b781..5258bfc120ab 100644
--- a/media-libs/libshumate/Manifest
+++ b/media-libs/libshumate/Manifest
@@ -1,2 +1,3 @@
 DIST libshumate-1.0.3.tar.xz 110868 BLAKE2B 
56d2304208dd41e1c6dc14b76bd6c5cadfb3359576c1c74405851e63be06deaa92bce4fae7bb91855fee53f561dfa84ccbb7ff61eed2f3195d6a93f76e3e2668
 SHA512 
dc72955bdbe6eee3d4d82dd884c5e74341fa5de25af388d3cc41a368170e4d8f5edf32acdf320e7dde9bc6ace94694e166eafb864887f66a60fb4053d12e1462
 DIST libshumate-1.0.5.tar.xz 112008 BLAKE2B 
e20e53fdcd34aa67853f68d72801e7ef7dfcb39670f67f0bfab76cc04a0dc4e92b614b5a588560de64c85406b63a105b5ba19854cf1189a5a3c03f097c93556e
 SHA512 
73beffb8eea95b279d297294ce96a39883856d280eeda1215b908d5b7ac86aff49bbd9c07065ffb394657497997b1994712de6526efd9076f9a5feb1c17b9532
+DIST libshumate-1.1.beta.tar.xz 296980 BLAKE2B 
53c70322bdc6cdecf964f20a2649cf05a3fe07d01de8ff1c41cd777ad3ebd978d23bfbcf76bb1e255a92d14a032ab26fe9561141cc2af358336a6613f3d5ce61
 SHA512 
770f1b7ff54bc573a141c5efd607112cf8507cad147df5ff8dd6c156e0907e26d067df69f87389b4a101a34529ec071f6f280219ae5980316bbafdd8bbe9d23b

diff --git a/media-libs/libshumate/libshumate-1.1_beta.ebuild 
b/media-libs/libshumate/libshumate-1.1_beta.ebuild
new file mode 100644
index 000000000000..0238d92667b6
--- /dev/null
+++ b/media-libs/libshumate/libshumate-1.1_beta.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 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://wiki.gnome.org/Projects/libshumate 
https://gitlab.gnome.org/GNOME/libshumate";
+
+SLOT="1.0/1"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+IUSE="gtk-doc +introspection sysprof vala" # vector-renderer is still 
experimental, maybe put in at a later release
+
+RDEPEND="
+       >=dev-libs/glib-2.68.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:= )
+"
+# vector-renderer? (
+#      >=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
+               # $(meson_use vector-renderer vector_renderer)
+               -Dvector_renderer=false
+               -Dlibsoup3=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
+}

diff --git a/media-libs/libshumate/metadata.xml 
b/media-libs/libshumate/metadata.xml
index f67d98f3d59a..c78b27365965 100644
--- a/media-libs/libshumate/metadata.xml
+++ b/media-libs/libshumate/metadata.xml
@@ -5,6 +5,9 @@
     <email>gn...@gentoo.org</email>
     <name>Gentoo GNOME Desktop</name>
   </maintainer>
+  <use>
+    <flag name="sysprof">Enable sysprof-capture support for profiling</flag>
+  </use>
   <upstream>
     <remote-id type="gnome-gitlab">GNOME/libshumate</remote-id>
   </upstream>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0462740e71fb..9fc5ed0eb2c1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -417,6 +417,7 @@ gnome-extra/tecla
 >=gui-libs/libadwaita-1.4_alpha
 >=media-gfx/eog-45_alpha
 >=media-gfx/gnome-font-viewer-45_alpha
+>=media-libs/libshumate-1.1_alpha
 >=net-misc/gnome-connections-45_alpha
 >=net-misc/gnome-remote-desktop-45_alpha
 >=sci-geosciences/gnome-maps-45_alpha

Reply via email to