summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:24:33 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:39:00 +0100
commite7214a75b4578d0ed83b8e525545fe0cd669dcb2 (patch)
tree88639ddd2323e8b295d7828438d4cb325f9174b2 /libre/iceweasel
parentf9be9b45aaa91381b715a59d0f8a1015650e6d4a (diff)
libre/iceweasel: rebuilt for new libvpx
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 38cf6401c..fe1268b2e 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -34,6 +34,7 @@
# - Remove Google API keys and usage
# - Disable Mozilla telemetry and crash reporting (good manners
# because of all of the other patching we're doing
+# - keep using a bunch of system libs
#
# [1]: https://www.mozilla.org/en-US/foundation/trademarks/policy/
@@ -42,7 +43,7 @@ replaces=('firefox')
epoch=1
pkgver=65.0.2
pkgrel=1
-pkgrel+=.parabola1
+pkgrel+=.parabola2
_brandingver=${pkgver%.*}
_brandingrel=1
pkgdesc="Libre standalone web browser based on Mozilla Firefox"
@@ -51,7 +52,7 @@ arch+=(i686 armv7h)
license=(MPL GPL LGPL)
url="https://wiki.parabola.nu/$pkgname"
depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
- ffmpeg nss ttf-font libpulse sqlite libvpx icu)
+ ffmpeg nss ttf-font libpulse sqlite icu)
makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
python nodejs python2-psutil cbindgen nasm)
@@ -112,7 +113,8 @@ ac_add_options --enable-system-sqlite
ac_add_options --with-system-bz2
ac_add_options --with-system-icu
ac_add_options --with-system-jpeg
-ac_add_options --with-system-libvpx
+# FIXME: firefox does not build against libvpx-1.8.0
+# ac_add_options --with-system-libvpx
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib