mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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.
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user