Skip to content

Update Firefox from 94.0 to 94.0.2 and apply cubeb-pulse patch #2530

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-94.0-0
# BEE_VERSION firefox-94.0.2-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
# SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9bd64cb110d77a4ab0269f7d9187e21f/firefox-94.0.source.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/10c84ed01aaf2bbf0e79ba4be8f96506/firefox-94.0.2.source.tar.xz"

# PATCHURL+=()
# https://salsa.debian.org/mozilla-team/firefox/-/commit/9bc353bb426f93932e4fdd36f437dad04d099da1
PATCHURL+=(https://beehive.molgen.mpg.de/df3a19a055c83f5365c5fa0c88e0eb0f/firefox-94.0.2-cubeb-pulse.patch)

#BEE_BUILDTYPE=autotools
#build_in_sourcedir
Expand Down