Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/
Date: Sat, 15 Aug 2020 09:30:48
Message-Id: 1597483786.1f131c8deb900b28864f248077a5eb4c26fa7f2b.juippis@gentoo
1 commit: 1f131c8deb900b28864f248077a5eb4c26fa7f2b
2 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
3 AuthorDate: Mon Aug 3 20:42:15 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 09:29:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f131c8d
7
8 media-sound/guitarix: Update live ebuild
9
10 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
11 Closes: https://github.com/gentoo/gentoo/pull/16988
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-sound/guitarix/guitarix-9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
18 index 95daa28f6cf..1f66e9647b1 100644
19 --- a/media-sound/guitarix/guitarix-9999.ebuild
20 +++ b/media-sound/guitarix/guitarix-9999.ebuild
21 @@ -18,7 +18,7 @@ S="${WORKDIR}/${P}/trunk"
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS=""
25 -IUSE="bluetooth debug lv2 nls +standalone zeroconf"
26 +IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
27 REQUIRED_USE="|| ( lv2 standalone )"
28
29 COMMON_DEPEND="dev-cpp/eigen:3
30 @@ -38,6 +38,7 @@ COMMON_DEPEND="dev-cpp/eigen:3
31 media-libs/lilv
32 virtual/jack
33 bluetooth? ( net-wireless/bluez )
34 + nsm? ( media-libs/liblo )
35 zeroconf? ( net-dns/avahi )
36 )
37 "
38 @@ -74,6 +75,7 @@ src_configure() {
39 $(usex bluetooth "" "--no-bluez")
40 $(usex debug "--debug" "")
41 $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui")
42 + $(usex nsm "" "--no-nsm")
43 $(usex standalone "" "--no-standalone")
44 $(usex zeroconf "" "--no-avahi")
45 )