public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjxl/
Date: Tue,  9 Apr 2024 14:44:47 +0000 (UTC)	[thread overview]
Message-ID: <1712673808.3b31c9822229e325b22a1ec9257ffd66ea9543ee.sam@gentoo> (raw)

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


             reply	other threads:[~2024-04-09 14:44 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-09 14:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 14:14 [gentoo-commits] repo/gentoo:master commit in: media-libs/libjxl/ Arthur Zamarin
2024-09-28 13:30 Arthur Zamarin
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:05 Arthur Zamarin
2024-09-28 11:05 Jakov Smolić
2024-09-13 13:47 Michał Górny
2024-07-13 19:25 Michał Górny
2024-07-13 18:14 Arthur Zamarin
2024-07-13 15:31 Arthur Zamarin
2024-07-13 15:25 Arthur Zamarin
2024-07-13 15:18 Arthur Zamarin
2024-07-13 15:18 Arthur Zamarin
2024-07-13 15:18 Arthur Zamarin
2024-07-13 12:10 Arthur Zamarin
2024-07-13 12:10 Arthur Zamarin
2024-07-13 10:49 Arthur Zamarin
2024-07-13 10:49 Arthur Zamarin
2024-07-13 10:34 Arthur Zamarin
2024-07-13  9:54 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-06-29 19:31 Michał Górny
2024-06-29 19:23 Sam James
2024-06-29 18:41 Sam James
2024-06-29 10:55 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:53 Sam James
2024-06-29  8:53 Sam James
2024-06-29  6:33 Arthur Zamarin
2024-06-29  6:22 Joonas Niilola
2024-06-29  6:22 Joonas Niilola
2024-06-29  6:22 Joonas Niilola
2024-06-29  6:22 Joonas Niilola
2024-06-29  6:22 Joonas Niilola
2024-06-29  6:22 Joonas Niilola
2024-06-28 15:17 Michał Górny
2024-06-28  5:19 Michał Górny
2024-06-28  5:19 Michał Górny
2024-06-05 11:04 Michał Górny
2024-04-12  6:26 Arthur Zamarin
2024-03-23 13:39 Sam James
2024-03-23 11:53 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-23  5:40 Michał Górny
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-20 16:49 Michał Górny
2024-03-20 16:44 Ionen Wolkens
2024-03-20 15:13 Michał Górny
2024-03-20  0:36 Sam James
2024-03-19 20:09 Michał Górny
2024-03-09  7:18 Michał Górny
2024-03-06  8:32 Michał Górny
2024-03-05 19:34 Michał Górny
2024-03-05 19:34 Michał Górny
2024-03-05 19:34 Michał Górny
2024-02-18  8:33 Sam James
2024-02-18  8:33 Sam James
2024-02-18  8:05 Sam James
2024-02-18  7:12 Joonas Niilola
2024-02-18  7:12 Joonas Niilola
2024-02-18  3:28 Michał Górny
2024-02-06 11:02 Michał Górny
2024-02-06  3:07 Michał Górny
2024-01-19 14:44 Michał Górny
2024-01-19 13:59 Michał Górny
2024-01-19 13:59 Michał Górny
2023-12-01  7:52 Joonas Niilola
2023-08-11  7:55 Joonas Niilola
2023-07-16  6:27 Joonas Niilola
2023-06-21  7:04 Joonas Niilola
2023-06-21  7:04 Joonas Niilola
2023-05-05  9:44 Arthur Zamarin
2023-05-05  9:25 Arthur Zamarin
2023-05-04  7:22 Sam James
2023-05-04  7:15 Jakov Smolić
2023-05-04  7:15 Jakov Smolić
2023-05-04  7:15 Jakov Smolić
2023-05-04  7:15 Jakov Smolić
2023-03-06 12:08 Arthur Zamarin
2023-03-02 16:48 Joonas Niilola
2023-01-27 11:53 Viorel Munteanu
2022-11-28  7:58 WANG Xuerui
2022-10-25 18:36 Andreas Sturmlechner
2022-10-25 18:35 Arthur Zamarin
2022-10-25 16:20 Andreas Sturmlechner
2022-10-25 16:16 Andreas Sturmlechner
2022-10-20 10:37 Andreas Sturmlechner
2022-10-17  6:45 Agostino Sarubbo
2022-10-17  6:44 Agostino Sarubbo
2022-10-17  5:28 Arthur Zamarin
2022-10-17  5:27 Joonas Niilola
2022-10-17  5:16 Joonas Niilola
2022-10-16 15:53 Arthur Zamarin
2022-09-14 18:18 Andreas Sturmlechner
2022-08-10  8:31 Joonas Niilola
2022-08-08 12:39 Agostino Sarubbo
2022-08-05  7:16 Agostino Sarubbo
2022-08-04  8:03 Agostino Sarubbo
2022-06-15 14:31 Agostino Sarubbo
2022-06-14  6:17 Jakov Smolić
2022-06-13 21:14 Sam James
2022-06-13 21:14 Sam James
2022-04-29  3:30 Sam James
2022-04-21 14:14 Joonas Niilola
2022-04-20 23:53 Sam James
2022-04-20 23:53 Sam James
2022-04-03 23:15 Yixun Lan
2022-04-02  7:41 Arthur Zamarin
2022-04-02  7:33 Arthur Zamarin
2022-04-01  1:31 Sam James
2022-03-31 19:15 Arthur Zamarin
2022-03-31 19:12 Arthur Zamarin
2022-03-27 23:58 Yixun Lan
2022-03-24 12:46 Joonas Niilola
2022-03-24 12:46 Joonas Niilola
2022-03-24 12:46 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712673808.3b31c9822229e325b22a1ec9257ffd66ea9543ee.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox