[notify] firefox: 94.0.2 -> 95.0; new dependencies: wasi-compiler-rt wasi-libc wasi-libc++ update llvm clang (and lld lldb if installed) before installing new dependencies
This commit is contained in:
parent
1b0fba1b71
commit
341b6f5c8e
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34u9BBiLHE3Ly2w8VoMPOBlP4p/600ZACEhiXYyxOIk8TUxzUqE/BIHsVzEgYwPhx8uYr9R33Ijz1V+WEiDrdwQ=
|
||||
SHA256 (Pkgfile) = 8a4bd5dcf66ad3b84b977ba3891bdbbbcc4b3115d9c0cef71a2ca57a1db7d17c
|
||||
RWSagIOpLGJF33RzJ0m5xtqZZXAOVCCGwqElNX9RxQ84PDif1wNfM5/cOXCHZgdrXqmb1FnOtcJcsdEExB3mNyMN07PSH2o95Qo=
|
||||
SHA256 (Pkgfile) = 749b24466a552aaab1b617678e956174d6cffb2d01a161dfd4364b8a794935b6
|
||||
SHA256 (.footprint) = 27ff13e160720bbfc07289b241337831458e954cc719d7544cc43c1b6ed370a3
|
||||
SHA256 (firefox-94.0.2.source.tar.xz) = 899ba1c806549034793d7e8ca53f4c845d783c810338f314f3d653d39649e575
|
||||
SHA256 (firefox-95.0.source.tar.xz) = 7fa3e43f6ec710b2ebba0e99db713a56d13d85f1f23c4a1399bb594fd74864de
|
||||
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91
|
||||
SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 8b236bbf3ae5cb28d1dd742f543c0079fac06af5aa80bc2051defeba95f0ae21
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: The Mozilla Firefox browser with Alsa support
|
||||
# URL: https://www.mozilla.com/firefox/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: alsa-lib autoconf-2.13 brotli cbindgen clang dbus-glib libevent libidl libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip
|
||||
# Depends on: alsa-lib autoconf-2.13 brotli cbindgen clang dbus-glib libevent libidl libnotify libvpx libwebp libxkbcommon lld nodejs nss unzip xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxt zip wasi-compiler-rt wasi-libc wasi-libc++
|
||||
# Optional: sccache jack
|
||||
|
||||
name=firefox
|
||||
version=94.0.2
|
||||
version=95.0
|
||||
release=1
|
||||
source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz
|
||||
firefox.desktop
|
||||
@ -45,6 +45,7 @@ cat <<- EOF > .mozconfig
|
||||
ac_add_options --with-system-libevent
|
||||
ac_add_options --with-system-libvpx
|
||||
ac_add_options --with-system-webp
|
||||
ac_add_options --with-wasi-sysroot=/usr/share/wasi-sysroot
|
||||
ac_add_options --enable-av1
|
||||
ac_add_options --enable-system-ffi
|
||||
ac_add_options --enable-system-pixman
|
||||
|
Loading…
Reference in New Issue
Block a user