Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4eda5bd00ed5bc17a56814dec95bd248ce448ffe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4eda5bd00ed5bc17a56814dec95bd248ce448ffe)
  • Date: Wed, 14 May 2025 22:04:19 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS | 7 ++++++-
http/firefox/HISTORY | 4 ++++
http/firefox/patches/0023-bgo-928126-enable-jxl.patch | 10 ++++++++++
3 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 4eda5bd00ed5bc17a56814dec95bd248ce448ffe
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: added optional dependency on libjxl,
yet another patches update for 138.0.3

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 9dc8a2a..445e8de 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -160,4 +160,9 @@ optional_depends harfbuzz \
# "for AV1 video support" &&
if is_depends_enabled $SPELL dav1d; then
depends nasm
-fi
+fi &&
+
+optional_depends libjxl \
+ "--enable-jxl" \
+ "--disaable-jxl" \
+ "for JPEG-XL support"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 05efff7..64984e2 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2025-05-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional libjxl
+ * patches/*: updated
+
2025-05-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 138.0.3
* atches/0023-bmo-1961610-dont-advertise-hdr-support-on-wayland.patch:
diff --git a/http/firefox/patches/0023-bgo-928126-enable-jxl.patch
b/http/firefox/patches/0023-bgo-928126-enable-jxl.patch
new file mode 100644
index 0000000..0871479
--- /dev/null
+++ b/http/firefox/patches/0023-bgo-928126-enable-jxl.patch
@@ -0,0 +1,10 @@
+--- firefox-133.0.3/toolkit/moz.configure 2025-01-04 17:08:20.913796937
+0100
++++ firefox-133.0.3/toolkit/moz.configure 2025-01-04 17:09:45.509650260
+0100
+@@ -871,7 +871,6 @@
+
+ @depends("--disable-jxl", milestone.is_nightly)
+ def jxl(value, is_nightly):
+- if is_nightly and value:
+ return True
+
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4eda5bd00ed5bc17a56814dec95bd248ce448ffe), Pavel Vinogradov, 05/14/2025

Archive powered by MHonArc 2.6.24.

Top of Page