aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl_mixer.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
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-05-29Add libvorbis to the dependencies of sdl_mixerMichaƫl Larouche
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-12Update SDL libraries.Adam Vandenberg
2009-12-02Update SDL_mixer to 1.2.11Max Howell
Fixes #147
2009-10-23Fix SDL pc files and sdl-configMax Howell
So many tools expect all SDL modules to be installed in the same place. So we have to change the prefix path to HOMEBREW_PREFIX. This is probably the correct thing to do in general in fact.
2009-10-23Fixes #77Max Howell
2009-10-20Update SDL for Snow Leopard. Add libmikmod.Adam Vandenberg
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-03Update SDL_mixer formula.Adam Vandenberg
Use LLVM if available, now that LD flags are set correctly.
2009-09-30Update SDL_mixer for 10.6.Adam Vandenberg
Updated configure args and a patch for SDL_mixer to allow it to compile under Snow Leopard.
2009-09-29Formula for SDL_mixerAdam Vandenberg