ffmpeg2theora: add HEAD

This builds against ffmpeg 0.10, for what it's worth.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-02-21 18:19:07 -06:00
parent f9d3f1ae27
commit 6464f0cbab

View file

@ -1,10 +1,12 @@
require 'formula'
class Ffmpeg2theora < Formula
url 'http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2'
homepage 'http://v2v.cc/~j/ffmpeg2theora/'
url 'http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2'
md5 '31e389bfa0719f489af38b6fb2bd0a1f'
head 'http://svn.xiph.org/trunk/ffmpeg2theora', :using => :svn
depends_on 'pkg-config' => :build
depends_on 'scons' => :build
depends_on 'ffmpeg'