firefox: 126.0.1 -> 127.0

This commit is contained in:
John McQuah 2024-06-12 22:45:15 +00:00
parent f22d730ee8
commit 78e8cb68b4
2 changed files with 5 additions and 10 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32RXv6ZtaFbR+Di40OYwqGHqikZRgV+6xGLEsbpF/yM6B+drwipi0xccPG5fSnGKn9Ialnn+vVKqNbmJblz+SQU=
SHA256 (Pkgfile) = 1ecbeaebf3e67f056d20ba3af35a2217437403804c83392ded54a60ba4233b8b
RWSagIOpLGJF30eg/eQ1uGsD9Lhi0GHQBsKfIOqJyPgkAU4u7teZdeqEnmxBunsygLufViIGovY+ejMfXdCN1mrguJu4JNpb1w8=
SHA256 (Pkgfile) = 02e0ef5aaad86e8dee1b6f6f01c932af2ba4d46c66267198b6ce3bea88195a6d
SHA256 (.footprint) = 2bf9d0db0db4636671ffc262a68acd4536e6cedcae47ecb26d5dbf87483a66ef
SHA256 (firefox-126.0.1.source.tar.xz) = f63026359f678a5d45cea4c7744fcef512abbb58a5b016bbbb1c6ace723a263b
SHA256 (firefox-127.0.source.tar.xz) = ea6b089ff046ca503978fdaf11ea123c64f66bbcdc4a968bed8f7c93e9994321
SHA256 (firefox.desktop) = a092fddc62bf5bff0c0f7891f59278463fa9b6ec24e9d811e49cd10b2282bdee
SHA256 (icu-linebreak-classes.patch) = bdfd2a93be5eed5c723ae67b308c4c2d9ed91d3173839fe560a7ca47946c7813
SHA256 (fix-target-detection.patch) = 33199c6d64a2a775b4ede35aae84b95cef8476e8995a1d1b99eb65efb59008f4

View File

@ -5,7 +5,7 @@
# Optional: apulse jack pulseaudio pipewire sndio sccache lld wasi-libc++ wayland
name=firefox
version=126.0.1
version=127.0
release=1
source=(https://ftp.mozilla.org/pub/$name/releases/$version/source/$name-$version.source.tar.xz
firefox.desktop
@ -49,6 +49,7 @@ cat <<- EOF > .mozconfig
ac_add_options --enable-optimize
ac_add_options --enable-strip
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options --enable-install-strip
ac_add_options --enable-sandbox
ac_add_options --enable-official-branding
@ -69,12 +70,6 @@ cat <<- EOF > .mozconfig
ac_add_options --disable-system-extension-dirs
EOF
# disable packed_simd with rust >= 1.78.0, because the bundled crate in this tarball
# relies on a deprecated API (see https://bugzilla.mozilla.org/show_bug.cgi?id=1896958).
# But keep enabling the simd speedup for users who locked rust to an older version.
rustc --version | awk '{ if ( $2 < 1.78 ) print "ac_add_options --enable-rust-simd" }' \
>> .mozconfig
# audio
PKGMK_FFAUDIO="alsa"
[ -e /usr/lib/libpulse.so -o -e /usr/lib/apulse/libpulse.so ] && PKGMK_FFAUDIO+=",pulseaudio"