diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-06-01 09:56:06 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-06-01 09:58:48 +0200 |
commit | f33d913c8f8058f95539bca3f27b8e18fb359294 (patch) | |
tree | 50548b6e9ece6d30cfc222a8010a2f828cc2c166 /net-im/dino | |
parent | net-im/dino: drop 0.3.2 (diff) | |
download | gentoo-f33d913c8f8058f95539bca3f27b8e18fb359294.tar.gz gentoo-f33d913c8f8058f95539bca3f27b8e18fb359294.tar.bz2 gentoo-f33d913c8f8058f95539bca3f27b8e18fb359294.zip |
net-im/dino: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/dino')
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 44362a8ae8fb..2dfba797f01b 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://dino.im" LICENSE="GPL-3" SLOT="0" -IUSE="+gpg +http +omemo +notification-sound test" +IUSE="+gpg +http +omemo +notification-sound +rtp test" RESTRICT="!test? ( test )" MY_REPO_URI="https://github.com/dino/dino" @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="${MY_REPO_URI}.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64" SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz" fi @@ -29,10 +29,12 @@ RDEPEND=" dev-libs/libgee:0.8= gui-libs/gtk:4 >=gui-libs/libadwaita-1.2.0:1 + media-libs/graphene net-libs/glib-networking + net-libs/gnutls:= >=net-libs/libnice-0.1.15 net-libs/libsignal-protocol-c - net-libs/libsrtp:2 + net-libs/libsrtp:2= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango @@ -43,6 +45,11 @@ RDEPEND=" dev-libs/libgcrypt:= media-gfx/qrencode:= ) + rtp? ( + media-libs/gst-plugins-base:1.0 + media-libs/gstreamer:1.0 + media-libs/webrtc-audio-processing + ) " DEPEND=" ${RDEPEND} @@ -61,6 +68,7 @@ src_configure() { $(usex gpg "" "openpgp") $(usex omemo "" "omemo") $(usex http "" "http-files") + $(usex rtp "" rtp) ) local enabled_plugins=( $(usex notification-sound "notification-sound" "") |