sdl_sound contains critical fixes for OSX in head only.
Requests have been made upstream for them to bump their version
that has not changed since 2008.
* Adds autotools deps when XCode is >= 4.3 and building head
* Changes from bootstrap to autoreconf. Bootstrap hardcodes
a path to /usr/bin/glibtoolize and uses a non-standard flag.
* Use env vars to send the flags.
ClosesHomebrew/homebrew#10667.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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