Skip to Content.
Sympa Menu

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

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 (2a79f3a3f1f74e61fdee816b2ae2b74cda524371)
  • Date: Tue, 11 Mar 2025 18:55:16 +0000

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

http/firefox/DEPENDS |
2
http/firefox/DETAILS |
2
http/firefox/HISTORY |
5 +
http/firefox/patches/0024-bmo-1951581-add-missing-libaom-includes.patch |
34 ++++++++++
4 files changed, 40 insertions(+), 3 deletions(-)

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

http/firefox: version 136.0.1

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 6382964..c4b35d2 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -5,8 +5,6 @@ depends -sub "CLANG" llvm
&&
depends perl &&
depends python3 &&

-depends icu "--with-system-icu" &&
-
depends glib2 &&
vdepends <<!
at-spi2-core >= 2.45.0
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 791cfe1..11958ae 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=136.0
+ VERSION=136.0.1
SECURITY_PATCH=205
SOURCE="${SPELL}-${VERSION}.source.tar.xz"
# Watch: http://releases.mozilla.org/pub/firefox/releases/
/releases/([0-9.]+)/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3e69463..ee25ab5 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2025-03-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 136.0.1
+ * DEPENDS: use bundled icu for now, fails otherwise
+ * patches/*: updated
+
2025-03-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 136.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.108
diff --git
a/http/firefox/patches/0024-bmo-1951581-add-missing-libaom-includes.patch
b/http/firefox/patches/0024-bmo-1951581-add-missing-libaom-includes.patch
new file mode 100644
index 0000000..9709243
--- /dev/null
+++ b/http/firefox/patches/0024-bmo-1951581-add-missing-libaom-includes.patch
@@ -0,0 +1,34 @@
+diff --git a/dom/media/platforms/moz.build b/dom/media/platforms/moz.build
+--- a/dom/media/platforms/moz.build
++++ b/dom/media/platforms/moz.build
+@@ -72,10 +72,12 @@
+ "agnostic/DAV1DDecoder.cpp",
+ ]
+ if CONFIG["MOZ_SYSTEM_AV1"]:
+ CXXFLAGS += CONFIG["MOZ_SYSTEM_LIBAOM_CFLAGS"]
+ CXXFLAGS += CONFIG["MOZ_SYSTEM_LIBDAV1D_CFLAGS"]
++ OS_LIBS += CONFIG["MOZ_SYSTEM_LIBAOM_LIBS"]
++ OS_LIBS += CONFIG["MOZ_SYSTEM_LIBDAV1D_LIBS"]
+
+ if CONFIG["MOZ_OMX"]:
+ EXPORTS += [
+ "omx/OmxCoreLibLinker.h",
+ ]
+diff --git a/media/ffvpx/libavcodec/moz.build
b/media/ffvpx/libavcodec/moz.build
+--- a/media/ffvpx/libavcodec/moz.build
++++ b/media/ffvpx/libavcodec/moz.build
+@@ -120,11 +120,13 @@
+ 'vpx_rac.c',
+ ]
+
+ if CONFIG["MOZ_SYSTEM_AV1"]:
+ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
++ CFLAGS += CONFIG['MOZ_SYSTEM_LIBAOM_CFLAGS']
+ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
++ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBAOM_LIBS']
+ else:
+ USE_LIBS += [
+ 'dav1d',
+ 'media_libdav1d_asm',
+ ]
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (2a79f3a3f1f74e61fdee816b2ae2b74cda524371), Pavel Vinogradov, 03/11/2025

Archive powered by MHonArc 2.6.24.

Top of Page