libvpx: update to 1.1.0.

This commit is contained in:
Juan RP 2012-05-23 20:15:56 +02:00
parent 1816de0e4a
commit cc6e9c5f35
2 changed files with 5 additions and 10 deletions

View File

@ -1,15 +1,12 @@
# Template file for 'libvpx-devel'. # Template file for 'libvpx-devel'.
# #
depends="yasm glibc-devel libvpx" depends="libvpx>=$version"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install()
{
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/*.a" usr/lib vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib

View File

@ -1,19 +1,19 @@
# Template file for 'libvpx' # Template file for 'libvpx'
pkgname=libvpx pkgname=libvpx
version=1.0.0 version=1.1.0
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"
subpackages="$pkgname-devel"
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=2
makedepends="which perl>=0 yasm" makedepends="which perl>=0 yasm"
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=07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21 checksum=9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5
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.
@ -22,8 +22,6 @@ long_desc="
streams compressed with the Vorbis audio codec. The WebM file structure is streams compressed with the Vorbis audio codec. The WebM file structure is
based on the Matroska container." based on the Matroska container."
subpackages="$pkgname-devel"
post_install() { post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/${pkgname}
} }