Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ffmpeg2theora: add HEAD
Browse files Browse the repository at this point in the history
This builds against ffmpeg 0.10, for what it's worth.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Feb 22, 2012
1 parent e1a79f9 commit 638b8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Formula/ffmpeg2theora.rb
@@ -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'
Expand Down

0 comments on commit 638b8f2

Please sign in to comment.