diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-03-18 03:35:48 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-03-26 04:56:27 -0400 |
commit | 87ccefec56461d336bc6338cc3ec24a1c418273b (patch) | |
tree | 0d38cf7804b5653974809c63d07d863028bc041d /libre/iceweasel | |
parent | 50d79208bdc065bcd3b2c6f3025fc4820074311f (diff) | |
download | abslibre-87ccefec56461d336bc6338cc3ec24a1c418273b.tar.gz abslibre-87ccefec56461d336bc6338cc3ec24a1c418273b.tar.bz2 abslibre-87ccefec56461d336bc6338cc3ec24a1c418273b.zip |
[iceweasel]: build against libvpx=1.11.0-1
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index afed92677..006579d60 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -49,7 +49,7 @@ pkgname=iceweasel epoch=1 pkgver=97.0.2 pkgrel=1 -pkgrel+=.parabola1 +pkgrel+=.parabola4 _brandingver=95.0-1 pkgdesc="Standalone web browser derived from Mozilla Firefox" arch=(x86_64) @@ -62,6 +62,7 @@ makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb python-setuptools python-psutil python-zstandard lld dump_syms wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi) makedepends+=(quilt libxslt imagemagick git jq python-jsonschema) +makedepends+=(libvpx=1.11.0-1) makedepends_i686=(gcc10) [[ "${CARCH}" == i686 ]] && makedepends=( ${makedepends[*]/jack/jack2} ) makedepends_i686+=(wasi-compiler-rt=12.0.1 wasi-libc++=12.0.1 wasi-libc++abi=12.0.1) # wasi-libc=???) |