From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1618924-garchives=archives.gentoo.org@lists.gentoo.org> 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 1CC5B158043 for <garchives@archives.gentoo.org>; Tue, 9 Apr 2024 14:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C70E9E2A55; Tue, 9 Apr 2024 14:44:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE0EBE2A52 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Apr 2024 14:44: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E23EC343300 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Apr 2024 14:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803B616AB for <gentoo-commits@lists.gentoo.org>; Tue, 9 Apr 2024 14:44:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1712673808.3b31c9822229e325b22a1ec9257ffd66ea9543ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjxl/libjxl-0.10.2.ebuild media-libs/libjxl/libjxl-0.8.2-r1.ebuild media-libs/libjxl/libjxl-0.9.2.ebuild media-libs/libjxl/libjxl-9999.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b31c9822229e325b22a1ec9257ffd66ea9543ee X-VCS-Branch: master Date: Tue, 9 Apr 2024 14:44:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4203fcb-7df9-4004-b5df-a34a6e85a3d6 X-Archives-Hash: 600b8989a965eca9da02aa548f59b189 commit: 3b31c9822229e325b22a1ec9257ffd66ea9543ee Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Tue Apr 9 03:16:12 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 9 14:43:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b31c982 media-libs/libjxl: drop outdated LTO-unsafety workaround This was fixed upstream in 0.8.0: https://github.com/libjxl/libjxl/commit/550dc33db0047f82d1fc14b34423c9c637d16ee6 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libjxl/libjxl-0.10.2.ebuild | 4 +--- media-libs/libjxl/libjxl-0.8.2-r1.ebuild | 4 +--- media-libs/libjxl/libjxl-0.9.2.ebuild | 4 +--- media-libs/libjxl/libjxl-9999.ebuild | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/media-libs/libjxl/libjxl-0.10.2.ebuild b/media-libs/libjxl/libjxl-0.10.2.ebuild index aef36d5713dc..1a77dd6b4d0f 100644 --- a/media-libs/libjxl/libjxl-0.10.2.ebuild +++ b/media-libs/libjxl/libjxl-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic gnome2-utils +inherit cmake-multilib gnome2-utils # This changes frequently. Please check the testdata submodule when bumping. TESTDATA_COMMIT="ff8d743aaba05b3014f17e5475e576242fa979fc" @@ -46,8 +46,6 @@ DEPEND+=" " multilib_src_configure() { - filter-lto - local mycmakeargs=( -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_COVERAGE=OFF diff --git a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild index 7ef38e23fcf0..a58a4068b463 100644 --- a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild +++ b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic +inherit cmake-multilib # This changes frequently. Please check the testdata submodule when bumping. TESTDATA_COMMIT="d6168ffb9e1cc24007e64b65dd84d822ad1fc759" @@ -36,8 +36,6 @@ PATCHES=( ) multilib_src_configure() { - filter-lto - local mycmakeargs=( -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_COVERAGE=OFF diff --git a/media-libs/libjxl/libjxl-0.9.2.ebuild b/media-libs/libjxl/libjxl-0.9.2.ebuild index 5f92bf477422..9f34c8740745 100644 --- a/media-libs/libjxl/libjxl-0.9.2.ebuild +++ b/media-libs/libjxl/libjxl-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic gnome2-utils +inherit cmake-multilib gnome2-utils # This changes frequently. Please check the testdata submodule when bumping. TESTDATA_COMMIT="ff8d743aaba05b3014f17e5475e576242fa979fc" @@ -50,8 +50,6 @@ PATCHES=( ) multilib_src_configure() { - filter-lto - local mycmakeargs=( -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_COVERAGE=OFF diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index f89a76272049..aef3acb16445 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic git-r3 gnome2-utils +inherit cmake-multilib git-r3 gnome2-utils DESCRIPTION="JPEG XL image format reference implementation" HOMEPAGE="https://github.com/libjxl/libjxl/" @@ -42,8 +42,6 @@ DEPEND+=" " multilib_src_configure() { - filter-lto - local mycmakeargs=( -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_COVERAGE=OFF