net-voip/gnome-calls: add 49.1.1, drop old

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-11-07 08:30:44 +05:00
parent 93c65c842c
commit 2fc16f4233
4 changed files with 12 additions and 140 deletions

View File

@@ -1,4 +1,2 @@
DIST calls-48.1.tar.xz 602908 BLAKE2B 36b4e27678b9b39deef0488b8ac3f4a85f84cfef053e0b4587104c032b99519a38a4337f0c380595e3631e4271a849027189a23d962bc537744560296cb81b5b SHA512 290d6ecc698c534ee441b23bbc6846b54f27f12a8ba9c57875b909bb1f253e252b0bae5f3ee380c336f7eadc435ee87e5ecf91e54142a360b4257719e649128b
DIST calls-48.2.tar.xz 603092 BLAKE2B 3c250906c153a225795455b9eb23caad5e2df7a64bcd7ad04d5327c3798905306a37cf3d86eac0bb3f3a19a67e4055c446570f270e353562637514c412e798e3 SHA512 706c0247dcadaf44d42fefa655494b89b99e6a1c1dd993a55cc6349fefb71723406e0767798af6a188fdb1d5a4ddb1a8f6e2649a064fc6f874fa6c421bdb9d0f
DIST calls-v47.0.tar.bz2 478275 BLAKE2B d0c842ea8b3ea2ca0fde33ccb06bc99d4d6c8f82b470f535f11f4e1cd540f2d1a9369e52744937ac259d9b45ace32b5a827796254001bb67d9d1348dc3c57156 SHA512 1a137e4afbd71bd7ba80b9a3054f5f2032ba14b5cd451752c8ac58955c7ee32ed1c23cf24bce53653a93c091ac90071630fdce8838dfbf9d45d3f9f51c64c9b4
DIST libcall-ui-v0.2.1.tar.bz2 167969 BLAKE2B 7298c3a54430321a046c8b72543c96455e08923dde43fb056abacea1a39d2284bea97c526c594569dc41c203bbdab454a6ef8d4056c60594162ec20939c20031 SHA512 36ef67337eeb9a60fd212777947e09a7705587f18fb7fecd427bf7d4d4d7ddcdf3c43abedc6c65ffa36d55516818178b7b87d19fa0316c871bb8409f03588a14
DIST calls-49.1.1.tar.xz 612824 BLAKE2B 2755b875c67655ec5d1ed99e3732c8a6e5f88ac38c773e518a197ca44ac22bad4caba66802220ddec8de675435fca2f36ffd0457f25f0f4a6951832bac44008e SHA512 056d906d101ff0794e0cef3af3dda1906564bbb8db68a1a3050f9ce051c754f0d18dab48db5f723c33f1ffb458d43f74f07ea3760a8c9dffce68e4512a6c8e25

View File

@@ -1,133 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vala meson gnome2-utils optfeature systemd virtualx xdg
MY_PN="${PN#gnome-}"
MY_P="${MY_PN}-v${PV}"
LCU_V="0.2.1"
DESCRIPTION="Phone dialer and call handler"
HOMEPAGE="https://gitlab.gnome.org/GNOME/calls"
GITLAB="https://gitlab.gnome.org"
SRC_URI="
${GITLAB}/GNOME/${MY_PN}/-/archive/v${PV}/${MY_P}.tar.bz2
${GITLAB}/World/Phosh/libcall-ui/-/archive/v${LCU_V}/libcall-ui-v${LCU_V}.tar.bz2
"
S="${WORKDIR}/${MY_P}"
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-3+ LGPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="gtk-doc man"
COMMON_DEPEND="
app-crypt/libsecret
dev-libs/feedbackd
dev-libs/folks:=
>=dev-libs/glib-2.74:2
dev-libs/gom
dev-libs/libgee:0.8=
dev-libs/libpeas:2
gnome-extra/evolution-data-server:=[vala]
>=gui-libs/gtk-4.12:4
>=gui-libs/libadwaita-1.5:1
media-libs/gstreamer:1.0
media-sound/callaudiod
net-libs/sofia-sip[glib]
net-misc/modemmanager:=
"
RDEPEND="${COMMON_DEPEND}
gnome-base/librsvg:2
"
DEPEND="${COMMON_DEPEND}
test? (
media-libs/gst-plugins-base:1.0
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-srtp:1.0
)
"
BDEPEND="
$(vala_depend)
dev-libs/glib:2
dev-libs/libxml2
dev-util/gdbus-codegen
dev-util/glib-utils
sys-devel/gettext
gtk-doc? ( dev-util/gtk-doc )
man? ( dev-python/docutils )
"
src_unpack() {
default
cd "${S}" || die
rmdir subprojects/libcall-ui || die
mv "${WORKDIR}"/libcall-ui-v${LCU_V} subprojects/libcall-ui || die
}
src_prepare() {
default
vala_setup
}
src_configure() {
local emesonargs=(
$(meson_use gtk-doc gtk_doc)
$(meson_use man manpages)
$(meson_use test tests)
-Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
)
meson_src_configure
}
src_test() {
local tests=(
calls:call
calls:contacts
calls:emergency-call-types
calls:dbus
calls:manager
calls:media
calls:origin
calls:plugins
calls:provider
calls:sdp-crypto
calls:settings
calls:srtp
calls:ui-call
calls:util
# TODO:
# All tests pass, but the runner doesn't exit and gets timed out
#calls:application
# TODO:
# not ok /Calls/Ringer/accept_call
# GLib-GObject-FATAL-CRITICAL: cannot register existing type 'LfbEvent'
#calls:ringer
# TODO:
# hangs at /Calls/SIP/calls_direct_call
#calls:sip
)
virtx meson_src_test "${tests[@]}"
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
optfeature "SIP support" "\
media-libs/gst-plugins-base:1.0 \
media-libs/gst-plugins-good:1.0 \
media-plugins/gst-plugins-srtp:1.0 \
"
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,6 @@ inherit vala meson gnome.org gnome2-utils optfeature systemd virtualx xdg
DESCRIPTION="Phone dialer and call handler"
HOMEPAGE="https://gitlab.gnome.org/GNOME/calls"
GITLAB="https://gitlab.gnome.org"
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-3+ LGPL-2+ LGPL-2.1+"
SLOT="0"

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -8,8 +8,16 @@
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
</maintainer>
<upstream>
<remote-id type="gnome-gitlab">GNOME/calls</remote-id>
<maintainer>
<name>Evangelos Ribeiro Tzaras</name>
<email>devrtz@fortysixandtwo.eu</email>
</maintainer>
<maintainer>
<name>Guido Günther</name>
<email>agx@sigxcpu.org</email>
</maintainer>
</upstream>
</pkgmetadata>