1 # Contributor: b4283 <damispirit@gmail.com>
2 # Contributor: Changaco <changaco@changaco.net>
7 pkgdesc="An open video codec developed by the Xiph.org - development version"
9 url="http://www.theora.org"
12 makedepends=('subversion' 'autoconf')
13 provides=("libtheora=$pkgver")
14 conflicts=('libtheora')
18 _svntrunk=http://svn.xiph.org/trunk
24 if [ -d $_svnmod/.svn ]; then
25 (cd $_svnmod && svn up)
27 svn co $_svntrunk/$_svnmod
30 msg "SVN checkout done or server timeout"
31 msg "Starting make..."
34 ./autogen.sh --prefix="$pkgdir/usr" || return 1
36 make install || return 1