Subject: CVS commit: pkgsrc/audio/sox
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2003 11:14:07
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Mar 25 09:14:07 UTC 2003

Modified Files:
	pkgsrc/audio/sox: Makefile distinfo
Removed Files:
	pkgsrc/audio/sox/patches: patch-aa

Log Message:
Update to 12.17.4; add dependency on mad.

Selection of changes:
* Various bugfixes to Ogg Vorbis handler as well as updating
  to use version 1.0 of library.  Also, modified the files
  that are output by Ogg Vorbis handler to use VBR format.
* Minor cleanups to sox.c to free and close all files instead
  of relying on C library to do it on exit.
* Fixed some integer overflow problems in compand effect.
* libst prototype cleanups and private data structure
  cleanups.
* Added new handler for Psion Record.app files.
* Play/Record scripts now look at an AUDIODEV
  enviornment variable to see what audio device to
  play to.  Also scripts to work on Sun Rays.
* Added support for reading and writing MP3 files if
  external MP3 libraries are avaliable.
* Fix multile channel bug in avg effect.
* Allow AIFF files with an invalid length of 0 to be
  processed.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/audio/sox/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/sox/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/audio/sox/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.