2b35c83b59
--HG-- branch : gnome3
23 lines
991 B
Text
23 lines
991 B
Text
# Template file for 'libvpx'
|
|
pkgname=libvpx
|
|
version=0.9.6
|
|
wrksrc="libvpx-v${version}"
|
|
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
|
build_style=configure
|
|
configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared
|
|
--enable-postproc --enable-pic --disable-install-docs --disable-install-srcs"
|
|
make_install_target="DIST_DIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr install"
|
|
short_desc="The VP8 Codec SDK"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73
|
|
long_desc="
|
|
WebM is an open, royalty-free, media file format designed for the web.
|
|
|
|
WebM defines the file container structure, video and audio formats. WebM
|
|
files consist of video streams compressed with the VP8 video codec and audio
|
|
streams compressed with the Vorbis audio codec. The WebM file structure is
|
|
based on the Matroska container."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency build yasm
|