From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 504961382C5 for ; Thu, 25 Jun 2020 08:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52804E089E; Thu, 25 Jun 2020 08:08:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEDF1E0872 for ; Thu, 25 Jun 2020 08:08:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21E5C34F011 for ; Thu, 25 Jun 2020 08:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E25F92B3 for ; Thu, 25 Jun 2020 08:08:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593072460.6e81b1d320ada29d24320c84005822d03410fbab.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guitarix/guitarix-9999.ebuild X-VCS-Directories: media-sound/guitarix/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6e81b1d320ada29d24320c84005822d03410fbab X-VCS-Branch: master Date: Thu, 25 Jun 2020 08:08:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 886ccb07-233d-4284-b9fb-2eb6f9fbeb36 X-Archives-Hash: cf17b86fc4bd68a9634293c3191fd997 commit: 6e81b1d320ada29d24320c84005822d03410fbab Author: Alexander Tsoy tsoy me> AuthorDate: Fri Jun 5 14:42:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 25 08:07:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e81b1d3 media-sound/guitarix: Update live ebuild * Upstream switched to gtk3 * Adjust dependencies Signed-off-by: Alexander Tsoy tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/16076 Signed-off-by: Joonas Niilola gentoo.org> media-sound/guitarix/guitarix-9999.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index a9962b2bb43..5af7ae7be61 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() {