From: Richard Kettlewell Date: Fri, 20 Nov 2009 18:52:15 +0000 (+0000) Subject: Mention libsamplerate in readmes X-Git-Tag: 5.0.3~4^2~56^2 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/c3feb35be30a8018ae00b08baeaf60060f99c1b2 Mention libsamplerate in readmes --- diff --git a/CHANGES.html b/CHANGES.html index 785f699..851fa34 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -79,7 +79,11 @@ span.command {

The command backend now (optionally) sends silence instead of suspending writes when a pause occurs or no track is playing.

- + +

If libsamplerate is + available at build time then that will be used instead of invoking + SoX.

+

Disobedience

diff --git a/README b/README index 64b0320..57435a8 100644 --- a/README +++ b/README @@ -34,6 +34,7 @@ Build dependencies: libao 0.8.6 libasound 1.0.13 libFLAC 1.1.2 + libsamplerate 0.1.4 currently optional GNU C 4.1.2 } GNU Make 3.81 } Non-GNU versions will NOT work GNU Sed 4.1.5 } diff --git a/README.developers b/README.developers index ed09c21..84b8129 100644 --- a/README.developers +++ b/README.developers @@ -12,7 +12,7 @@ Dependencies: apt-get install gcc libc-dev automake autoconf libtool libgtk2.0-dev \ libgc-dev libgcrypt-dev libpcre3-dev libvorbis-dev \ libao-dev libmad0-dev libasound2-dev libdb4.3-dev \ - libflac-dev vorbis-tools wget + libflac-dev vorbis-tools wget libsamplerate0-dev On lenny use libdb4.5-deb. libdb4.6 does not work (and configure will refuse to use it).