Commit Graph

11 Commits (cb587b1eaaac7e0153446db0647d6c537e8db22b)

Author SHA1 Message Date
Mike McQuaid bd7d1bba9e audiofile: make test non-interactive. 2012-09-02 00:50:20 -07:00
Adam Vandenberg 26a30cbc3c audiofile: use options dsl 2012-08-08 22:01:39 -07:00
aaronlake 8ca0d87dd0 audiofile 0.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-01 08:29:06 -07:00
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Jack Nagel c12a67f639 audiofile: remove oh1 output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel ae8be21375 audiofile: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Adam Vandenberg 4ba23d75a3 audiofile: cleanups
* Remove comment about compilers
* Flip test code to return early if we can't find the files we need
* remove 'end' comments
2012-02-05 10:17:04 -08:00
Misty De Meo bb6dafb4d3 audiofile 0.3.2 2011-12-11 01:43:57 -06:00
Nibbles McGurk c8909048fc audiofile: Update to 0.3.1
This is an update for audiofile including a new option to enable Code Coverage
support using lcov. There will be a depends_on lcov => :build if the user enables
the new option. I also added a new option to check the build with make check and a
def test function.  There was a compile time option to --enable-valgrind support,
a memory leak testing suite, but homebrewed valgrind fails it's own make check atm.
This update was tested on 10.6.8 x86_64 using 2335, gcc-4.2.1, and clang. It builds
both static and shared libs for your native architecture.

Closes Homebrew/homebrew#7635.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 19:17:26 -07:00
Adam Vandenberg 0c840d6281 Fix some strict audit warnings 2011-03-26 08:49:34 -07:00
Max Klinger 4b0e8b041b audiofile 0.2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-21 20:43:08 -07:00