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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 215B8158042 for ; Thu, 31 Oct 2024 10:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D5BE080E; Thu, 31 Oct 2024 10:42:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2687AE080E for ; Thu, 31 Oct 2024 10:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA93340A12 for ; Thu, 31 Oct 2024 10:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9629C11DF for ; Thu, 31 Oct 2024 10:42:37 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1730371355.01da2c5cf7ead4e2f9a1e88df9b09a0ac151b4b6.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 01da2c5cf7ead4e2f9a1e88df9b09a0ac151b4b6 X-VCS-Branch: master Date: Thu, 31 Oct 2024 10:42:37 +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: 7718c77c-e1fd-4498-9c7d-d0e794033469 X-Archives-Hash: 032ea369bea667870db06a33f97e11e8 commit: 01da2c5cf7ead4e2f9a1e88df9b09a0ac151b4b6 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Oct 31 10:42:22 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Oct 31 10:42:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01da2c5c media-sound/ardour: switched live from gtk to ytk Signed-off-by: Miroslav Šulc gentoo.org> media-sound/ardour/ardour-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 24a2798f1e9a..6010d25500d9 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -26,7 +26,6 @@ IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse RDEPEND=" dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 dev-libs/boost:= dev-libs/glib:2 dev-libs/libsigc++:2 @@ -50,15 +49,14 @@ RDEPEND=" sci-libs/fftw:3.0[threads] virtual/libusb:1 x11-libs/cairo - x11-libs/gtk+:2 x11-libs/pango jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) media-libs/lilv media-libs/sratom dev-libs/sord - media-libs/suil[X,gtk2] media-libs/lv2" +# media-libs/suil[X,gtk2] bundled suil is used, maybe probably because of ytk # !bundled-libs? ( media-sound/fluidsynth ) at least libltc is missing to be able to unbundle... DEPEND="${RDEPEND} @@ -138,7 +136,6 @@ src_configure() { --freedesktop --noconfirm --optimize - --no-ytk --with-backends=${backends} $({ use cpu_flags_ppc_altivec || use cpu_flags_x86_sse; } && \ echo '' || echo "--no-fpu-optimization")