Commit Graph

14 Commits (04efb526e9c5281e0eb62fae93de39cfa8febf3e)

Author SHA1 Message Date
Misty De Meo 6c1d6351f7 sox 14.4.0
The ffmpeg patch from the previous version is no longer necessary.
2012-03-12 10:49:14 -05:00
Adam Vandenberg 332acb70f5 sox: don't reference commit message
didn't appear to be useful anyway.
2012-03-11 15:02:05 -07:00
Chris Koenig 4089df2501 sox: include libpng for spectrogram effect
Closes Homebrew/homebrew#9802.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-26 23:20:40 -06:00
Ludwig Schwardt 77e0eaa967 sox: add libsndfile as a dependency
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-05 17:15:21 -05:00
Misty De Meo 1877c4376c sox: Fix compilation with ffmpeg >= 0.7
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-09-01 13:00:54 -07:00
Jeffrey Chupp c00397b7c4 sox 14.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-25 19:51:19 -07: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
David Höppner 8dbabcbd25 sox: fixes Homebrew/homebrew#2312
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-30 15:08:26 +02:00
Adam Vandenberg 9f81868869 sox - flac support
* Also add libao optional dep
2010-08-24 09:13:32 -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
Jean-Michel Lacroix 4f59e5cc08 Updated sox to latest version 14.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-02 20:59:24 -07:00
David Höppner 08961a331b sox: remove version, add linker error message 2010-01-31 17:00:45 +01:00
Pete Yandell 0435527fcd SoX 14.3.0
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>
2010-01-31 16:58:14 +01:00