sdl_sound has their stable and development branches under hg rev
at icculus.org. This adds the ability to build HEAD.
Also in this commit are two more optional deps to enhance the
capabilities of sdl_sound if the user wants, speex and physfs.
The --disable-debug was removed as it is the default. The other
flag, --disable-sdl-test seemed misplaced, seeing as we have a dep
on SDL and want it to pick that up as best it can. The boostrap
is in because we are building from hg, and the make check is there
because it takes no time and verifies the multi-library code.
The software builds a playsound cli that the user can run, but no
def test is included.
ClosesHomebrew/homebrew#8275.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* 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