libvpx6: update to 1.8.2.

This commit is contained in:
travankor 2019-12-20 00:39:24 -07:00 committed by Helmut Pozimski
parent 1a8062cbef
commit e0eba6183c

View file

@ -1,6 +1,6 @@
# Template file for 'libvpx6'
pkgname=libvpx6
version=1.8.1
version=1.8.2
revision=1
wrksrc=libvpx-${version}
hostmakedepends="perl yasm"
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause-Clear"
homepage="http://www.webmproject.org"
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
checksum=df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e
checksum=8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac
replaces="libvpx<1.8.0"
do_configure() {
@ -30,6 +30,7 @@ do_configure() {
--enable-postproc --enable-pic --disable-install-docs \
--disable-install-srcs --as=yasm ${_cross}
}
do_build() {
make ${makejobs}
}