summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2020-08-03 23:42:15 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-08-15 12:29:46 +0300
commit1f131c8deb900b28864f248077a5eb4c26fa7f2b (patch)
treecec112a3302ada086e81f77c85d69db800a193ab /media-sound
parentmedia-sound/guitarix: Version bump to 0.41.0 (diff)
downloadgentoo-1f131c8deb900b28864f248077a5eb4c26fa7f2b.tar.gz
gentoo-1f131c8deb900b28864f248077a5eb4c26fa7f2b.tar.bz2
gentoo-1f131c8deb900b28864f248077a5eb4c26fa7f2b.zip
media-sound/guitarix: Update live ebuild
Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/16988 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/guitarix/guitarix-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
index 95daa28f6cff..1f66e9647b1f 100644
--- a/media-sound/guitarix/guitarix-9999.ebuild
+++ b/media-sound/guitarix/guitarix-9999.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}/trunk"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="bluetooth debug lv2 nls +standalone zeroconf"
+IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
REQUIRED_USE="|| ( lv2 standalone )"
COMMON_DEPEND="dev-cpp/eigen:3
@@ -38,6 +38,7 @@ COMMON_DEPEND="dev-cpp/eigen:3
media-libs/lilv
virtual/jack
bluetooth? ( net-wireless/bluez )
+ nsm? ( media-libs/liblo )
zeroconf? ( net-dns/avahi )
)
"
@@ -74,6 +75,7 @@ src_configure() {
$(usex bluetooth "" "--no-bluez")
$(usex debug "--debug" "")
$(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui")
+ $(usex nsm "" "--no-nsm")
$(usex standalone "" "--no-standalone")
$(usex zeroconf "" "--no-avahi")
)