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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8589158451 for ; Thu, 11 Jan 2024 13:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF350E299E; Thu, 11 Jan 2024 13:03:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85654E299E for ; Thu, 11 Jan 2024 13:03:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83D9834315A for ; Thu, 11 Jan 2024 13:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 087AB95D for ; Thu, 11 Jan 2024 13:03:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704978155.fb004b1b81732a8e0830e7d62ebe835a39ee36b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacity/audacity-2.4.2-r3.ebuild media-sound/audacity/audacity-3.2.5-r1.ebuild X-VCS-Directories: media-sound/audacity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb004b1b81732a8e0830e7d62ebe835a39ee36b9 X-VCS-Branch: master Date: Thu, 11 Jan 2024 13:03:28 +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: bbc5da5f-138e-45c7-8613-bb6ab90398b2 X-Archives-Hash: 16f17295a80d0801b5514d3fe634b29b commit: fb004b1b81732a8e0830e7d62ebe835a39ee36b9 Author: Sam James gentoo org> AuthorDate: Thu Jan 11 13:02:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 11 13:02:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb004b1b media-sound/audacity: backport PCH fix Backport 986e00639a6bd9ca0d650743941a1d7e6b903821. Bug: https://bugs.gentoo.org/921731 Signed-off-by: Sam James gentoo.org> media-sound/audacity/audacity-2.4.2-r3.ebuild | 4 ++-- media-sound/audacity/audacity-3.2.5-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/audacity/audacity-2.4.2-r3.ebuild b/media-sound/audacity/audacity-2.4.2-r3.ebuild index f0e17b7904b4..1abe82ab11b8 100644 --- a/media-sound/audacity/audacity-2.4.2-r3.ebuild +++ b/media-sound/audacity/audacity-2.4.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -95,7 +95,7 @@ src_configure() { -Daudacity_use_pa_alsa=$(usex alsa) -Daudacity_use_pa_jack=$(usex jack linked off) -Daudacity_use_pa_oss=$(usex oss) - #-Daudacity_use_pch leaving it to the default behavior + -Daudacity_use_pch=OFF -Daudacity_use_portaudio=local # only 'local' option is present -Daudacity_use_portmixer=$(usex portmixer local off) -Daudacity_use_portsmf=$(usex portsmf local off) diff --git a/media-sound/audacity/audacity-3.2.5-r1.ebuild b/media-sound/audacity/audacity-3.2.5-r1.ebuild index b9ffe050c949..2eb91ea6190a 100644 --- a/media-sound/audacity/audacity-3.2.5-r1.ebuild +++ b/media-sound/audacity/audacity-3.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -159,7 +159,7 @@ src_configure() { # Tell the CMake-based build system it's building a release. -DAUDACITY_BUILD_LEVEL=2 -Daudacity_use_nyquist=local - #-Daudacity_use_pch leaving it to the default behavior + -Daudacity_use_pch=OFF -Daudacity_use_portmixer=$(usex portmixer system off) -Daudacity_use_soxr=system