libvpx5: provides libvpx and replace it
This commit is contained in:
parent
6cfe881b6d
commit
dc6b941e31
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue