From fb00f36e787177d2fbe58d3d7e1fe291c4a233a3 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 4 Jul 2012 09:27:37 +0000 Subject: Changes 14.4.0: * File formats: o Mention in man pages that WAV files support floating point encodings. o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer) o Pad WAV data chunk to an even number of bytes (as required by the specification). [3203418] (Ulrich Klauer) o Add optional MP2 write support with twolame library. (Paul Kelly) * Audio device drivers: o Give pulseaudio driver higher priority than alsa or oss now that its proven stable and gives user more features; such as per app volume control. (cbagwell) o Fix bug when specifying OSX coreaudio device name. Would only search for first 3 devices. (cbagwell) o Fix sox hangups are exit when using coreaudio. (cbagwell) o Improve buffering in coreaudio driver (Michael Chen) o Support enabling play/rec mode when user invokes sox as either play or play.exe on windows. (cbagwell) o Fix compile of sunaudio driver on OpenBSD (cbagwell) * Effects: o Improvements to man pages for tempo effect. Really made in 14.3.2. (Jim Harkins). o New upsample effect. (robs) o Fix to effects pipeline to let fade effect specify time from end of file again. (cbagwell and Thor Andreassen) o Fix man page default error for splice effect. (Ulrich Klauer) o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer) o Effects chain can now be unlimited in length. (Ulrich Klauer) o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer) o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer) o Let the delay effect gracefully handle the special case that a delay can be more than the input length. [3055399] (Ulrich Klauer) o New hilbert and downsample effects. (Ulrich Klauer) o Fix problem where fade would sometimes fail if specifying a fade-out immediately after a fade-in. (robs) o Stricter syntax checking for several effects --- audio/sox/Makefile | 5 +++-- audio/sox/PLIST | 3 +-- audio/sox/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'audio/sox') diff --git a/audio/sox/Makefile b/audio/sox/Makefile index a5e93326bbf..751633857df 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2012/01/20 12:31:25 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2012/07/04 09:27:37 adam Exp $ -DISTNAME= sox-14.3.2 +DISTNAME= sox-14.4.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} @@ -40,5 +40,6 @@ post-install: .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../sysutils/file/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/sox/PLIST b/audio/sox/PLIST index cff472b47b7..0d028f973c0 100644 --- a/audio/sox/PLIST +++ b/audio/sox/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2010/07/23 07:55:12 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/07/04 09:27:37 adam Exp $ bin/play bin/rec bin/sox bin/soxi include/sox.h -include/soxstdint.h lib/libsox.la lib/pkgconfig/sox.pc man/man1/play.1 diff --git a/audio/sox/distinfo b/audio/sox/distinfo index 5ff0a3306bf..94ad4db6c44 100644 --- a/audio/sox/distinfo +++ b/audio/sox/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2012/01/20 12:29:45 wiz Exp $ +$NetBSD: distinfo,v 1.22 2012/07/04 09:27:37 adam Exp $ -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 (sox-14.4.0.tar.gz) = d809cab382c7a9d015491c69051a9d1c1a1a44f1 +RMD160 (sox-14.4.0.tar.gz) = af1b6c02d29c988f9b0dfec9ca9ebb30949b0663 +Size (sox-14.4.0.tar.gz) = 1105756 bytes SHA1 (patch-aa) = e6f3d06450862795648622a017b2c696328872f5 SHA1 (patch-ak) = 806771b7f7f3e46c28036f9414f8e27b893813c2 -- cgit v1.2.3