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 5E58F158089 for ; Mon, 25 Sep 2023 00:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272512BC02D; Mon, 25 Sep 2023 00:24:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BA672BC02D for ; Mon, 25 Sep 2023 00:24:49 +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 1B542335C87 for ; Mon, 25 Sep 2023 00:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5851B125C for ; Mon, 25 Sep 2023 00:24:46 +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: <1695601471.46b0fc511e098676b8069a6012f1a81b57d5ff5c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/, media-sound/audacity/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacity/audacity-3.3.3.ebuild media-sound/audacity/audacity-9999.ebuild media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch X-VCS-Directories: media-sound/audacity/files/ media-sound/audacity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46b0fc511e098676b8069a6012f1a81b57d5ff5c X-VCS-Branch: master Date: Mon, 25 Sep 2023 00:24:46 +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: b59129c5-4661-4984-8d4a-e63d5a517c05 X-Archives-Hash: dd79c45fd91891a9c66f220f49b39343 commit: 46b0fc511e098676b8069a6012f1a81b57d5ff5c Author: Sam James gentoo org> AuthorDate: Mon Sep 25 00:23:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 25 00:24:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b0fc51 media-sound/audacity: style tweaks, add upstream refs Signed-off-by: Sam James gentoo.org> media-sound/audacity/audacity-3.3.3.ebuild | 2 +- media-sound/audacity/audacity-9999.ebuild | 2 +- media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch | 3 +++ media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-sound/audacity/audacity-3.3.3.ebuild b/media-sound/audacity/audacity-3.3.3.ebuild index 986fcd8fb4bb..4f1b16d516a1 100644 --- a/media-sound/audacity/audacity-3.3.3.ebuild +++ b/media-sound/audacity/audacity-3.3.3.ebuild @@ -26,7 +26,7 @@ else SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz" fi -SRC_URI+=$'\n'"audiocom? ( ${MY_THREADPOOL} )" +SRC_URI+=" audiocom? ( ${MY_THREADPOOL} )" # GPL-2+, GPL-3 - Audacity itself # ZLIB - The ThreadPool single-header library diff --git a/media-sound/audacity/audacity-9999.ebuild b/media-sound/audacity/audacity-9999.ebuild index 55d1545cfcb8..82ce039fc3a4 100644 --- a/media-sound/audacity/audacity-9999.ebuild +++ b/media-sound/audacity/audacity-9999.ebuild @@ -26,7 +26,7 @@ else SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz" fi -SRC_URI+=$'\n'"audiocom? ( ${MY_THREADPOOL} )" +SRC_URI+=" audiocom? ( ${MY_THREADPOOL} )" # GPL-2+, GPL-3 - Audacity itself # ZLIB - The ThreadPool single-header library diff --git a/media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch b/media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch index 9bf4176a39e0..7237614782b3 100644 --- a/media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch +++ b/media-sound/audacity/files/audacity-3.3.3-Findlibmad.patch @@ -1,3 +1,6 @@ +https://github.com/audacity/audacity/pull/4916 +https://github.com/audacity/audacity/pull/4917 + From b42dfbe2be1994ccfeff449b5c5cbe49994ffb38 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Fri, 14 Jul 2023 21:17:45 +0000 diff --git a/media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch b/media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch index cb9da30bf423..c95676a18cfe 100644 --- a/media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch +++ b/media-sound/audacity/files/audacity-3.3.3-upstream-fix-rapidjson.patch @@ -1,3 +1,6 @@ +https://github.com/audacity/audacity/commit/6edaa3f26b34adc65c109c1a5a85923e04330e2d +https://github.com/audacity/audacity/pull/4918 + From 6edaa3f26b34adc65c109c1a5a85923e04330e2d Mon Sep 17 00:00:00 2001 From: Dmitry Vedenko Date: Mon, 7 Aug 2023 17:12:49 +0300