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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72FF9158042 for ; Fri, 8 Nov 2024 18:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C3FE0869; Fri, 8 Nov 2024 18:56:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94F7CE0869 for ; Fri, 8 Nov 2024 18:56:17 +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 DD69E335D21 for ; Fri, 8 Nov 2024 18:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8D21A26 for ; Fri, 8 Nov 2024 18:56:15 +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: <1731092163.8d950fbb236fb5939f8a784fb201165b46720cc7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/files/, media-gfx/maim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/maim/files/maim-5.8.0-icu-75.patch media-gfx/maim/maim-5.8.0.ebuild X-VCS-Directories: media-gfx/maim/files/ media-gfx/maim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d950fbb236fb5939f8a784fb201165b46720cc7 X-VCS-Branch: master Date: Fri, 8 Nov 2024 18:56:15 +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: 783d7f35-bf95-4290-8052-c7f27c31acd2 X-Archives-Hash: 16f8bcb47bc7ada320a7e705eaf7a1c0 commit: 8d950fbb236fb5939f8a784fb201165b46720cc7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 8 18:54:49 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 8 18:56:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d950fbb media-gfx/maim: Fix build with ICU-75 Thanks-to: Emanuele Torre Thanks-to: pva Closes: https://bugs.gentoo.org/937454 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/maim/files/maim-5.8.0-icu-75.patch | 11 +++++++++++ media-gfx/maim/maim-5.8.0.ebuild | 3 +++ 2 files changed, 14 insertions(+) diff --git a/media-gfx/maim/files/maim-5.8.0-icu-75.patch b/media-gfx/maim/files/maim-5.8.0-icu-75.patch new file mode 100644 index 000000000000..8c7c4163f22e --- /dev/null +++ b/media-gfx/maim/files/maim-5.8.0-icu-75.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -38,7 +38,7 @@ find_package( Threads REQUIRED ) + find_package( GLM REQUIRED ) + + set_property(TARGET ${BIN_TARGET} PROPERTY CXX_STANDARD_REQUIRED ON) +-set_property(TARGET ${BIN_TARGET} PROPERTY CXX_STANDARD 11) ++set_property(TARGET ${BIN_TARGET} PROPERTY CXX_STANDARD 17) + set_property(TARGET ${BIN_TARGET} PROPERTY CXX_EXTENSIONS OFF) + + # Includes diff --git a/media-gfx/maim/maim-5.8.0.ebuild b/media-gfx/maim/maim-5.8.0.ebuild index bee0980ae8d2..d8582940073f 100644 --- a/media-gfx/maim/maim-5.8.0.ebuild +++ b/media-gfx/maim/maim-5.8.0.ebuild @@ -36,6 +36,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# Pending issue upstream: https://github.com/naelstrof/maim/issues/292 +PATCHES=( "${FILESDIR}/${P}-icu-75.patch" ) # bug 937454 + src_configure() { local mycmakeargs=( -DMAIM_UNICODE=$(usex icu)