aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mad.rb
AgeCommit message (Collapse)Author
2013-03-24Fix some issues with generated pc filesJack Nagel
- Use #opt_prefix instead of #prefix or HOMEBREW_PREFIX - Use #version rather than hardcoded strings or @version - Unify pc file method naming - Use String#undent Closes #18695.
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-12mad: avoid inreplaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-06Add ENV.ldflags and use.Adam Vandenberg
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-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-07-15Fixed compilation of mad formula.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09Update mad for newer Macs.Adam Vandenberg
Mad won't brew on arrandale CPUs, so include a submitted patch. While we're at it, enable 64bit where appropriate.
2010-06-07Remove silly concatenation.Adam Vandenberg
2009-12-12aka libmadMax Howell
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-12pkg-config support for madJiayong Ou
Added a .pc file so that pkg-config can find mad.
2009-10-09Document selflinks.shMax Howell
Neaten icu4c caveats. Use auto sourceforge mirror selection for mad.
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.