mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libvpx6: update to 1.8.2.
This commit is contained in:
parent
1a8062cbef
commit
e0eba6183c
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvpx6'
|
# Template file for 'libvpx6'
|
||||||
pkgname=libvpx6
|
pkgname=libvpx6
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=libvpx-${version}
|
wrksrc=libvpx-${version}
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause-Clear"
|
license="BSD-3-Clause-Clear"
|
||||||
homepage="http://www.webmproject.org"
|
homepage="http://www.webmproject.org"
|
||||||
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
||||||
checksum=df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e
|
checksum=8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac
|
||||||
replaces="libvpx<1.8.0"
|
replaces="libvpx<1.8.0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
@ -30,6 +30,7 @@ do_configure() {
|
||||||
--enable-postproc --enable-pic --disable-install-docs \
|
--enable-postproc --enable-pic --disable-install-docs \
|
||||||
--disable-install-srcs --as=yasm ${_cross}
|
--disable-install-srcs --as=yasm ${_cross}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue