	Creating the upstream tarball
	-----------------------------

Upstream distributes sources in a zip file, which needs to be
converted to a tarball.  In addition, upstream fiddled with
configure.ac, but did not refresh "configure" itself.



1. unzip nyqsrc304b.zip

2. cd nyquist/liblo
   edit configure.ac to remove the following line
   #	lo/lo_endian.h

3. libtoolize
   autoreconf

4. cd ../..
   tar czf nyquist_3.04b.orig.tar.gz nyquist




	Removing use of embedded sources
	--------------------------------

libsndfile (in directory nylsf)
-------------------------------

version: 1.0.17 
Debian devel package: libsndfile1-dev (currently version 1.0.23)
patch: use-system-sndfile.patch


liblo
-----

version: 0.26
Debian devel package: liblo-dev (currently version 0.26)
patch: use-system-liblo.patch


portaudio
---------

version: V19
Debian devel package: portaudio19-dev (currently version 19+svn20071022)
patch: use-system-portaudio.patch



