[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66823] [PATCH gnome-team v2 0/6] Add GNOME Calls, slightly better
From: |
Vivien Kraus |
Subject: |
[bug#66823] [PATCH gnome-team v2 0/6] Add GNOME Calls, slightly better |
Date: |
Sun, 29 Oct 2023 21:15:11 +0100 |
User-agent: |
Evolution 3.46.4 |
I unpacked the libraries, but Iâm still stuck with 2 tests in calls. The
âsipâ test is an end-to-end test of a SIP call. It works if I am in a shell
with the environment-variables sourced, but it does not in the build
container. Maybe it is because access to the network is more difficult in the
container: the test might not expect to have no other IP than 127.0.0.1.
Iâm also worried about the application test. I tried all the add-before and
replace check phases that I could find, and it does not help.
Best regards,
Vivien
Vivien Kraus (6):
gnu: Add gmobile.
gnu: feedbackd: Update to 0.2.1.
gnu: Add sofia-sip.
gnu: Add libcallaudio.
gnu: Add libcall-ui.
gnu: Add calls.
gnu/local.mk | 5 +
gnu/packages/gnome.scm | 140 +++++++++++++++++-
.../call-disable-application-test.patch | 71 +++++++++
.../patches/call-disable-sip-test.patch | 39 +++++
.../feedbackd-use-system-gmobile.patch | 39 +++++
.../patches/gmobile-make-it-installable.patch | 87 +++++++++++
.../libcall-ui-make-it-installable.patch | 79 ++++++++++
gnu/packages/telephony.scm | 102 +++++++++++++
8 files changed, 559 insertions(+), 3 deletions(-)
create mode 100644 gnu/packages/patches/call-disable-application-test.patch
create mode 100644 gnu/packages/patches/call-disable-sip-test.patch
create mode 100644 gnu/packages/patches/feedbackd-use-system-gmobile.patch
create mode 100644 gnu/packages/patches/gmobile-make-it-installable.patch
create mode 100644 gnu/packages/patches/libcall-ui-make-it-installable.patch
base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
--
2.41.0
- [bug#66823] [PATCH gnome-team 1/4] gnu: feedbackd: Update to 0.2.1., (continued)
- [bug#66823] [PATCH gnome-team 3/4] gnu: Add libcallaudio., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team 4/4] gnu: Add calls., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team 2/4] gnu: Add sofia-sip., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 0/6] Add GNOME Calls, slightly better,
Vivien Kraus <=
- [bug#66823] [PATCH gnome-team v2 1/6] gnu: Add gmobile., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 3/6] gnu: Add sofia-sip., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 2/6] gnu: feedbackd: Update to 0.2.1., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 4/6] gnu: Add libcallaudio., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 5/6] gnu: Add libcall-ui., Vivien Kraus, 2023/10/29
- [bug#66823] [PATCH gnome-team v2 6/6] gnu: Add calls., Vivien Kraus, 2023/10/29