Skip to content

Commit

Permalink
firefox: Update version from 94.0 to 94.0.2 and apply cubeb-pulse patch
Browse files Browse the repository at this point in the history
1.  https://www.mozilla.org/en-US/firefox/94.0.2/releasenotes/
2.  Apply [patch][1] to hopefully fix hangs reported by users.

[1]: https://phabricator.services.mozilla.com/D128657
  • Loading branch information
pmenzel committed Nov 18, 2021
1 parent d5f58a9 commit 89d40cf
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 89d40cf

Please sign in to comment.