diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-22 22:57:51 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-22 22:57:51 -0500 |
commit | 1e3e2506203331b90aa1ccbdf571c27b7ef3ad14 (patch) | |
tree | 3f3a6fb21cd9639446bfe383333b95eb983fcb2f /net-voip/jami-daemon | |
parent | ce7da04d2c2fb7de10f862fd60c97f6809a0f9ef (diff) | |
download | MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.tar.gz MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.tar.bz2 MrRoy-Overlay-1e3e2506203331b90aa1ccbdf571c27b7ef3ad14.zip |
*/*: treeclean packages which are now in GURU
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-voip/jami-daemon')
-rw-r--r-- | net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild index 052dad9..a4cd6fd 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 natpmp plugins portaudio pulseaudio test trace upnp +video +webrtc" +IUSE="alsa debug 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 )" @@ -40,6 +40,7 @@ RDEPEND=" net-libs/pjproject sys-libs/zlib alsa? ( media-libs/alsa-lib ) + debug? ( sys-devel/gdb ) jack? ( media-sound/jack2 ) natpmp? ( net-libs/libnatpmp ) plugins? ( app-arch/libarchive ) @@ -73,6 +74,7 @@ src_configure() { # $(meson_feature speex speex_ap) $(meson_feature upnp) $(meson_feature webrtc webrtc_ap) + $(meson_use debug) $(meson_use hwaccel hw_acceleration) $(meson_use plugins) $(meson_use test tests) |