diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-03-10 11:23:07 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-03-10 11:38:59 +0100 |
commit | f9be9b45aaa91381b715a59d0f8a1015650e6d4a (patch) | |
tree | 6211204eb123af7cebfb729870136126ce7d547b /libre/icecat/PKGBUILD | |
parent | 302f15fc1f301c20bb420f92a211d4a284ea5e51 (diff) | |
download | abslibre-f9be9b45aaa91381b715a59d0f8a1015650e6d4a.tar.gz abslibre-f9be9b45aaa91381b715a59d0f8a1015650e6d4a.tar.bz2 abslibre-f9be9b45aaa91381b715a59d0f8a1015650e6d4a.zip |
libre/icecat: rebuilt for new libvpx
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r-- | libre/icecat/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 7edbcceac..b1530c5f6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -17,13 +17,13 @@ pkgname=icecat _pkgver=60.3.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=3 +pkgrel=4 pkgdesc="GNU IceCat - a libre standalone web browser based on Mozilla Firefox." arch=(x86_64 i686 armv7h) license=(MPL GPL LGPL) url="http://www.gnu.org/software/gnuzilla/" 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 mozilla-searchplugins) @@ -78,7 +78,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 currently 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 |