aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmbc.rb
AgeCommit message (Collapse)Author
2013-03-21ffmbc 0.7-rc8Dave Rice
Closes #18656. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-02ffmbc: use optional depsJack Nagel
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23ffmbc: clean up dependencies.Mike McQuaid
2012-08-15ffmpeg, ffmbc: use texi2html on 10.8Misty De Meo
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-19ffmbc rc7Dave Rice
Closes #11074. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16ffmbc 0.7-rc6Misty De Meo
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-12ffmbc: style updateAdam Vandenberg
2012-01-18ffmbc 0.7rc5Dave Rice
note: that the rc4 link is now broken Closes #9663 Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-05ffmbc: add libfreetype in configurationDave Rice
This allows ffmbc to use the drawtext filter. Thanks to @mistydemeo] for x11 hint Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-11-17New formula: ffmbcMisty De Meo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>