Skip to Content.
Sympa Menu

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

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 (d3863f20cee236a1a70a99fde5a762edb8b558f9)
  • Date: Sat, 5 Jul 2025 21:29:25 +0000

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

http/firefox/DEPENDS | 13 ++++++-------
http/firefox/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 7 deletions(-)

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

http/firefox: optionally depends on libaom

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index c66ec93..3a54707 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -154,13 +154,12 @@ optional_depends harfbuzz \
"--without-system-harfbuzz" \
"for system harfbuzz" &&

-# Seems FF wants libaom along with this. Package that, too,
-# or just roll with the vendored copy.
-#optional_depends dav1d \
-# "--with-system-av1" \
-# "--without-system-av1" \
-# "for AV1 video support" &&
-if is_depends_enabled $SPELL dav1d; then
+optional_depends libaom \
+ "--with-system-av1" \
+ "--without-system-av1" \
+ "for AV1 video support" &&
+if is_depends_enabled $SPELL libaom; then
+ epends dav1d &&
depends nasm
fi &&

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index df44307..3b2804f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2025-07-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional dependency on libaom, dav1d is needed when
using
+ libaom
+
2025-06-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 140.0.2



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

Archive powered by MHonArc 2.6.24.

Top of Page