aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sox.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-30sox: fixes #2312David Höppner
mp3.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘const’ mp3.c:60: static mad_timer_t const mad_timer_zero_stub = {0, 0}; uses mad data type outside ifdef MAD, should be fixed upstream
2010-08-24sox - flac supportAdam Vandenberg
* Also add libao optional dep
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-02Updated sox to latest version 14.3.1Jean-Michel Lacroix
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-31sox: remove version, add linker error messageDavid Höppner
2010-01-31SoX 14.3.0Pete Yandell
SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. http://sox.sourceforge.net/ Signed-off-by: David Höppner <0xffea@gmail.com>