# Description: simple converter to create Ogg Theora files # URL: http://v2v.cc/~j/ffmpeg2theora/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: ffmpeg scons libtheora libvorbis name=ffmpeg2theora version=0.30 release=1 source=(http://v2v.cc/~j/$name/downloads/$name-$version.tar.bz2 fixlinking.diff) build() { cd $name-$version patch -Np1 -i ../fixlinking.diff scons scons install destdir="$PKG" prefix="/usr" mandir="PREFIX/share/man" }