diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-20 12:29:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-20 12:29:45 +0000 |
commit | 548064f7fbbdfad7ee3f6a1ef24eece23b1046d3 (patch) | |
tree | da93b3396732b5b6c8337ef1334b6ba4f1d76dd1 /audio/sox | |
parent | 2fed5f227db43ecd41b887630352fdfac0cbd703 (diff) | |
download | pkgsrc-548064f7fbbdfad7ee3f6a1ef24eece23b1046d3.tar.gz |
Update to 14.3.2:
sox-14.3.2 2011-02-27
----------
File formats:
o Add seek support to mp3 handler for speed improvements. (Pavel Karneliuk)
o Fix bug were WavPack header was not updated correctly when closing
file. Fixed libsox memory leak when closing WavPack files.
(David Bryant)
o Fix RIFF chunk length error when writing 24-bit files. (David Bryant)
o 24-bit WAV files were leaving channel maps unassigned. Change to use
common channel mappings based on channel count. This allows to
work more seemlessly with other apps such as WavPack and Foobar2000.
(David Bryant)
o Fix ffmpeg playback bug caused by alignment requirements on some platforms.
Closes bug #3017690. (Reuben Thomas).
o Fix memory leak in ffmpeg. (Doug Cook)
o Handle 0 length chunks in WAV files gracefully. (Beat Jorg)
o When skipping over chunks, account for word alignment. Helps
with some Logic Pro generated files. (D Lambley)
o Fix incorrect MP3 file length determination with VBR & .5s initial
silence. (robs)
Audio device drivers:
o Fix immediate segfault on OSX while attempting to record. (Adam Fritzler)
o Fix segfault on OSX playback for some HW that gives smaller then
requested buffers. (cbagwell)
o Clean up system resource in coreaudio on close. Allows running
back-to-back open()/close()'s without exiting app first. (cbagwell)
o Add support for 32-bit samples to OSS driver. (Eric Lammerts)
o Add support for 24 and 32-bit samples to waveaudio (Win32) driver.
(Doug Cook)
o Support specifying audio device other than default on OSX (cbagwell)
Effects:
o F.R. [3051700] spectrogram -r for `raw' spectrogram, no legend. (robs)
o Fix -w option on stats effect. (Ronald Sprouse)
o Fix segfault with some ladspa plugins (Thor Andreassen)
o Optionally look for png.h in libpng directory to support OpenBSD
packaging. Helps enable spectrograph effect. (cbagwell)
o libpng15 requires application to include zlib.h header file. (cbagwell)
Add this to spectrograph effect. [3184238]
o Enable LADSPA effects on all platforms without any external
dependencies. Mainly useful for Linux, Windows and OS X which have
binaries readily available. (cbagwell)
o Support specifying an absolute end location for trim effect instead
only an offset from trim begin location. (Ulrich Klauer)
o Fix regression where MP3 handler required libmad headers to be installed.
(Samuli Suominen)
o Allow dynamic loading of lame to be enabled even if lame header files
are not installed. (Doug Cook)
Other new features:
o Soxi now reports duration of AMR files. (robs)
o Document the "multiple" combine option in man pages and in
usage output (Ulrich Klauer).
Internal improvements:
o Distribute msvc9 project files that had been in CVS only. (cbagwell)
o Add msvc10 project files (also compatible with the Windows SDK 7.1).
(Doug Cook)
o cmake now compiles waveaudio driver under windows environment. (cbagwell)
[3072672]
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 5 | ||||
-rw-r--r-- | audio/sox/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index f22108fe1fe..e161afce694 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2011/11/18 08:31:13 sbd Exp $ +# $NetBSD: Makefile,v 1.54 2012/01/20 12:29:45 wiz Exp $ -DISTNAME= sox-14.3.1 -PKGREVISION= 2 +DISTNAME= sox-14.3.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} diff --git a/audio/sox/distinfo b/audio/sox/distinfo index 434b33654ec..5ff0a3306bf 100644 --- a/audio/sox/distinfo +++ b/audio/sox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2010/12/27 05:32:49 obache Exp $ +$NetBSD: distinfo,v 1.21 2012/01/20 12:29:45 wiz Exp $ -SHA1 (sox-14.3.1.tar.gz) = ef1773e08322ad9d9deb0a9f8e37a7ba4b9ca384 -RMD160 (sox-14.3.1.tar.gz) = d5c44ccb3acbe686af4bd434ce8cb9a7bf3e2dc7 -Size (sox-14.3.1.tar.gz) = 1044595 bytes +SHA1 (sox-14.3.2.tar.gz) = ad462114ff47b094078f18148bc9e29e31b42b92 +RMD160 (sox-14.3.2.tar.gz) = 5b8e86bd64ade2d9534993317474c33b41090183 +Size (sox-14.3.2.tar.gz) = 1110175 bytes SHA1 (patch-aa) = e6f3d06450862795648622a017b2c696328872f5 SHA1 (patch-ak) = 806771b7f7f3e46c28036f9414f8e27b893813c2 |