aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
AgeCommit message (Collapse)Author
2010-07-13ffmpeg - clear pinned revision on HEAD now that we build 0.6 stableAdam Vandenberg
2010-07-13Updated formula: ffmpeg 0.6Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08Subversion now supports revisions on externals.Adam Vandenberg
A formula using svn can now provide a spec: :revisions => {...revision numbers...} that contains a mapping of revision numbers to use for externals. The name of the external is keyed to the revision to use for that external. The symbol :trunk should be used to specify the reivsion of the main repo. An example from the Ffmpeg formula: head 'svn://svn.ffmpeg.org/ffmpeg/trunk', :revisions => { :trunk => 22916, 'libswscale' => 31045 } Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-20Update ffmpeg for 32-bit compiles under gcc 4.2Adam Vandenberg
Fixes issue #207.
2010-04-03Updated ffmpeg formulaKyle Fuller
* now supports, x264, faac, faad, lame optional dependencies. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Also silenced a warning on x86_64.
2010-03-22Get ffmpeg & x264 building on Mac OS X 10.6.James Snyder
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-02Use a stable revisionMax Howell
This one built on 10.6, not tested on 10.5.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-09ffmpeg configure script detects x86_64 correctly on 10.6 as of r20134David Conrad
2009-09-30Enable x264 features in ffmpegChristoph Sturm
Add dependency on x264 package. Only build 64 bit on SL, this probably fixes the build on leopard.
2009-09-11FFmpeg formula (10.6 only)Christoph Sturm
The formula is 10.6 only because it compiles 64 bit, if you are a Leopard user please patch! The MACOS_VERSION constant may be useful. FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.