From ec96bf2e8f711b56636c9e482f6fb8e0903ba322 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 13 Jul 2010 07:54:47 -0700 Subject: [PATCH] ffmpeg - clear pinned revision on HEAD now that we build 0.6 stable --- Formula/ffmpeg.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Formula/ffmpeg.rb b/Formula/ffmpeg.rb index 29cb0cfff16..595a67b0bb5 100644 --- a/Formula/ffmpeg.rb +++ b/Formula/ffmpeg.rb @@ -2,10 +2,14 @@ require 'formula' class Ffmpeg { :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