summaryrefslogtreecommitdiff
path: root/Notes
blob: 2ef2ddd1985e0fcad16cdebdaa8891181957a135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	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