mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Removed system libvpx
This commit is contained in:
parent
1282b5bb66
commit
3e36505488
2 changed files with 3 additions and 5 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = icecat
|
||||
pkgdesc = GNU version of the Firefox browser.
|
||||
pkgver = 60.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.gnu.org/software/gnuzilla/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
@ -31,7 +31,6 @@ pkgbase = icecat
|
|||
depends = dbus-glib
|
||||
depends = alsa-lib
|
||||
depends = ffmpeg
|
||||
depends = libvpx
|
||||
depends = icu
|
||||
depends = libevent
|
||||
depends = nss
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -9,13 +9,13 @@ pkgname=icecat
|
|||
pkgver=60.3.0
|
||||
_pkgver=${pkgver}-gnu1
|
||||
_pkgverbase=${pkgver%%.*}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GNU version of the Firefox browser."
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.gnu.org/software/gnuzilla/"
|
||||
license=('GPL' 'MPL' 'LGPL')
|
||||
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg'
|
||||
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
|
||||
'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
|
||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'autoconf2.13'
|
||||
'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust' 'llvm' 'clang')
|
||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||
|
|
@ -68,7 +68,6 @@ ac_add_options --with-system-zlib
|
|||
ac_add_options --with-system-bz2
|
||||
ac_add_options --with-system-icu
|
||||
ac_add_options --with-system-jpeg
|
||||
ac_add_options --with-system-libvpx
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
ac_add_options --enable-system-sqlite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue