[Lunar-commits] <moonbase> sox: Version bump;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Aug 29 02:31:37 CEST 2009
commit 6bad3da73760899367ef04414a01f766a0950b2f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Aug 28 20:31:37 2009 -0400
sox: Version bump;
* New filter effects: `sinc', `fir', `biquad'.
* Other new effects: `stats', `overdrive', `vad'.
* New audio device handler for OpenBSD.
* Fixed problems with temporary file on Windows.
* Can now enable automated clipping protection for most effects.
* Automatically `dither' as needed.
* Improvements to AIFF, WAV, FLAC, MP3 handlers.
* ALSA driver now supports 24-bit.
* `spectrogram' effect enhancements including multi-channel support.
* `synth' effect enhancements including new `pluck' type.
* More gain/normalise options.
* Now uses CPU multi-core to speed up some effects.
* SOX_OPTS environment variable for setting default options.
* Interactive playback volume control (on some systems).
* More `soxi' options, including multi-file total duration.
* Can now auto-detect file-type even when inputing from a pipe.
---
audio/sox/DEPENDS | 11 ++++++++---
audio/sox/DETAILS | 6 +++---
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/audio/sox/DEPENDS b/audio/sox/DEPENDS
index 22faab5..7061fe9 100644
--- a/audio/sox/DEPENDS
+++ b/audio/sox/DEPENDS
@@ -1,10 +1,15 @@
+optional_depends alsa-utils "--with-alsa" "--without-alsa" "for alsa support"
optional_depends libpng "--with-png" "--without-png" "for PNG support"
optional_depends ffmpeg "--with-ffmpeg" "--without-ffmpeg" "for FFMPEG support"
-optional_depends libogg "--with-ogg" "--without-ogg" "for OGG support"
optional_depends libsndfile "--with-sndfile" "--without-sndfile" "for lame support"
optional_depends libmad "--with-mad" "--without-mad" "for mad support"
optional_depends flac "--with-flac" "--without-flac" "for flac support"
optional_depends lame "--with-lame" "--without-lame" "for lame support"
optional_depends libid3tag "--with-id3tag" "--without-id3tag" "for MP3 tag support"
-optional_depends amrnb "--with-amr-nb" "--without-amr-nb" "for AMR narrowband support"
-optional_depends amrwb "--with-amr-wb" "--without-amr-wb" "for AMR wideband support"
+optional_depends amrnb "--with-amrnb" "--without-amrnb" "for AMR narrowband support"
+optional_depends amrwb "--with-amrwb" "--without-amrwb" "for AMR wideband support"
+optional_depends libmad "--with-mad" "--without-mad" "for mad support"
+optional_depends ladspa_sdk "--with-ladspa" "--without-ladspa" "for ladspa support"
+
+optional_depends libogg "--with-oggvorbis" "--without-oggvorbis" "for OGG support"
+optional_depends pulseaudio "--with-pulseaudio" "--without-pulseaudio" "for pulseaudio support"
diff --git a/audio/sox/DETAILS b/audio/sox/DETAILS
index 70301db..b00c3ef 100644
--- a/audio/sox/DETAILS
+++ b/audio/sox/DETAILS
@@ -1,11 +1,11 @@
MODULE=sox
- VERSION=14.2.0
+ VERSION=14.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:1b60e5af43f44a51247fb978f2423f0de7e27363
+ SOURCE_VFY=sha1:34b8e991ba8511fa9683e9e9d356fb7f4179d03c
WEB_SITE=http://sox.sourceforge.net
ENTERED=20010922
- UPDATED=20081111
+ UPDATED=20090828
SHORT="Swiss Army knife of sound processing tools"
cat << EOF
More information about the Lunar-commits
mailing list