media-sound/easyeffects: implement USE=zamaudio

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-07-18 23:41:17 +01:00
parent 8ca07fba81
commit ef6289d726
7 changed files with 19 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="bs2b calf rnnoise rubberband webrtc"
IUSE="bs2b calf rnnoise rubberband webrtc zamaudio"
DEPEND=">=dev-libs/boost-1.72:=
>=dev-cpp/glibmm-2.56.0:2
@@ -48,7 +48,8 @@ RDEPEND="!media-sound/pulseeffects
sys-apps/dbus
calf? ( >=media-plugins/calf-0.90.1[lv2] )
rubberband? ( media-libs/rubberband[ladspa] )
webrtc? ( media-plugins/gst-plugins-webrtc )"
webrtc? ( media-plugins/gst-plugins-webrtc )
zamaudio? ( media-plugins/zam-plugins )"
# Only header files are used from libsamplerate so put it here rather than DEPEND
# to avoid unnecessary cross-compilation.
BDEPEND="dev-libs/appstream-glib

View File

@@ -18,7 +18,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="calf"
IUSE="calf zamaudio"
DEPEND=">=dev-cpp/glibmm-2.68:2.68
>=dev-cpp/gtkmm-4.2.0:4.0
@@ -37,14 +37,12 @@ DEPEND=">=dev-cpp/glibmm-2.68:2.68
>=media-video/pipewire-0.3.31
sci-libs/fftw:3.0
>=x11-libs/gtk+-4.2.1:4"
# FIXME:
# - webrtc - is it still there?
# - zam-plugins (for maximizer) - still used
RDEPEND="${DEPEND}
gnome-extra/yelp
>=media-libs/lsp-plugins-1.1.24[lv2]
sys-apps/dbus
calf? ( >=media-plugins/calf-0.90.1[lv2] )"
calf? ( >=media-plugins/calf-0.90.1[lv2] )
zamaudio? ( media-plugins/zam-plugins )"
# Only header files are used from libsamplerate so put it here rather than DEPEND
# to avoid unnecessary cross-compilation.
BDEPEND="dev-libs/appstream-glib

View File

@@ -17,6 +17,7 @@
<flag name="rubberband">Enable use of <pkg>media-libs/rubberband</pkg> for the pitch-shifting FX</flag>
<flag name="webrtc">Enable use of <pkg>media-plugins/gst-plugins-webrtc</pkg> for various
voice-enhancement FX</flag>
<flag name="zamaudio">Enable use of <pkg>media-plugins/zam-plugins</pkg> for the maximizer FX</flag>
</use>
<upstream>
<remote-id type="github">wwmm/easyeffects</remote-id>

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc not keyworded here
media-sound/easyeffects rnnoise webrtc
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
media-sound/easyeffects rnnoise webrtc zamaudio
# Sam James <sam@gentoo.org> (2021-07-17)
# Java isn't available here right now

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-libs/rnnoise, media-libs/rubberband[ladspa], media-plugins/gst-plugins-webrtc not keyworded here
media-sound/easyeffects rnnoise rubberband webrtc
# media-libs/rnnoise, media-libs/rubberband[ladspa], media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
media-sound/easyeffects rnnoise rubberband webrtc zamaudio
# Ionen Wolkens <ionen@gentoo.org> (2021-07-04)
# Needed until media-libs/libsdl2[vulkan] is unmasked on this arch.

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc not keyworded here
media-sound/easyeffects rnnoise webrtc
# media-libs/rnnoise, media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
media-sound/easyeffects rnnoise webrtc zamaudio
# Matt Turner <mattst88@gentoo.org> (2021-06-10)
# dev-python/django is not keyworded here

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# Marek Szuba <marecki@gentoo.org> (2021-07-18)
# media-plugins/gst-plugins-webrtc not keyworded here
media-sound/easyeffects webrtc
# media-plugins/gst-plugins-webrtc and media-plugins/zam-plugins
# not keyworded here
media-sound/easyeffects webrtc zamaudio
# Ionen Wolkens <ionen@gentoo.org> (2021-07-01)
# Feature currently relies on amd64 prebuilt binaries.