media-sound/calf add USE flag to enable experimental plugins
authorSimon van der Veldt <simon.vanderveldt@gmail.com>
Sun, 12 Nov 2017 13:58:36 +0000 (14:58 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 17 Nov 2017 18:42:57 +0000 (19:42 +0100)
Closes: https://bugs.gentoo.org/599120

media-plugins/calf/calf-0.0.60-r1.ebuild
media-plugins/calf/calf-9999.ebuild
media-plugins/calf/metadata.xml

index 75124e7758f5b61703d61b4623920307df8fc360..993a346da86958a446899e08f17d7bbaa46f4b75 100644 (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
 }
index 13a3700305e82b543bddfe4817e71954521091a6..333c1172872fcb94bba7956e753d1034236aa8ed 100644 (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
 }
index c5f0b39e571c818b6916d0caf9a6786040bc310e..438e0a66260dfb4dd2542ff590f27b31abb4302c 100644 (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>