void-packages/templates/libtheora/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

21 lines
931 B
Text

# Template file for 'libtheora'.
pkgname=libtheora
version=1.0
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
short_desc="Theora Video Compression Codec"
maintainer="pancake <pancake@nopcode.org>"
checksum=3ae9df56e8fc75ffe26e63a13cae2ce79d079416175fb0baffe0e2de8dc91a6d
long_desc="
Theora is Xiph.Org's first publicly released video codec, intended
for use within the Ogg\'s project\'s Ogg multimedia streaming system.
Theora is derived directly from On2's 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="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full libogg