From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3B5B41582EF for ; Sun, 09 Mar 2025 12:51:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 282BD343023 for ; Sun, 09 Mar 2025 12:51:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C732110370; Sun, 09 Mar 2025 12:51:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 11920110370 for ; Sun, 09 Mar 2025 12:51:06 +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 C1258343023 for ; Sun, 09 Mar 2025 12:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21B4F27E6 for ; Sun, 09 Mar 2025 12:51:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1741524641.81fd3bc9cf9cdcdb4560c156ecfb36b44ffa2ba6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/faudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/faudio/faudio-25.03.ebuild X-VCS-Directories: app-emulation/faudio/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 81fd3bc9cf9cdcdb4560c156ecfb36b44ffa2ba6 X-VCS-Branch: master Date: Sun, 09 Mar 2025 12:51:04 +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: d179cd7c-282c-4024-9906-018e834045e3 X-Archives-Hash: 6bd485dc02112e73fc18c2cf68a7ef76 commit: 81fd3bc9cf9cdcdb4560c156ecfb36b44ffa2ba6 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 9 12:31:32 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 9 12:50:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fd3bc9 app-emulation/faudio: disable sdl3 Will be added in future release, when more tested. Closes: https://bugs.gentoo.org/950979 Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/faudio/faudio-25.03.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/faudio/faudio-25.03.ebuild b/app-emulation/faudio/faudio-25.03.ebuild index dfce1c40eb5b..0410edca26b4 100644 --- a/app-emulation/faudio/faudio-25.03.ebuild +++ b/app-emulation/faudio/faudio-25.03.ebuild @@ -24,6 +24,7 @@ src_configure() { use debug || append-cppflags -DFAUDIO_DISABLE_DEBUGCONFIGURATION local mycmakeargs=( + -DBUILD_SDL3="OFF" -DBUILD_TESTS=$(usex test) -DDUMP_VOICES=$(usex dumpvoices) )