mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user