mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
media-sound/calf add USE flag to enable experimental plugins
Closes: https://bugs.gentoo.org/599120
This commit is contained in:
committed by
David Seifert
parent
7e3dd8faac
commit
29e8f2b1eb
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user