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 0B5C3159C9B for ; Wed, 14 Aug 2024 15:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 444DBE2A0E; Wed, 14 Aug 2024 15:55:48 +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 29126E2A0E for ; Wed, 14 Aug 2024 15:55:48 +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 2829E335D77 for ; Wed, 14 Aug 2024 15:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D4E1E93 for ; Wed, 14 Aug 2024 15:55:45 +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: <1723650916.3197f504e0b61d5f940e411601cbdaba10d0c9d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/, media-libs/opencolorio/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencolorio/files/opencolorio-2.3.2-include-cstdint.patch media-libs/opencolorio/opencolorio-2.3.2.ebuild X-VCS-Directories: media-libs/opencolorio/ media-libs/opencolorio/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3197f504e0b61d5f940e411601cbdaba10d0c9d1 X-VCS-Branch: master Date: Wed, 14 Aug 2024 15:55:45 +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: 9e79613f-2267-4fe0-b394-2ecf81a8d084 X-Archives-Hash: 67010ae87f94df3a7ae5c68b088a5141 commit: 3197f504e0b61d5f940e411601cbdaba10d0c9d1 Author: Paul Zander gmail com> AuthorDate: Wed Aug 14 15:50:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 14 15:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3197f504 media-libs/opencolorio: fix build with gcc-15 Closes: https://bugs.gentoo.org/937408 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38148 Signed-off-by: Sam James gentoo.org> .../files/opencolorio-2.3.2-include-cstdint.patch | 26 ++++++++++++++++++++++ media-libs/opencolorio/opencolorio-2.3.2.ebuild | 1 + 2 files changed, 27 insertions(+) diff --git a/media-libs/opencolorio/files/opencolorio-2.3.2-include-cstdint.patch b/media-libs/opencolorio/files/opencolorio-2.3.2-include-cstdint.patch new file mode 100644 index 000000000000..89f3b9465754 --- /dev/null +++ b/media-libs/opencolorio/files/opencolorio-2.3.2-include-cstdint.patch @@ -0,0 +1,26 @@ +From fb9b39dcb69746f9011087a6e1bc727872b86cfb Mon Sep 17 00:00:00 2001 +From: Paul Zander +Date: Wed, 14 Aug 2024 17:43:30 +0200 +Subject: [PATCH] Fix compilation on GCC 15 + +Bug: https://bugs.gentoo.org/937408 +Signed-off-by: Paul Zander +--- + include/OpenColorIO/OpenColorIO.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/OpenColorIO/OpenColorIO.h b/include/OpenColorIO/OpenColorIO.h +index 784cf8d..7e04976 100644 +--- a/include/OpenColorIO/OpenColorIO.h ++++ b/include/OpenColorIO/OpenColorIO.h +@@ -6,6 +6,7 @@ + #define INCLUDED_OCIO_OPENCOLORIO_H + + #include ++#include + #include + #include + #include +-- +2.46.0 + diff --git a/media-libs/opencolorio/opencolorio-2.3.2.ebuild b/media-libs/opencolorio/opencolorio-2.3.2.ebuild index 70d5fb6ebc07..a9aa47ecd117 100644 --- a/media-libs/opencolorio/opencolorio-2.3.2.ebuild +++ b/media-libs/opencolorio/opencolorio-2.3.2.ebuild @@ -90,6 +90,7 @@ RESTRICT="test" #"!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-2.2.1-adjust-python-installation.patch" + "${FILESDIR}/${PN}-2.3.2-include-cstdint.patch" ) pkg_setup() {