firefox: 127.0

This commit is contained in:
Owen Rafferty 2024-06-11 20:28:38 -05:00
parent 1ac4e94a4d
commit 34b3b5145e
No known key found for this signature in database
6 changed files with 20 additions and 23377 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh -e
for p in *.patch; do
# busybox patch sucks
git apply "$p"
patch -p1 < "$p"
done
sed '/UNZIP/d' toolkit/moz.configure > _

View File

@ -1,7 +1,7 @@
bda9603fd57317e3808513ae094b7964a7304d7800fada6985ae47856b06e221b9
6484da1d65744d0867ba3fb5e008bd32a1c17d9234a05225206f334f6f46909526
bb2f85b7fe98b63ed434224d58728f85f1a7b38bb1d66482c8eefe3500cd71c91d
3e4e722acd2ab2e38a16ec23b29296318d77cc54f034d4b21d91bde085e26bc0a3
49e95cf848c09df618587bb8286bed3ed9531e24554b9ef275f070201078dba7f5
0d706838ba8eccf898dbebb70c1bd71b2ef76f83c5c89b5af33831584e912e08b4
9207f7b9aaaeaa7e55b07e8a723f34413f7436404a2c161751e92bf785dffdaa90
8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8
f65906c4942c676d93d12a5dfd4061e5a14981514ac58ee8d1a67e6724bcaf230a

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
diff -Naur a/media/ffvpx/libavcodec/moz.build b/media/ffvpx/libavcodec/moz.build
--- a/media/ffvpx/libavcodec/moz.build 2024-06-07 00:33:58.000000000 +0300
+++ b/media/ffvpx/libavcodec/moz.build 2024-06-10 21:13:44.142620997 +0300
@@ -143,6 +143,10 @@
c11_flags = ["-std=gnu11"]
if CONFIG["CC_TYPE"] == "clang-cl":
c11_flags.insert(0, "-Xclang")
+
+if CONFIG["CC_TYPE"] == "gcc" and int(CONFIG["CC_VERSION"].split(".")[0]) >= 14:
+ c11_flags.insert(0, "-Wno-error=incompatible-pointer-types")
+
CFLAGS += c11_flags
if not CONFIG["MOZ_SYSTEM_LIBVPX"]:

View File

@ -1,7 +1,7 @@
https://ftp.mozilla.org/pub/firefox/releases/126.0.1/source/firefox-126.0.1.source.tar.xz
patches/0001-Bug-1882209-Update-encoding_rs-to-0.8.34-to-deal-wit.patch
https://ftp.mozilla.org/pub/firefox/releases/127.0/source/firefox-127.0.source.tar.xz
patches/fix-target-detection.patch
patches/fix-vaapi.patch
patches/gcc-14.patch
patches/musl-sandbox.patch
patches/no-atk.patch
patches/no-dbus.patch

View File

@ -1 +1 @@
126.0.1 1
127.0 1