media-sound/calf add USE flag to enable experimental plugins

Closes: https://bugs.gentoo.org/599120
This commit is contained in:
Simon van der Veldt
2017-11-12 14:58:36 +01:00
committed by David Seifert
parent 7e3dd8faac
commit 29e8f2b1eb
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="lash lv2 static-libs"
IUSE="lash lv2 static-libs experimental"
RDEPEND="dev-libs/atk
dev-libs/expat
@@ -44,6 +44,7 @@ src_configure() {
--with-lv2-dir=/usr/$(get_libdir)/lv2
$(use_with lash)
$(use_with lv2)
$(use_enable experimental)
)
autotools-utils_src_configure
}

View File

@@ -18,7 +18,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="lash lv2 static-libs"
IUSE="lash lv2 static-libs experimental"
RDEPEND="dev-libs/atk
dev-libs/expat
@@ -40,6 +40,7 @@ src_configure() {
--with-lv2-dir=/usr/$(get_libdir)/lv2
$(use_with lash)
$(use_with lv2)
$(use_enable experimental)
)
autotools-utils_src_configure
}

View File

@@ -6,6 +6,7 @@
<name>Gentoo ProAudio Project</name>
</maintainer>
<use>
<flag name="experimental">Enable experimental features/plugins</flag>
<flag name="lv2">Add support for Ladspa V2</flag>
</use>
<upstream>