libvpx: update to 0.9.7-p1.
This commit is contained in:
parent
22191f7982
commit
f43560e00a
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'libvpx'
|
# Template file for 'libvpx'
|
||||||
pkgname=libvpx
|
pkgname=libvpx
|
||||||
version=0.9.7
|
_distver=0.9.7
|
||||||
wrksrc="libvpx-v${version}"
|
_patchver=p1
|
||||||
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
version=${_distver}${_patchver}
|
||||||
|
wrksrc="libvpx-v${_distver}-${_patchver}"
|
||||||
|
distfiles="http://webm.googlecode.com/files/${pkgname}-v${_distver}-${_patchver}.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared
|
configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared
|
||||||
--enable-postproc --enable-pic --disable-install-docs --disable-install-srcs"
|
--enable-postproc --enable-pic --disable-install-docs --disable-install-srcs"
|
||||||
|
@ -11,7 +13,7 @@ short_desc="The VP8 Codec SDK"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.webmproject.org"
|
homepage="http://www.webmproject.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=4436275b905d996f4f0e4a3f98f5d3ca4507a05b9b1e101adfd6f508fa6ae14b
|
checksum=074583d46955d406cf63c6a8d0d5b0a75c2b98128e6d425ab481f57612e291f0
|
||||||
long_desc="
|
long_desc="
|
||||||
WebM is an open, royalty-free, media file format designed for the web.
|
WebM is an open, royalty-free, media file format designed for the web.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue