#Maintainer: George Vlahavas pkgname=ffmpeg2theora pkgver=0.27 pkgrel=1gv source=("http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-$pkgver.tar.bz2" "ffmpeg2theora-0.23-i686-flags.patch" "ffmpeg2theora-0.23-x86_64-flags.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://v2v.cc/~j/ffmpeg2theora/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ffmpeg2theora (a simple converter to create Ogg Theora files)" "This package provides a command-line tool to encode/recode various" "video formats (basically everything that ffmpeg can read) into Theora," "the free video codec." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p0 < $startdir/src/ffmpeg2theora-0.23-$arch-flags.patch || exit 1 scons scons install prefix=$startdir/pkg/usr }