Commit Graph

30 Commits (9c68ac524f4383b0a9354b3c08ac885dc44ab40e)

Author SHA1 Message Date
Artem Baguinski cfe1bebf83 ffmpeg: remove now-unused dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 14:57:38 -07:00
Fabián Arias 7e47d55f04 ffmpeg: allow use of alternate compilers 2011-06-30 09:27:39 -07:00
Paul Howes 12f709960c ffmpeg 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-30 07:24:25 -07:00
Trevor Wennblom f394f17336 ffmpeg 0.6.3
Fixes Homebrew/homebrew#6136

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-25 19:49:40 -07:00
dinkypumpkin ec6433647e ffmpeg: restored ffmpeg.org links, fixed inreplace edit
1. Original ffmpeg developers have regained ffmpeg.org from
libav fork, so url and head links have been reset accordingly.
2. Fixed config.mak inreplace munging for 64-bit builds
(was breaking HEAD builds)
3. Changed version string generation to first try version.sh
script in git repo before falling back to 'git describe'

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11 07:53:14 -07:00
Adam Vandenberg 121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
dinkypumpkin 16e478e477 ffmpeg: fix version stamp for HEAD builds
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-20 17:05:36 -07:00
dinkypumpkin ea2a1bbd63 ffmpeg 0.6.2
This project is now known as libav upstream, but still compiles to "ffmpeg",
so add an alias. Also update the homepage and download urls.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-20 13:32:54 -07:00
Adam Vandenberg 7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
dinkypumpkin 1d14ecb9fa point head to git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-14 15:28:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
David Backeus 243e5f1de2 Updated FFMPEG to 0.6.1.
Skip --enable-libfaad flag if installing from head as it is no
longer availible.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:37:30 -08:00
Pavel Gorbokon 81b93ed592 ffmpeg formula: add optional xvid dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30 17:23:00 -07:00
Philip Weaver 5b0f857413 ffmpeg: add support for compiling with libvpx
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-29 14:06:52 +02:00
Adam Vandenberg 576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07:00
Adam Vandenberg fb8a8f691a ffmpeg won't compile when jack is installed 2010-08-14 10:05:39 -07:00
Adam Vandenberg a401bcc30e Use is_32_bit? and remove negatives. 2010-08-08 11:28:33 -07:00
Hampton Catlin 255263204e using the proper libvorbis libraries
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-04 08:37:40 -07:00
Hampton Catlin 7eec7b8686 ffmpeg should compile to work with ogg if selected
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-04 06:23:15 -07:00
Adam Vandenberg ec96bf2e8f ffmpeg - clear pinned revision on HEAD now that we build 0.6 stable 2010-07-13 07:54:47 -07:00
Martin Kühl 5387794450 Updated formula: ffmpeg 0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13 07:51:29 -07:00
Adam Vandenberg 3458e88d45 Subversion now supports revisions on externals.
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-06-08 12:36:03 -07:00
Adam Vandenberg 479ed70503 Update ffmpeg for 32-bit compiles under gcc 4.2
Fixes issue Homebrew/homebrew#207.
2010-04-20 22:08:33 -07:00
Kyle Fuller 120f5ba11d Updated ffmpeg formula
* now supports, x264, faac, faad, lame optional dependencies.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Also silenced a warning on x86_64.
2010-04-03 21:26:07 -07:00
James Snyder 4f7cd737db Get ffmpeg & x264 building on Mac OS X 10.6.
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-22 13:20:33 +01:00
Max Howell 34919867ff Use a stable revision
This one built on 10.6, not tested on 10.5.
2009-12-02 10:38:41 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-15 16:48:03 +01:00
David Conrad 0a9451aae2 ffmpeg configure script detects x86_64 correctly on 10.6 as of r20134 2009-10-09 00:47:02 +01:00
Christoph Sturm 655a5e35a2 Enable x264 features in ffmpeg
Add dependency on x264 package.

Only build 64 bit on SL, this probably fixes the build on leopard.
2009-09-30 01:24:31 +01:00
Christoph Sturm 8829204c1e FFmpeg formula (10.6 only)
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.
2009-09-11 17:42:53 +01:00