media-sound/easyeffects: RDEPEND on media-plugins/mda-lv2

easyeffects-6 uses the Loudness plug-in from this package.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-08-09 14:00:30 +01:00
parent 11d5994c35
commit a094a9bbb2
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="calf zamaudio"
IUSE="calf mda-lv2 zamaudio"
DEPEND=">=dev-cpp/glibmm-2.68:2.68
>=dev-cpp/gtkmm-4.2.0:4.0
@@ -42,6 +42,7 @@ RDEPEND="${DEPEND}
>=media-libs/lsp-plugins-1.1.24[lv2]
sys-apps/dbus
calf? ( >=media-plugins/calf-0.90.1[lv2] )
mda-lv2? ( media-plugins/mda-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.

View File

@@ -12,6 +12,7 @@
<use>
<flag name="bs2b">Enable use of <pkg>media-libs/libbs2b</pkg> for the crossfeed FX</flag>
<flag name="calf">Enable use of <pkg>media-plugins/calf</pkg> for adding various FX</flag>
<flag name="mda-lv2">Enable use of <pkg>media-plugins/mda-lv2</pkg> for the loudness FX</flag>
<flag name="rnnoise">Enable use of <pkg>media-libs/rnnoise</pkg> for the neural network-based
noise-reduction FX</flag>
<flag name="rubberband">Enable use of <pkg>media-libs/rubberband</pkg> for the pitch-shifting FX</flag>