# Requires libogg.

NAME=libtheora
VERSION=1.0alpha7
SOURCE=http://downloads.xiph.org/releases/theora/libtheora-$VERSION.tar.gz
SOURCE_MD5=55ee3c6db3e0927e7918309891a8f52b
BUILD=${BUILD:-1}
OPTIMIZE=${OPTIMIZE:-"-O2 -fomit-frame-pointer -pipe"}

build() {
	_explode 0
	cd libtheora-$VERSION
	_configure \
		--disable-static
	make
	make DESTDIR=$PKG install
	rm -rf $PKG$DOCDIR
	_doc 0 xiphlibs/libtheora-$VERSION  AUTHORS CHANGES COPYING LICENSE \
		README doc/*.txt doc/*.html doc/libtheora/html
	_chfix
	_chgrp_bin
}
