Commit Graph

10 Commits (16207fae35a8c7e6568e3d812765a5287c8c9b18)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg f53950fb8e sdl_sound: use new dsl 2012-08-26 22:02:39 -07:00
Adam Vandenberg 62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Nibbles 2bits abf1a1f516 sdl_sound: fix head build with XCode-4.3
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.

Closes Homebrew/homebrew#10667.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-23 18:08:04 -05:00
Jack Nagel 201ec3e08e sdl_sound: disable build-time sdl test
SDL is a dep and at this point has been successfully installed, so avoid
compiling a test program.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-06 15:21:52 -06:00
Nibbles 2bits 85ec8d0ba8 sdl_sound: add HEAD and update deps
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.

Closes Homebrew/homebrew#8275.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-06 14:51:54 -06:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Adam Vandenberg 3188edb13c sdl_sound 2010-03-09 23:35:12 -08:00