aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/x264.rb
AgeCommit message (Collapse)Author
2011-03-13x264: unset GREP_OPTIONSAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-30Updated x264 and switched to using a tarball.Grayson Manley
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
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-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-13x264 runs version.sh to set its version and allow ffmpeg to compile against itWes Oldenbeuving
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-03Update x264Adam Vandenberg
* Use a newer revision of x264 * Remove unused configure flags * Silence two warnings by editing flags
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 commitMax Howell
I picked the one from before the point that configure broke. Git blame ftw.
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-09-30x264 formulaChristoph Sturm