libvpx: update to 1.0.0.

This commit is contained in:
Juan RP 2012-01-31 17:26:12 +01:00
parent 4aa9a25a08
commit b1d09beab1

View file

@ -1,20 +1,17 @@
# Template file for 'libvpx' # Template file for 'libvpx'
pkgname=libvpx pkgname=libvpx
_distver=0.9.7 version=1.0.0
_patchver=p1 wrksrc="libvpx-v${version}"
version=${_distver}${_patchver} distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
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"
make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install" make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install"
revision=1
short_desc="The VP8 Codec SDK" 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=074583d46955d406cf63c6a8d0d5b0a75c2b98128e6d425ab481f57612e291f0 checksum=07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21
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.
@ -28,7 +25,6 @@ Add_dependency build coreutils
Add_dependency build perl ">=0" Add_dependency build perl ">=0"
Add_dependency build yasm Add_dependency build yasm
post_install() post_install() {
{
vinstall LICENSE 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/${pkgname}
} }