mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libvpx: fix stupidity
This commit is contained in:
parent
2fe0e0cd0f
commit
0f1ec8a2a5
1 changed files with 7 additions and 4 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure option --enable-shared isn't supported for us
|
||||
|
||||
plugrel=1
|
||||
# - patch to revert stupidity of those who think arm is always cross-compiled
|
||||
|
||||
pkgname=libvpx
|
||||
pkgver=1.2.0
|
||||
|
@ -15,11 +14,15 @@ url="http://www.webmproject.org/"
|
|||
license=('BSD')
|
||||
depends=('glibc')
|
||||
makedepends=('yasm')
|
||||
source=(http://mirrors.kernel.org/archlinux/other/libvpx/libvpx-$pkgver.tar.xz{,.sig})
|
||||
sha1sums=('75cd953cf2db694412569272803fbdc73f2b599f')
|
||||
source=(http://mirrors.kernel.org/archlinux/other/libvpx/libvpx-$pkgver.tar.xz{,.sig}
|
||||
no-cross.patch)
|
||||
sha1sums=('75cd953cf2db694412569272803fbdc73f2b599f'
|
||||
'SKIP'
|
||||
'de7c8bb121d08f719f5cbbe94e7e37c24f1090b8')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 -i ../no-cross.patch
|
||||
./configure --prefix=/usr --enable-vp8 \
|
||||
--enable-postproc \
|
||||
--enable-pic \
|
||||
|
|
Loading…
Reference in a new issue