net-im/nheko: Add pipewire support.

No revbump because ebuild is not in master yet.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-11-20 03:56:39 +01:00
parent f9c264eb75
commit ef9231e7b2
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
<remote-id type="github">Nheko-Reborn/nheko</remote-id>
</upstream>
<use>
<flag name="pipewire">Pull in dependencies for media-video/pipewire support</flag>
<flag name="video">Enables video calls</flag>
<flag name="voip">Enables audio calls</flag>
</use>

View File

@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="X video voip"
IUSE="X pipewire video voip"
REQUIRED_USE="video? ( voip )"
MY_GST_V="1.18"
@@ -30,6 +30,7 @@ RDEPEND="
dev-qt/qtmultimedia:5[gstreamer,qml]
dev-qt/qtquickcontrols2:5
dev-qt/qtsvg:5
pipewire? ( media-video/pipewire[gstreamer] )
voip? (
>=media-plugins/gst-plugins-dtls-${MY_GST_V}
media-plugins/gst-plugins-libnice