2009-05-15 14:32:31 +00:00
|
|
|
# Template file for 'libtheora'.
|
|
|
|
pkgname=libtheora
|
2011-05-18 14:15:20 +00:00
|
|
|
version=1.1.1
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=3
|
2011-05-18 14:15:20 +00:00
|
|
|
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-05-15 14:32:31 +00:00
|
|
|
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config libogg-devel"
|
2009-05-15 14:32:31 +00:00
|
|
|
short_desc="Theora Video Compression Codec"
|
|
|
|
maintainer="pancake <pancake@nopcode.org>"
|
2011-05-18 14:15:20 +00:00
|
|
|
checksum=f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
|
2009-05-15 14:32:31 +00:00
|
|
|
long_desc="
|
2011-07-13 23:21:02 +00:00
|
|
|
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
|
2009-05-15 14:32:31 +00:00
|
|
|
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."
|
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|