sox stable port information

Package: sox
Version: 14.3.2
Revision: 1
Source: mirror:sourceforge:sox/sox-%v.tar.gz
Source-MD5: e9d35cf3b0f8878596e0b7c49f9e8302
#Source-SHA1: ad462114ff47b094078f18148bc9e29e31b42b92
#
BuildDepends: fink (>= 0.24.12-1), libsndfile1-dev, libvorbis0, libogg, libid3tag, libmad, libvorbis0, wavpack1-dev, ladspa-dev, libpng15, file-dev, libtool2, libiconv-dev, libflac8-dev, libgsm1-dev, lame-dev, libopencore-amr0
#
Depends: %N-shlibs (= %v-%r)
#
# this deliberately doesn't include ffmpeg support to make it easier to build
ConfigureParams: --mandir='${prefix}/share/man' --disable-gomp --enable-dl-mad --without-ao --without-alsa --without-oss --without-pulseaudio --without-sunaudio --without-ffmpeg --with-amrwb --with-amrnb --with-lame
#
DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL INSTALL
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for sox
DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL INSTALL
Depends: libtool2-shlibs, libsndfile1-shlibs, libvorbis0-shlibs, libogg-shlibs, libid3tag-shlibs, libmad-shlibs, libvorbis0-shlibs, wavpack1-shlibs, ladspa, libpng15-shlibs, libgsm1-shlibs, file, libiconv, libflac8, lame-shlibs, libopencore-amr0-shlibs
Shlibs: %p/lib/libsox.1.dylib 2.0.0 %n (>= 14.3.0-1)
Files: <<
%p/lib/libsox.1.dylib
<<
<<
SplitOff2: <<
Package: %N-dev
Description: Headers for sox
DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL INSTALL
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Files: <<
%p/include/sox.h
%p/include/soxstdint.h
%p/lib/libsox.dylib
<<
<<
License: GPL/LGPL
Maintainer: Hans-Christoph Steiner
Homepage: http://sox.sourceforge.net
Description: Universal sound sample translator
DescDetail: <<
SoX (also known as Sound eXchange) translates sound samples between
different file formats, and optionally applies various sound
effects. SoX is intended as the Swiss Army knife of sound processing
tools. It doesn't do anything very well, but sooner or later it comes
in very handy.

It 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.

It is compiled without ffmpeg support to make it much easier to build
using Fink. If you need a more powerful translator, or codecs that
are offered in ffmpeg, install the ffmpeg package.
<<