commit:     f33d913c8f8058f95539bca3f27b8e18fb359294
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 07:56:06 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 07:58:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33d913c

net-im/dino: sync live

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/dino/dino-9999.ebuild | 14 +++++++++++---
 1 file 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" "")

Reply via email to