diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2020-06-05 17:42:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-25 11:07:40 +0300 |
commit | 6e81b1d320ada29d24320c84005822d03410fbab (patch) | |
tree | fde192720d629a55b87e412d1dffc2f6dc3e3def /media-sound/guitarix | |
parent | media-sound/guitarix: Version bump to 0.40.0 (diff) | |
download | gentoo-6e81b1d320ada29d24320c84005822d03410fbab.tar.gz gentoo-6e81b1d320ada29d24320c84005822d03410fbab.tar.bz2 gentoo-6e81b1d320ada29d24320c84005822d03410fbab.zip |
media-sound/guitarix: Update live ebuild
* Upstream switched to gtk3
* Adjust dependencies
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/16076
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/guitarix')
-rw-r--r-- | media-sound/guitarix/guitarix-9999.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index a9962b2bb430..5af7ae7be616 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -12,6 +12,7 @@ MY_P="${PN}2-${PV}" DESCRIPTION="Virtual guitar amplifier for Linux" HOMEPAGE="http://guitarix.org/" EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git" +S="${WORKDIR}/${P}/trunk" LICENSE="GPL-2" SLOT="0" @@ -21,15 +22,14 @@ REQUIRED_USE="|| ( lv2 standalone )" COMMON_DEPEND="dev-cpp/eigen:3 dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-lang/sassc + dev-cpp/gtkmm:3.0 dev-libs/glib:2 >=media-libs/libsndfile-1.0.17 >=media-libs/zita-convolver-3:= media-libs/zita-resampler >=net-misc/curl-7.26.0 >=sci-libs/fftw-3.1.2:3.0= - x11-libs/gtk+:2 + x11-libs/gtk+:3 lv2? ( media-libs/lv2 ) standalone? ( dev-libs/boost:= @@ -40,21 +40,22 @@ COMMON_DEPEND="dev-cpp/eigen:3 zeroconf? ( net-dns/avahi ) ) " -# clearlooks gtk engine and roboto fonts are required for correct ui rendering +# roboto fonts are required for correct ui rendering RDEPEND="${COMMON_DEPEND} - x11-themes/gtk-engines standalone? ( media-fonts/roboto ) " DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} + dev-lang/sassc virtual/pkgconfig - nls? ( dev-util/intltool ) + nls? ( + dev-util/intltool + sys-devel/gettext + ) " -S="${WORKDIR}/${P}/trunk" - DOCS=( changelog README ) src_configure() { |