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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CD9D15ACFC for ; Sun, 30 Apr 2023 13:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4D78E03EC; Sun, 30 Apr 2023 13:48:38 +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 A388AE03EC for ; Sun, 30 Apr 2023 13:48:38 +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 890F5341260 for ; Sun, 30 Apr 2023 13:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D938EA46 for ; Sun, 30 Apr 2023 13:48:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1682862465.8e49dba36a314ad4b4faef9fa355c43daff46f58.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/files/, media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-7.10.0-r1.ebuild media-gfx/digikam/files/digikam-7.10.0-gcc13.patch X-VCS-Directories: media-gfx/digikam/ media-gfx/digikam/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e49dba36a314ad4b4faef9fa355c43daff46f58 X-VCS-Branch: master Date: Sun, 30 Apr 2023 13:48:35 +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: 69a5320a-9389-44d8-b45b-0bdf0013df87 X-Archives-Hash: 69c42f21635b17c1e03d8aad2e6facf6 commit: 8e49dba36a314ad4b4faef9fa355c43daff46f58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 30 13:43:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 30 13:47:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e49dba3 media-gfx/digikam: Fix build with GCC-13 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-7.10.0-r1.ebuild | 1 + media-gfx/digikam/files/digikam-7.10.0-gcc13.patch | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-gfx/digikam/digikam-7.10.0-r1.ebuild b/media-gfx/digikam/digikam-7.10.0-r1.ebuild index a87c4c457218..b4329d0dcc0d 100644 --- a/media-gfx/digikam/digikam-7.10.0-r1.ebuild +++ b/media-gfx/digikam/digikam-7.10.0-r1.ebuild @@ -109,6 +109,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-7.8.0-cmake.patch" "${FILESDIR}/${PN}-7.9.0-akonadi-23.04.patch" # bug 904976 + "${FILESDIR}/${P}-gcc13.patch" ) pkg_pretend() { diff --git a/media-gfx/digikam/files/digikam-7.10.0-gcc13.patch b/media-gfx/digikam/files/digikam-7.10.0-gcc13.patch new file mode 100644 index 000000000000..98e78df74d8c --- /dev/null +++ b/media-gfx/digikam/files/digikam-7.10.0-gcc13.patch @@ -0,0 +1,25 @@ +From 9c4fed4b5562c777fc6639ead9bcc95faacdb992 Mon Sep 17 00:00:00 2001 +From: Maik Qualmann +Date: Sun, 26 Mar 2023 13:19:40 +0200 +Subject: [PATCH] fix compile DNG-SDK with GCC13 + +--- + core/libs/dngwriter/extra/dng_sdk/dng_string.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/core/libs/dngwriter/extra/dng_sdk/dng_string.cpp b/core/libs/dngwriter/extra/dng_sdk/dng_string.cpp +index 4e76fc4c86a..7814aff145d 100644 +--- a/core/libs/dngwriter/extra/dng_sdk/dng_string.cpp ++++ b/core/libs/dngwriter/extra/dng_sdk/dng_string.cpp +@@ -27,7 +27,7 @@ + # endif + #endif + +-#if qiPhone || qAndroid ++#if qLinux || qiPhone || qAndroid + #include // for isdigit + #endif + +-- +GitLab +