chiark / gitweb /
Mention libsamplerate in readmes
authorRichard Kettlewell <rjk@greenend.org.uk>
Fri, 20 Nov 2009 18:52:15 +0000 (18:52 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Fri, 20 Nov 2009 18:52:15 +0000 (18:52 +0000)
CHANGES.html
README
README.developers

index 785f699be7e9555dd393cfa987247101fe6a1026..851fa3458dcc58f53bc30e1b39ddab058089876b 100644 (file)
@@ -79,7 +79,11 @@ span.command {
       
       <p>The <tt>command</tt> backend now (optionally) sends silence instead
       of suspending writes when a pause occurs or no track is playing.</p>
       
       <p>The <tt>command</tt> backend now (optionally) sends silence instead
       of suspending writes when a pause occurs or no track is playing.</p>
-      
+
+      <p>If <a href="http://www.mega-nerd.com/SRC/">libsamplerate</a> is
+      available at build time then that will be used instead of invoking
+      <a href="http://sox.sourceforge.net/">SoX</>.  </p>
+
     </div>
       
     <h3>Disobedience</h3>
     </div>
       
     <h3>Disobedience</h3>
diff --git a/README b/README
index 64b03203f0edb62978af7c0abb7e1a981f80f420..57435a817ababb23692700736c740e342592fe93 100644 (file)
--- a/README
+++ b/README
@@ -34,6 +34,7 @@ Build dependencies:
   libao            0.8.6
   libasound        1.0.13
   libFLAC          1.1.2
   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       }
   GNU C            4.1.2       }
   GNU Make         3.81        } Non-GNU versions will NOT work
   GNU Sed          4.1.5       }
index ed09c21e06b054135ad878337609b167dbfc103d..84b8129229d4c02e8db4a3fa5f100cce8f6a047c 100644 (file)
@@ -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 \
      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).
 
      On lenny use libdb4.5-deb.  libdb4.6 does not work (and configure will
      refuse to use it).