2020-05-02 01:14:36 +00:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
|
|
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
|
|
|
;;; Copyright © 2019, 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
2020-08-01 19:05:09 +00:00
|
|
|
;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
2020-05-02 01:14:36 +00:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages jami)
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
#:use-module (gnu packages aidc)
|
|
|
|
#:use-module (gnu packages audio)
|
|
|
|
#:use-module (gnu packages autotools)
|
2020-07-12 16:00:48 +00:00
|
|
|
#:use-module (gnu packages backup)
|
2020-05-02 01:14:36 +00:00
|
|
|
#:use-module (gnu packages base)
|
|
|
|
#:use-module (gnu packages crypto)
|
|
|
|
#:use-module (gnu packages documentation)
|
2021-03-31 02:45:34 +00:00
|
|
|
#:use-module (gnu packages freedesktop)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
#:use-module (gnu packages gcc)
|
2020-05-02 01:14:36 +00:00
|
|
|
#:use-module (gnu packages gettext)
|
|
|
|
#:use-module (gnu packages glib)
|
|
|
|
#:use-module (gnu packages gnome)
|
2021-03-31 05:13:57 +00:00
|
|
|
#:use-module (gnu packages graphviz)
|
2020-05-02 01:14:36 +00:00
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
#:use-module (gnu packages libcanberra)
|
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
#:use-module (gnu packages networking)
|
|
|
|
#:use-module (gnu packages perl)
|
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
#:use-module (gnu packages pulseaudio)
|
|
|
|
#:use-module (gnu packages python)
|
|
|
|
#:use-module (gnu packages qt)
|
|
|
|
#:use-module (gnu packages serialization)
|
|
|
|
#:use-module (gnu packages sqlite)
|
|
|
|
#:use-module (gnu packages telephony)
|
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
#:use-module (gnu packages upnp)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
#:use-module (gnu packages version-control)
|
2020-05-02 01:14:36 +00:00
|
|
|
#:use-module (gnu packages video)
|
|
|
|
#:use-module (gnu packages webkit)
|
|
|
|
#:use-module (gnu packages xiph)
|
|
|
|
#:use-module (gnu packages xorg)
|
|
|
|
#:use-module (gnu packages)
|
|
|
|
#:use-module (guix build-system cmake)
|
|
|
|
#:use-module (guix build-system gnu)
|
2021-03-31 05:13:57 +00:00
|
|
|
#:use-module (guix build-system qt)
|
2020-05-02 01:14:36 +00:00
|
|
|
#:use-module (guix download)
|
|
|
|
#:use-module (guix git-download)
|
|
|
|
#:use-module (guix packages)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
#:use-module (guix utils))
|
2020-05-02 01:14:36 +00:00
|
|
|
|
2021-06-02 18:57:18 +00:00
|
|
|
(define %jami-version "20210606.1.e2f9490")
|
2020-05-02 01:14:36 +00:00
|
|
|
|
2021-06-07 20:36:27 +00:00
|
|
|
(define %jami-sources
|
|
|
|
;; Return an origin object of the tarball release sources archive of the
|
|
|
|
;; Jami project.
|
2020-05-02 01:14:36 +00:00
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
2020-05-02 01:14:37 +00:00
|
|
|
(uri (string-append "https://dl.jami.net/release/tarballs/jami_"
|
2020-05-02 01:14:36 +00:00
|
|
|
%jami-version
|
|
|
|
".tar.gz"))
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
2020-08-06 03:23:22 +00:00
|
|
|
`(begin
|
2020-08-01 19:05:09 +00:00
|
|
|
;; Delete multiple MiBs of bundled tarballs. The contrib directory
|
2020-08-06 03:23:22 +00:00
|
|
|
;; contains the custom patches for pjproject and other libraries used
|
2021-06-07 20:36:27 +00:00
|
|
|
;; by Jami.
|
|
|
|
(delete-file-recursively "daemon/contrib/tarballs")
|
|
|
|
;; Remove the git submodule directories of unused Jami clients.
|
2020-08-06 03:23:22 +00:00
|
|
|
(for-each delete-file-recursively '("client-android"
|
2020-08-01 19:05:09 +00:00
|
|
|
"client-electron"
|
|
|
|
"client-ios"
|
2020-08-06 03:23:22 +00:00
|
|
|
"client-macosx"
|
2020-08-01 19:05:09 +00:00
|
|
|
"client-uwp"))))
|
2020-05-02 01:14:36 +00:00
|
|
|
(sha256
|
|
|
|
(base32
|
2021-06-02 18:57:18 +00:00
|
|
|
"1vpxv2dk3l9cahv6mxd2754pxs9mzrid5bgwvl6k1byzpq8y4smr"))))
|
2020-05-02 01:14:36 +00:00
|
|
|
|
2021-06-07 20:36:27 +00:00
|
|
|
;; Jami maintains a set of patches for some key dependencies (currently
|
|
|
|
;; pjproject and ffmpeg) of Jami that haven't yet been integrated upstream.
|
|
|
|
;; This procedure simplifies the process of applying them.
|
|
|
|
(define jami-apply-custom-patches
|
2020-05-02 01:14:38 +00:00
|
|
|
'(lambda* (#:key inputs dep-name patches)
|
2021-06-07 20:36:27 +00:00
|
|
|
(let ((patches-directory "patches"))
|
2020-05-02 01:14:38 +00:00
|
|
|
(mkdir-p patches-directory)
|
2021-06-07 20:36:27 +00:00
|
|
|
(invoke "tar" "-xvf" (assoc-ref inputs "jami-sources")
|
2020-05-02 01:14:38 +00:00
|
|
|
"-C" patches-directory
|
|
|
|
"--strip-components=5"
|
|
|
|
(string-append "ring-project/daemon/contrib/src/"
|
|
|
|
dep-name))
|
|
|
|
(for-each
|
|
|
|
(lambda (file)
|
2020-08-01 19:05:09 +00:00
|
|
|
(invoke "patch" "--force" "--ignore-whitespace" "-p1" "-i"
|
2020-05-02 01:14:38 +00:00
|
|
|
(string-append patches-directory "/"
|
|
|
|
file ".patch")))
|
|
|
|
patches))))
|
|
|
|
|
2020-08-01 19:05:09 +00:00
|
|
|
;;; Jami maintains pjproject patches that add the ability to do ICE over TCP,
|
|
|
|
;;; among other things. The patches are currently based on pjproject 2.10.
|
2020-05-02 01:14:36 +00:00
|
|
|
(define-public pjproject-jami
|
|
|
|
(package
|
|
|
|
(inherit pjproject)
|
|
|
|
(name "pjproject-jami")
|
2020-08-01 19:05:09 +00:00
|
|
|
(version "2.10")
|
|
|
|
(source (origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/pjsip/pjproject")
|
|
|
|
(commit version)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1aklicpgwc88578k03i5d5cm5h8mfm7hmx8vfprchbmaa2p8f4z0"))
|
|
|
|
(patches (search-patches
|
|
|
|
"pjproject-correct-the-cflags-field.patch"
|
|
|
|
"pjproject-fix-pkg-config-ldflags.patch"))))
|
2020-05-02 01:14:36 +00:00
|
|
|
(native-inputs
|
2021-06-07 20:36:27 +00:00
|
|
|
`(("jami-sources" ,%jami-sources)
|
2020-05-02 01:14:36 +00:00
|
|
|
,@(package-native-inputs pjproject)))
|
|
|
|
(arguments
|
2020-08-01 06:54:38 +00:00
|
|
|
(substitute-keyword-arguments (package-arguments pjproject)
|
|
|
|
((#:phases phases '%standard-phases)
|
|
|
|
`(modify-phases ,phases
|
|
|
|
(add-after 'make-source-files-writable 'apply-patches
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
2021-06-07 20:36:27 +00:00
|
|
|
(,jami-apply-custom-patches
|
2020-05-02 01:14:38 +00:00
|
|
|
#:inputs inputs
|
|
|
|
#:dep-name "pjproject"
|
|
|
|
#:patches
|
2020-05-02 01:14:46 +00:00
|
|
|
'("0001-rfc6544"
|
|
|
|
"0002-rfc2466"
|
|
|
|
"0003-add-tcp-keep-alive"
|
|
|
|
"0004-multiple_listeners"
|
|
|
|
"0005-fix_ebusy_turn"
|
|
|
|
"0006-ignore_ipv6_on_transport_check"
|
2020-08-01 19:05:09 +00:00
|
|
|
"0007-upnp-srflx-nat-assisted-cand"
|
2020-05-02 01:14:46 +00:00
|
|
|
"0008-fix_ioqueue_ipv6_sendto"
|
2020-07-12 16:00:48 +00:00
|
|
|
"0009-add-config-site"
|
2020-08-01 19:05:09 +00:00
|
|
|
;; Already taken care of via the origin patches.
|
|
|
|
;;"0010-fix-pkgconfig"
|
2020-07-12 16:00:48 +00:00
|
|
|
"0011-fix-tcp-death-detection"
|
2020-08-01 19:05:09 +00:00
|
|
|
"0012-fix-turn-shutdown-crash"
|
|
|
|
"0013-Assign-unique-local-preferences-for-candidates-with-"
|
|
|
|
"0014-Add-new-compile-time-setting-PJ_ICE_ST_USE_TURN_PERM"
|
|
|
|
"0015-update-local-preference-for-peer-reflexive-candidate"
|
|
|
|
"0016-use-addrinfo-instead-CFHOST"
|
|
|
|
"0017-CVE-2020-15260"
|
2021-06-02 18:57:18 +00:00
|
|
|
"0018-CVE-2021-21375"
|
|
|
|
"0019-ignore-down-interfaces"))))))))))
|
2020-05-02 01:14:36 +00:00
|
|
|
|
2020-05-15 00:47:05 +00:00
|
|
|
;; The following variables are configure flags used by ffmpeg-jami. They're
|
|
|
|
;; from the ring-project/daemon/contrib/src/ffmpeg/rules.mak file. We try to
|
|
|
|
;; keep it as close to the official Jami package as possible, to provide all
|
|
|
|
;; the codecs and extra features that are expected.
|
|
|
|
;;
|
|
|
|
;; See:
|
|
|
|
;; https://review.jami.net/plugins/gitiles/ring-daemon/+/refs/heads/master/contrib/src/ffmpeg/rules.mak
|
|
|
|
|
|
|
|
(define %ffmpeg-default-configure-flags
|
|
|
|
'("--disable-everything"
|
|
|
|
"--enable-zlib"
|
|
|
|
"--enable-gpl"
|
|
|
|
"--enable-swscale"
|
|
|
|
"--enable-bsfs"
|
|
|
|
"--disable-filters"
|
|
|
|
"--disable-programs"
|
|
|
|
"--disable-postproc"
|
|
|
|
"--disable-protocols"
|
|
|
|
"--enable-protocol=crypto"
|
|
|
|
"--enable-protocol=file"
|
|
|
|
"--enable-protocol=rtp"
|
|
|
|
"--enable-protocol=srtp"
|
|
|
|
"--enable-protocol=tcp"
|
|
|
|
"--enable-protocol=udp"
|
|
|
|
"--enable-protocol=unix"
|
|
|
|
"--enable-protocol=pipe"
|
|
|
|
|
|
|
|
;; enable muxers/demuxers
|
|
|
|
"--disable-demuxers"
|
|
|
|
"--disable-muxers"
|
|
|
|
"--enable-muxer=rtp"
|
|
|
|
"--enable-muxer=g722"
|
|
|
|
"--enable-muxer=h263"
|
|
|
|
"--enable-muxer=h264"
|
|
|
|
"--enable-muxer=hevc"
|
|
|
|
"--enable-muxer=webm"
|
|
|
|
"--enable-muxer=ogg"
|
|
|
|
"--enable-muxer=pcm_s16be"
|
|
|
|
"--enable-muxer=pcm_s16le"
|
|
|
|
"--enable-demuxer=rtp"
|
|
|
|
"--enable-demuxer=mjpeg"
|
|
|
|
"--enable-demuxer=mjpeg_2000"
|
|
|
|
"--enable-demuxer=mpegvideo"
|
|
|
|
"--enable-demuxer=gif"
|
|
|
|
"--enable-demuxer=image_jpeg_pipe"
|
|
|
|
"--enable-demuxer=image_png_pipe"
|
|
|
|
"--enable-demuxer=image_webp_pipe"
|
|
|
|
"--enable-demuxer=matroska"
|
|
|
|
"--enable-demuxer=m4v"
|
|
|
|
"--enable-demuxer=mp3"
|
|
|
|
"--enable-demuxer=ogg"
|
|
|
|
"--enable-demuxer=flac"
|
|
|
|
"--enable-demuxer=wav"
|
|
|
|
"--enable-demuxer=ac3"
|
|
|
|
"--enable-demuxer=g722"
|
|
|
|
"--enable-demuxer=pcm_mulaw"
|
|
|
|
"--enable-demuxer=pcm_alaw"
|
|
|
|
"--enable-demuxer=pcm_s16be"
|
|
|
|
"--enable-demuxer=pcm_s16le"
|
|
|
|
"--enable-demuxer=h263"
|
|
|
|
"--enable-demuxer=h264"
|
|
|
|
"--enable-demuxer=hevc"
|
|
|
|
|
|
|
|
;; enable parsers
|
|
|
|
"--enable-parser=h263"
|
|
|
|
"--enable-parser=h264"
|
|
|
|
"--enable-parser=hevc"
|
|
|
|
"--enable-parser=mpeg4video"
|
|
|
|
"--enable-parser=vp8"
|
|
|
|
"--enable-parser=vp9"
|
|
|
|
"--enable-parser=opus"
|
|
|
|
|
|
|
|
;; encoders/decoders
|
|
|
|
"--enable-encoder=adpcm_g722"
|
|
|
|
"--enable-decoder=adpcm_g722"
|
|
|
|
"--enable-encoder=rawvideo"
|
|
|
|
"--enable-decoder=rawvideo"
|
|
|
|
"--enable-encoder=libx264"
|
|
|
|
"--enable-decoder=h264"
|
|
|
|
"--enable-encoder=pcm_alaw"
|
|
|
|
"--enable-decoder=pcm_alaw"
|
|
|
|
"--enable-encoder=pcm_mulaw"
|
|
|
|
"--enable-decoder=pcm_mulaw"
|
|
|
|
"--enable-encoder=mpeg4"
|
|
|
|
"--enable-decoder=mpeg4"
|
|
|
|
"--enable-encoder=libvpx_vp8"
|
|
|
|
"--enable-decoder=vp8"
|
|
|
|
"--enable-decoder=vp9"
|
|
|
|
"--enable-encoder=h263"
|
|
|
|
"--enable-encoder=h263p"
|
|
|
|
"--enable-decoder=h263"
|
|
|
|
"--enable-encoder=mjpeg"
|
|
|
|
"--enable-decoder=mjpeg"
|
|
|
|
"--enable-decoder=mjpegb"
|
|
|
|
"--enable-libspeex"
|
|
|
|
"--enable-libopus"
|
|
|
|
"--enable-libvpx"
|
|
|
|
"--enable-libx264"
|
|
|
|
"--enable-encoder=libspeex"
|
|
|
|
"--enable-decoder=libspeex"
|
|
|
|
"--enable-encoder=libopus"
|
|
|
|
"--enable-decoder=libopus"
|
|
|
|
|
|
|
|
;; decoders for ringtones and audio streaming
|
|
|
|
"--enable-decoder=flac"
|
|
|
|
"--enable-decoder=vorbis"
|
|
|
|
"--enable-decoder=aac"
|
|
|
|
"--enable-decoder=ac3"
|
|
|
|
"--enable-decoder=eac3"
|
|
|
|
"--enable-decoder=mp3"
|
|
|
|
"--enable-decoder=pcm_u24be"
|
|
|
|
"--enable-decoder=pcm_u24le"
|
|
|
|
"--enable-decoder=pcm_u32be"
|
|
|
|
"--enable-decoder=pcm_u32le"
|
|
|
|
"--enable-decoder=pcm_u8"
|
|
|
|
"--enable-decoder=pcm_f16le"
|
|
|
|
"--enable-decoder=pcm_f24le"
|
|
|
|
"--enable-decoder=pcm_f32be"
|
|
|
|
"--enable-decoder=pcm_f32le"
|
|
|
|
"--enable-decoder=pcm_f64be"
|
|
|
|
"--enable-decoder=pcm_f64le"
|
|
|
|
"--enable-decoder=pcm_s16be"
|
|
|
|
"--enable-decoder=pcm_s16be_planar"
|
|
|
|
"--enable-decoder=pcm_s16le"
|
|
|
|
"--enable-decoder=pcm_s16le_planar"
|
|
|
|
"--enable-decoder=pcm_s24be"
|
|
|
|
"--enable-decoder=pcm_s24le"
|
|
|
|
"--enable-decoder=pcm_s24le_planar"
|
|
|
|
"--enable-decoder=pcm_s32be"
|
|
|
|
"--enable-decoder=pcm_s32le"
|
|
|
|
"--enable-decoder=pcm_s32le_planar"
|
|
|
|
"--enable-decoder=pcm_s64be"
|
|
|
|
"--enable-decoder=pcm_s64le"
|
|
|
|
"--enable-decoder=pcm_s8"
|
|
|
|
"--enable-decoder=pcm_s8_planar"
|
|
|
|
"--enable-decoder=pcm_u16be"
|
|
|
|
"--enable-decoder=pcm_u16le"
|
|
|
|
|
|
|
|
;; encoders/decoders for images
|
|
|
|
"--enable-encoder=gif"
|
|
|
|
"--enable-decoder=gif"
|
|
|
|
"--enable-encoder=jpegls"
|
|
|
|
"--enable-decoder=jpegls"
|
|
|
|
"--enable-encoder=ljpeg"
|
|
|
|
"--enable-decoder=jpeg2000"
|
|
|
|
"--enable-encoder=png"
|
|
|
|
"--enable-decoder=png"
|
|
|
|
"--enable-encoder=bmp"
|
|
|
|
"--enable-decoder=bmp"
|
|
|
|
"--enable-encoder=tiff"
|
|
|
|
"--enable-decoder=tiff"
|
|
|
|
|
|
|
|
;; filters
|
|
|
|
"--enable-filter=scale"
|
|
|
|
"--enable-filter=overlay"
|
|
|
|
"--enable-filter=amix"
|
|
|
|
"--enable-filter=amerge"
|
|
|
|
"--enable-filter=aresample"
|
|
|
|
"--enable-filter=format"
|
|
|
|
"--enable-filter=aformat"
|
|
|
|
"--enable-filter=fps"
|
|
|
|
"--enable-filter=transpose"
|
|
|
|
"--enable-filter=pad"))
|
|
|
|
|
|
|
|
(define %ffmpeg-linux-configure-flags
|
|
|
|
'("--enable-pic"
|
|
|
|
"--extra-cxxflags=-fPIC"
|
|
|
|
"--extra-cflags=-fPIC"
|
|
|
|
"--target-os=linux"
|
|
|
|
"--enable-indev=v4l2"
|
|
|
|
"--enable-indev=xcbgrab"
|
|
|
|
"--enable-vdpau"
|
|
|
|
"--enable-hwaccel=h264_vdpau"
|
|
|
|
"--enable-hwaccel=mpeg4_vdpau"
|
|
|
|
"--enable-vaapi"
|
|
|
|
"--enable-hwaccel=h264_vaapi"
|
|
|
|
"--enable-hwaccel=mpeg4_vaapi"
|
|
|
|
"--enable-hwaccel=h263_vaapi"
|
|
|
|
"--enable-hwaccel=vp8_vaapi"
|
|
|
|
"--enable-hwaccel=mjpeg_vaapi"
|
|
|
|
"--enable-hwaccel=hevc_vaapi"
|
|
|
|
"--enable-encoder=h264_vaapi"
|
|
|
|
"--enable-encoder=vp8_vaapi"
|
|
|
|
"--enable-encoder=mjpeg_vaapi"
|
|
|
|
"--enable-encoder=hevc_vaapi"))
|
|
|
|
|
|
|
|
;; ffnvcodec is not supported on ARM then we enable it here for i386 and
|
|
|
|
;; x86_64 architectures.
|
|
|
|
(define %ffmpeg-linux-x86-configure-flags
|
|
|
|
'("--arch=x86"
|
|
|
|
"--enable-cuvid"
|
|
|
|
"--enable-ffnvcodec"
|
|
|
|
"--enable-nvdec"
|
|
|
|
"--enable-nvenc"
|
|
|
|
"--enable-hwaccel=h264_nvdec"
|
|
|
|
"--enable-hwaccel=hevc_nvdec"
|
|
|
|
"--enable-hwaccel=vp8_nvdec"
|
|
|
|
"--enable-hwaccel=mjpeg_nvdec"
|
|
|
|
"--enable-encoder=h264_nvenc"
|
|
|
|
"--enable-encoder=hevc_nvenc"))
|
|
|
|
|
|
|
|
;; This procedure composes the configure flags list for ffmpeg-jami.
|
|
|
|
(define (ffmpeg-compose-configure-flags)
|
|
|
|
(define (system=? s)
|
|
|
|
(string-prefix? s (%current-system)))
|
|
|
|
|
|
|
|
`(,@%ffmpeg-default-configure-flags
|
|
|
|
,@(if (string-contains (%current-system) "linux")
|
|
|
|
(if (or (system=? "i686")
|
|
|
|
(system=? "x86_64"))
|
|
|
|
(append %ffmpeg-linux-configure-flags
|
|
|
|
%ffmpeg-linux-x86-configure-flags)
|
|
|
|
%ffmpeg-linux-configure-flags)
|
|
|
|
'())))
|
|
|
|
|
|
|
|
(define-public ffmpeg-jami
|
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 07:42:12 +00:00
|
|
|
(package/inherit ffmpeg
|
2020-05-15 00:47:05 +00:00
|
|
|
(name "ffmpeg-jami")
|
|
|
|
(native-inputs
|
2021-06-07 20:36:27 +00:00
|
|
|
`(("jami-sources" ,%jami-sources)
|
2020-05-15 00:47:05 +00:00
|
|
|
("libiconv" ,libiconv)
|
|
|
|
,@(package-native-inputs ffmpeg)))
|
|
|
|
(supported-systems '("x86_64-linux" "i686-linux"
|
|
|
|
"aarch64-linux" "armhf-linux"))
|
|
|
|
(arguments
|
|
|
|
(append
|
|
|
|
'(#:tests? #f)
|
|
|
|
(substitute-keyword-arguments (package-arguments ffmpeg)
|
|
|
|
((#:configure-flags '())
|
|
|
|
(ffmpeg-compose-configure-flags))
|
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
|
|
|
(add-after 'unpack 'make-git-checkout-writable
|
|
|
|
(lambda _
|
2021-03-30 20:57:54 +00:00
|
|
|
(for-each make-file-writable (find-files "."))))
|
2020-05-15 00:47:05 +00:00
|
|
|
(add-after 'unpack 'apply-patches
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
2021-06-07 20:36:27 +00:00
|
|
|
;; These patches come from:
|
|
|
|
;; "ring-project/daemon/contrib/src/ffmpeg/rules.mak".
|
|
|
|
(,jami-apply-custom-patches
|
|
|
|
#:inputs inputs #:dep-name "ffmpeg"
|
|
|
|
#:patches '("remove-mjpeg-log"
|
|
|
|
"change-RTCP-ratio"
|
|
|
|
"rtp_ext_abs_send_time"
|
|
|
|
"libopusdec-enable-FEC"
|
|
|
|
"libopusenc-enable-FEC")))))))))))
|
2020-05-15 00:47:05 +00:00
|
|
|
|
2020-05-02 01:14:36 +00:00
|
|
|
(define-public libring
|
|
|
|
(package
|
|
|
|
(name "libring")
|
|
|
|
(version %jami-version)
|
2020-08-06 03:23:22 +00:00
|
|
|
(source %jami-sources)
|
2020-05-02 01:14:36 +00:00
|
|
|
(build-system gnu-build-system)
|
2021-04-02 16:38:29 +00:00
|
|
|
(outputs '("out" "debug"))
|
2020-05-02 01:14:36 +00:00
|
|
|
(inputs
|
|
|
|
`(("alsa-lib" ,alsa-lib)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
("asio" ,asio)
|
2020-05-02 01:14:36 +00:00
|
|
|
("dbus-c++" ,dbus-c++)
|
|
|
|
("eudev" ,eudev)
|
2020-05-15 00:47:05 +00:00
|
|
|
("ffmpeg" ,ffmpeg-jami)
|
2020-05-02 01:14:36 +00:00
|
|
|
("jack" ,jack-1)
|
2021-10-22 00:24:51 +00:00
|
|
|
("jsoncpp" ,jsoncpp)
|
2020-07-12 16:00:48 +00:00
|
|
|
("libarchive" ,libarchive)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
("libgit2" ,libgit2)
|
2020-05-02 01:14:40 +00:00
|
|
|
("libnatpmp" ,libnatpmp)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
("libsecp256k1" ,libsecp256k1)
|
|
|
|
("libupnp" ,libupnp)
|
2020-05-02 01:14:36 +00:00
|
|
|
("opendht" ,opendht)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
("openssl" ,openssl)
|
|
|
|
("pjproject" ,pjproject-jami)
|
2020-05-02 01:14:36 +00:00
|
|
|
("pulseaudio" ,pulseaudio)
|
|
|
|
("speex" ,speex)
|
|
|
|
("speexdsp" ,speexdsp)
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
("webrtc-audio-processing" ,webrtc-audio-processing)
|
|
|
|
("yaml-cpp" ,yaml-cpp)))
|
2020-05-02 01:14:36 +00:00
|
|
|
(native-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list autoconf
|
|
|
|
automake
|
|
|
|
gcc-8 ;charconv requires GCC 8.1+
|
|
|
|
libtool
|
|
|
|
perl ;to generate manpages with pod2man
|
|
|
|
pkg-config
|
|
|
|
which))
|
2020-05-02 01:14:36 +00:00
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ; The tests fail to compile due to missing headers.
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
#:make-flags '("V=1") ;build verbosely
|
2020-05-02 01:14:36 +00:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'change-directory
|
|
|
|
(lambda _
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
(chdir "daemon")))
|
2020-05-02 01:14:36 +00:00
|
|
|
(add-before 'build 'add-lib-dir
|
|
|
|
(lambda _
|
gnu: libring: Update to 20210326.1.cfba013.
* gnu/packages/jami.scm (libring): Update to 20210326.1.cfba013. Remove
trailing #t.
[inputs]: Remove boost, flac, gmp, gsm, libogg, libva, opus, pcre,
libsamplerate, libsndfile, libvorbis, libx264, libvdpau, zlib, python,
python-wrapper, restinio, and libx11. Add libgit2 and webrtc-audio-processing.
[native-inputs]: Remove cppunit. Add gcc-8.
[make-flags]: Add the V=1 flag.
[synopsis]: More explicitly describe what this component is.
[description]: Describe the specifics before the generalities.
2021-03-30 21:02:30 +00:00
|
|
|
(mkdir-p "src/lib"))))))
|
|
|
|
(synopsis "Jami core library and daemon")
|
|
|
|
(description "This package provides a library and daemon implementing the
|
|
|
|
Jami core functionality. Jami is a secure and distributed voice, video and
|
|
|
|
chat communication platform that requires no centralized server and leaves the
|
|
|
|
power of privacy in the hands of the user. It supports the SIP and IAX
|
|
|
|
protocols, as well as decentralized calling using P2P-DHT.")
|
2020-05-02 01:14:36 +00:00
|
|
|
(home-page "https://jami.net/")
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
|
|
(define-public libringclient
|
|
|
|
(package
|
|
|
|
(name "libringclient")
|
2021-03-31 01:03:16 +00:00
|
|
|
(version %jami-version)
|
|
|
|
(source %jami-sources)
|
2020-05-02 01:14:36 +00:00
|
|
|
(build-system cmake-build-system)
|
2021-04-02 16:38:29 +00:00
|
|
|
(outputs '("out" "debug"))
|
2021-03-31 01:03:16 +00:00
|
|
|
(inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list libring network-manager))
|
2020-05-02 01:14:36 +00:00
|
|
|
(propagated-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list qtbase-5)) ; Qt is included in several installed headers.
|
2020-05-02 01:14:36 +00:00
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ; There is no testsuite.
|
|
|
|
#:configure-flags
|
2021-03-31 01:03:16 +00:00
|
|
|
(let ((libring (assoc-ref %build-inputs "libring")))
|
|
|
|
(list (string-append "-DRING_XML_INTERFACES_DIR="
|
|
|
|
libring "/share/dbus-1/interfaces")
|
|
|
|
(string-append "-DRING_BUILD_DIR=" libring "/include")
|
|
|
|
;; Use LIBWRAP, which removes the requirement on DBus. Qt
|
|
|
|
;; links with the dbus library in Guix, which expects to find
|
|
|
|
;; its configuration under /etc rather than /usr/share/dbus-1,
|
|
|
|
;; which is perhaps the reason the auto-launching of dring
|
|
|
|
;; doesn't work on foreign distributions.
|
2021-04-02 15:47:17 +00:00
|
|
|
|
|
|
|
;; FIXME: Disabled for now, as it causes a segfault when
|
|
|
|
;; attempting video calls (see:
|
|
|
|
;; https://git.jami.net/savoirfairelinux/ring-lrc/-/issues/466).
|
|
|
|
"-DENABLE_LIBWRAP=false"))
|
2020-05-02 01:14:36 +00:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'change-directory
|
|
|
|
(lambda _
|
2021-03-31 01:03:16 +00:00
|
|
|
(chdir "lrc"))))))
|
|
|
|
(synopsis "Jami client library")
|
|
|
|
(description "This package provides a library common to all Jami clients.
|
|
|
|
Jami is a secure and distributed voice, video and chat communication platform
|
|
|
|
that requires no centralized server and leaves the power of privacy in the
|
|
|
|
hands of the user. It supports the SIP and IAX protocols, as well as
|
|
|
|
decentralized calling using P2P-DHT.")
|
2020-05-02 01:14:36 +00:00
|
|
|
(home-page "https://jami.net")
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
2021-03-31 02:45:34 +00:00
|
|
|
(define-public jami-gnome
|
2020-05-02 01:14:36 +00:00
|
|
|
(package
|
2021-03-31 02:45:34 +00:00
|
|
|
(name "jami-gnome")
|
|
|
|
(version %jami-version)
|
|
|
|
(source %jami-sources)
|
2020-05-02 01:14:36 +00:00
|
|
|
(build-system cmake-build-system)
|
2021-04-02 16:38:29 +00:00
|
|
|
(outputs '("out" "debug"))
|
2020-05-02 01:14:36 +00:00
|
|
|
(inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list clutter
|
|
|
|
clutter-gtk
|
|
|
|
gtk+
|
|
|
|
libcanberra
|
|
|
|
libappindicator
|
|
|
|
libnotify
|
|
|
|
libringclient
|
|
|
|
network-manager
|
|
|
|
qrencode
|
|
|
|
sqlite
|
|
|
|
webkitgtk))
|
2020-05-02 01:14:36 +00:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
2020-05-02 01:14:48 +00:00
|
|
|
("gettext" ,gettext-minimal)
|
2021-03-31 02:45:34 +00:00
|
|
|
("glib:bin" ,glib "bin"))) ;for glib-compile-resources
|
2020-05-02 01:14:36 +00:00
|
|
|
(propagated-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list libring ; Contains 'dring', the daemon, which is
|
|
|
|
; automatically started by DBus.
|
|
|
|
adwaita-icon-theme))
|
2020-05-02 01:14:36 +00:00
|
|
|
(arguments
|
2021-05-28 12:06:45 +00:00
|
|
|
`(#:tests? #f ;no test suite
|
|
|
|
#:imported-modules (,@%cmake-build-system-modules
|
|
|
|
(guix build glib-or-gtk-build-system))
|
|
|
|
#:modules ((guix build cmake-build-system)
|
|
|
|
((guix build glib-or-gtk-build-system) #:prefix gtk:)
|
|
|
|
(guix build utils))
|
2020-05-02 01:14:36 +00:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'change-directory
|
|
|
|
(lambda _
|
2021-05-28 12:06:45 +00:00
|
|
|
(chdir "client-gnome")))
|
2021-10-31 03:35:58 +00:00
|
|
|
(add-after 'change-directory 'fix-webkit-detection
|
|
|
|
(lambda _
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
(("WEBKIT webkit2gtk-4.0")
|
|
|
|
"WEBKIT webkit2gtk-4.1"))))
|
2021-05-28 12:06:45 +00:00
|
|
|
(add-after 'install 'glib-or-gtk-compile-schemas
|
|
|
|
(assoc-ref gtk:%standard-phases 'glib-or-gtk-compile-schemas))
|
|
|
|
(add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
|
|
|
|
(assoc-ref gtk:%standard-phases 'glib-or-gtk-wrap)))))
|
2021-03-31 02:45:34 +00:00
|
|
|
(synopsis "Jami client for GNOME")
|
|
|
|
(description "This package provides a Jami client for the GNOME desktop.
|
|
|
|
Jami is a secure and distributed voice, video and chat communication platform
|
|
|
|
that requires no centralized server and leaves the power of privacy in the
|
|
|
|
hands of the user. It supports the SIP and IAX protocols, as well as
|
|
|
|
decentralized calling using P2P-DHT.")
|
2020-05-02 01:14:36 +00:00
|
|
|
(home-page "https://jami.net")
|
|
|
|
(license license:gpl3+)))
|
2021-03-31 02:45:34 +00:00
|
|
|
|
|
|
|
;;; Keep this until the Qt client matures enough to become the
|
|
|
|
;;; main 'jami' client.
|
|
|
|
(define-public jami
|
|
|
|
(deprecated-package "jami" jami-gnome))
|
2021-03-31 05:13:57 +00:00
|
|
|
|
|
|
|
(define-public jami-qt
|
|
|
|
(package
|
|
|
|
(name "jami-qt") ;to be renamed 'jami' at some point
|
|
|
|
(version %jami-version)
|
2021-06-02 18:57:18 +00:00
|
|
|
(source %jami-sources)
|
2021-03-31 05:13:57 +00:00
|
|
|
(build-system qt-build-system)
|
2021-04-02 16:38:29 +00:00
|
|
|
(outputs '("out" "debug"))
|
2021-03-31 05:13:57 +00:00
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ;no test suite
|
2021-06-02 18:57:18 +00:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'change-directory
|
|
|
|
(lambda _
|
|
|
|
(chdir "client-qt"))))))
|
2021-03-31 05:13:57 +00:00
|
|
|
(native-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list pkg-config qttools doxygen graphviz))
|
2021-03-31 05:13:57 +00:00
|
|
|
(inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list libnotify
|
|
|
|
libringclient
|
|
|
|
network-manager
|
|
|
|
qrencode
|
|
|
|
qtsvg
|
|
|
|
qtwebengine
|
|
|
|
qtwebchannel
|
|
|
|
qtmultimedia
|
|
|
|
qtdeclarative
|
|
|
|
qtgraphicaleffects
|
|
|
|
qtquickcontrols
|
|
|
|
qtquickcontrols2))
|
2021-03-31 05:13:57 +00:00
|
|
|
(propagated-inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list libring)) ;for dring
|
2021-03-31 05:13:57 +00:00
|
|
|
(home-page "https://jami.net")
|
|
|
|
(synopsis "Qt Jami client")
|
|
|
|
(description "This package provides the Jami Qt client. Jami is a secure
|
|
|
|
and distributed voice, video and chat communication platform that requires no
|
|
|
|
centralized server and leaves the power of privacy in the hands of the user.
|
|
|
|
It supports the SIP and IAX protocols, as well as decentralized calling using
|
|
|
|
P2P-DHT.")
|
|
|
|
(license license:gpl3+)))
|