ffmpeg - clear pinned revision on HEAD now that we build 0.6 stable

master
Adam Vandenberg 2010-07-13 07:54:47 -07:00
parent 5387794450
commit ec96bf2e8f
1 changed files with 7 additions and 3 deletions

View File

@ -2,10 +2,14 @@ require 'formula'
class Ffmpeg <Formula
url 'http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2'
sha1 'c130e3bc368251b9130ce6eafb44fe8c3993ff5c'
head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
:revisions => { :trunk => 22916, 'libswscale' => 31045 }
homepage 'http://ffmpeg.org/'
sha1 'c130e3bc368251b9130ce6eafb44fe8c3993ff5c'
# Before 0.6, the head version was:
# head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
# :revisions => { :trunk => 22916, 'libswscale' => 31045 }
# We probably need new revisions specified here:
head 'svn://svn.ffmpeg.org/ffmpeg/trunk'
depends_on 'x264' => :optional
depends_on 'faac' => :optional