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:
parent
f9d3f1ae27
commit
6464f0cbab
1 changed files with 3 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue