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: Thu, 25 Jun 2020 08:08:26
Message-Id: 1593072460.6e81b1d320ada29d24320c84005822d03410fbab.juippis@gentoo
1 commit: 6e81b1d320ada29d24320c84005822d03410fbab
2 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
3 AuthorDate: Fri Jun 5 14:42:10 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 08:07:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e81b1d3
7
8 media-sound/guitarix: Update live ebuild
9
10 * Upstream switched to gtk3
11 * Adjust dependencies
12
13 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
14 Closes: https://github.com/gentoo/gentoo/pull/16076
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 media-sound/guitarix/guitarix-9999.ebuild | 17 +++++++++--------
18 1 file changed, 9 insertions(+), 8 deletions(-)
19
20 diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
21 index a9962b2bb43..5af7ae7be61 100644
22 --- a/media-sound/guitarix/guitarix-9999.ebuild
23 +++ b/media-sound/guitarix/guitarix-9999.ebuild
24 @@ -12,6 +12,7 @@ MY_P="${PN}2-${PV}"
25 DESCRIPTION="Virtual guitar amplifier for Linux"
26 HOMEPAGE="http://guitarix.org/"
27 EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git"
28 +S="${WORKDIR}/${P}/trunk"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 @@ -21,15 +22,14 @@ REQUIRED_USE="|| ( lv2 standalone )"
33
34 COMMON_DEPEND="dev-cpp/eigen:3
35 dev-cpp/glibmm:2
36 - dev-cpp/gtkmm:2.4
37 - dev-lang/sassc
38 + dev-cpp/gtkmm:3.0
39 dev-libs/glib:2
40 >=media-libs/libsndfile-1.0.17
41 >=media-libs/zita-convolver-3:=
42 media-libs/zita-resampler
43 >=net-misc/curl-7.26.0
44 >=sci-libs/fftw-3.1.2:3.0=
45 - x11-libs/gtk+:2
46 + x11-libs/gtk+:3
47 lv2? ( media-libs/lv2 )
48 standalone? (
49 dev-libs/boost:=
50 @@ -40,21 +40,22 @@ COMMON_DEPEND="dev-cpp/eigen:3
51 zeroconf? ( net-dns/avahi )
52 )
53 "
54 -# clearlooks gtk engine and roboto fonts are required for correct ui rendering
55 +# roboto fonts are required for correct ui rendering
56 RDEPEND="${COMMON_DEPEND}
57 - x11-themes/gtk-engines
58 standalone? (
59 media-fonts/roboto
60 )
61 "
62 DEPEND="${COMMON_DEPEND}
63 ${PYTHON_DEPS}
64 + dev-lang/sassc
65 virtual/pkgconfig
66 - nls? ( dev-util/intltool )
67 + nls? (
68 + dev-util/intltool
69 + sys-devel/gettext
70 + )
71 "
72
73 -S="${WORKDIR}/${P}/trunk"
74 -
75 DOCS=( changelog README )
76
77 src_configure() {