void-packages/srcpkgs/libtheora/template

22 lines
923 B
Plaintext

# Template file for 'libtheora'.
pkgname=libtheora
version=1.1.1
revision=2
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
short_desc="Theora Video Compression Codec"
maintainer="pancake <pancake@nopcode.org>"
checksum=f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
long_desc="
Theora is Xiph.Org first publicly released video codec, intended
for use within the Ogg project Ogg multimedia streaming system.
Theora is derived directly from On2 VP3 codec; Currently the two are
nearly identical, varying only in encapsulating decoder tables in the
bitstream headers, but Theora will make use of this extra freedom
in the future to improve over what is possible with VP3."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build libogg-devel