aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sox.rb
AgeCommit message (Collapse)Author
2015-03-11sox 14.4.2cyberlussi
Closes #37603. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-06-21sox: fix audit warningJack Nagel
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-11play/sox conflictAdam Vandenberg
2013-09-20sox: add optional lame dependency.glaszig
Closes #22717. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-28sox 14.4.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-14sox: add optional opencore-amr dependencyAleksey Lashin
opencore-amr is needed for converting mp3 to 8kHz wav for Asterisk Closes #15334. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-03-12sox 14.4.0Misty De Meo
The ffmpeg patch from the previous version is no longer necessary.
2012-03-11sox: don't reference commit messageAdam Vandenberg
didn't appear to be useful anyway.
2012-01-26sox: include libpng for spectrogram effectChris Koenig
Closes #9802. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-09-05sox: add libsndfile as a dependencyLudwig Schwardt
By depending on libsndfile, SoX gains the ability to read and write CAF (Core Audio Format) files, just like the afconvert command-line utility. CAF is the preferred uncompressed audio file format on iOS platforms. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01sox: Fix compilation with ffmpeg >= 0.7Misty De Meo
ffmpeg compilation broke against ffmpeg 0.7; this patch from the official sox git repo lets it build against the version we use. The patch should be able to be removed in the next version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-25sox 14.3.2Jeffrey Chupp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>