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 CDCB3158009 for ; Tue, 20 Jun 2023 06:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10101E084E; Tue, 20 Jun 2023 06:27:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E4281E084E for ; Tue, 20 Jun 2023 06:27:00 +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 1A783340C3F for ; Tue, 20 Jun 2023 06:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BC93A87 for ; Tue, 20 Jun 2023 06:26:58 +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: <1687241931.a2f2a636d2acf27b210b6f56f227094212397114.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/, media-sound/guitarix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch media-sound/guitarix/guitarix-0.44.1.ebuild X-VCS-Directories: media-sound/guitarix/ media-sound/guitarix/files/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a2f2a636d2acf27b210b6f56f227094212397114 X-VCS-Branch: master Date: Tue, 20 Jun 2023 06:26:58 +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: b0928fa0-dcf8-453a-8472-cdf179ffa479 X-Archives-Hash: c74f26a59dabf7a13b251bebcb821c1a commit: a2f2a636d2acf27b210b6f56f227094212397114 Author: Alexander Tsoy tsoy me> AuthorDate: Mon Jun 19 06:48:55 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jun 20 06:18:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f2a636 media-sound/guitarix: fix build w/ gcc 13 Closes: https://bugs.gentoo.org/908810 Signed-off-by: Alexander Tsoy tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/31542 Signed-off-by: Miroslav Šulc gentoo.org> .../guitarix/files/guitarix-0.44.1-gcc-13.patch | 31 ++++++++++++++++++++++ media-sound/guitarix/guitarix-0.44.1.ebuild | 1 + 2 files changed, 32 insertions(+) diff --git a/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch b/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch new file mode 100644 index 000000000000..ac7324963c26 --- /dev/null +++ b/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch @@ -0,0 +1,31 @@ +From b52736180b6966f24398f8a5ad179a58173473ec Mon Sep 17 00:00:00 2001 +From: Thomas W Rodgers +Date: Tue, 31 Jan 2023 12:00:58 -0800 +Subject: [PATCH] Do not depend on via transitive inclusion + +Guitarix fails to compile with the upcoming version of GCC (GCC13) due +to a change that removes the transitive inclusion of from +other standard headers. + +See also - + https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HLHKK7P5RB3BLQ5CV4STJGUYBFPC2VTB/ +--- + src/LV2/DSP/gx_common.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/LV2/DSP/gx_common.h b/src/LV2/DSP/gx_common.h +index 71108442..132a6839 100644 +--- a/src/LV2/DSP/gx_common.h ++++ b/src/LV2/DSP/gx_common.h +@@ -22,7 +22,7 @@ + #ifndef SRC_HEADERS_GX_COMMON_H_ + #define SRC_HEADERS_GX_COMMON_H_ + +- ++#include + #include + #include + #include +-- +2.39.3 + diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild b/media-sound/guitarix/guitarix-0.44.1.ebuild index 5529fdc46ede..14885014cd74 100644 --- a/media-sound/guitarix/guitarix-0.44.1.ebuild +++ b/media-sound/guitarix/guitarix-0.44.1.ebuild @@ -65,6 +65,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.41.0-nostrip.patch "${FILESDIR}"/${PN}-0.41.0-py3.11.patch "${FILESDIR}"/${PN}-0.44.1-zita-resampler-1.10.patch + "${FILESDIR}"/${P}-gcc-13.patch ) src_configure() {