libvpx: update to 0.9.7.
This commit is contained in:
parent
71bdfddd9a
commit
920d639628
|
@ -11,7 +11,7 @@ Add_dependency run libvpx
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvpx'
|
# Template file for 'libvpx'
|
||||||
pkgname=libvpx
|
pkgname=libvpx
|
||||||
version=0.9.6
|
version=0.9.7
|
||||||
wrksrc="libvpx-v${version}"
|
wrksrc="libvpx-v${version}"
|
||||||
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -9,7 +9,9 @@ configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared
|
||||||
make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install"
|
make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install"
|
||||||
short_desc="The VP8 Codec SDK"
|
short_desc="The VP8 Codec SDK"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73
|
homepage="http://www.webmproject.org"
|
||||||
|
license="BSD"
|
||||||
|
checksum=4436275b905d996f4f0e4a3f98f5d3ca4507a05b9b1e101adfd6f508fa6ae14b
|
||||||
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.
|
||||||
|
|
||||||
|
@ -20,4 +22,11 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency build coreutils
|
||||||
|
Add_dependency build perl ">=0"
|
||||||
Add_dependency build yasm
|
Add_dependency build yasm
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue