libvpx5: provides libvpx and replace it

This commit is contained in:
maxice8 2019-02-26 11:01:08 -03:00
parent 6cfe881b6d
commit dc6b941e31
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'libvpx5'
pkgname=libvpx5
version=1.7.0
revision=1
wrksrc=libvpx-${version}
revision=2
wrksrc="libvpx-${version}"
hostmakedepends="perl yasm"
short_desc="VP8 and VP9 video codec (1.7 series)"
maintainer="q66 <daniel@octaforge.org>"
@ -11,6 +11,9 @@ homepage="http://www.webmproject.org"
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
checksum=1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238
replaces="libvpx<1.7.0_2"
provides="libvpx-${version}_${revision}"
do_configure() {
export LD="$CC"