diff options
Diffstat (limited to 'net-voip/jami-daemon')
-rw-r--r-- | net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | 4 | ||||
-rw-r--r-- | net-voip/jami-daemon/metadata.xml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild index a8bf8b9..052dad9 100644 --- a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild +++ b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa hwaccel jack nameservice natpmp plugins portaudio pulseaudio test trace upnp video webrtc" +IUSE="alsa hwaccel jack natpmp plugins portaudio pulseaudio test trace upnp +video +webrtc" # IUSE+="speex" # Compilation fails with speex enabled REQUIRED_USE="hwaccel? ( video )" RESTRICT="!test? ( test )" @@ -32,6 +32,7 @@ RDEPEND=" dev-libs/libsecp256k1 dev-libs/nettle dev-libs/opendht[api] + dev-libs/openssl:= media-libs/speex media-libs/speexdsp media-video/ffmpeg:0/57.59.59 @@ -40,7 +41,6 @@ RDEPEND=" sys-libs/zlib alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack2 ) - nameservice? ( dev-libs/openssl:= ) natpmp? ( net-libs/libnatpmp ) plugins? ( app-arch/libarchive ) portaudio? ( media-libs/portaudio ) diff --git a/net-voip/jami-daemon/metadata.xml b/net-voip/jami-daemon/metadata.xml index 2609d35..79b1cbb 100644 --- a/net-voip/jami-daemon/metadata.xml +++ b/net-voip/jami-daemon/metadata.xml @@ -12,7 +12,6 @@ </upstream> <use> <flag name="hwaccel">Enable hardware acceleration</flag> - <flag name="nameservice">Enable Name Service</flag> <flag name="natpmp">Enable support for NAT-PMP</flag> <flag name="plugins">Enable support for plugins</flag> <flag name="trace">Enable tracepoints</flag> |