aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/audiofile.rb
AgeCommit message (Collapse)Author
2013-03-29audiofile 0.3.6Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-02audiofile: use optional depJack Nagel
2013-02-01audiofile: use test DSLJack Nagel
2012-09-02audiofile: make test non-interactive.Mike McQuaid
2012-08-08audiofile: use options dslAdam Vandenberg
2012-06-01audiofile 0.3.4aaronlake
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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-06audiofile: remove oh1 outputJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06audiofile: use full paths in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-05audiofile: cleanupsAdam Vandenberg
* Remove comment about compilers * Flip test code to return early if we can't find the files we need * remove 'end' comments
2011-12-11audiofile 0.3.2Misty De Meo
2011-09-23audiofile: Update to 0.3.1Nibbles McGurk
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 #7635. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-26Fix some strict audit warningsAdam Vandenberg
2011-03-21audiofile 0.2.7Max Klinger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>