shithub: sox

Download patch

ref: ca0b938efe3e8e13c992c6dd89f4b957ecc46fbd
parent: e1e99f623be2e277b55f1b5142c934558da74590
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sun Mar 6 16:52:15 EST 2011

Replace "CVS" with "git" in readmes

Replace mentions of CVS in readme files with git. Also fix a typo in INSTALL.

--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@
 libraries, where to get them (if not from your OS distribution), and
 their licence types, is as follows:
 
-OpencoreAMR-NB/WB http://.sourceforge.net/projects/opencore-amr  Apache
+OpencoreAMR-NB/WB http://sourceforge.net/projects/opencore-amr  Apache
 AMR-NB/WB         http://www.penguin.cz/~utx/amr        See library web page
 AO                http://xiph.org/ao                    GPL
 ffmpeg            http://ffmpeg.mplayerhq.hu            LGPL
@@ -43,7 +43,7 @@
 libraries may require pkg-config to be installed to be properly
 detected by SoX.
 
-[Only if you're compiling the CVS sources, first make sure you have
+[Only if you're compiling the git sources, first make sure you have
 the GNU autotools installed (automake >= 1.9, autoconf >= 2.59) and
 run
 
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,6 @@
-SoX from CVS
+SoX from git
 ------------
-If you downloaded SoX from the CVS, you may build the package by:
+If you downloaded SoX from git, you may build the package by:
 
 1) Generating the autotools files: autoreconf -i
 2) Configuring and making the release tarball: ./configure && make dist
--- a/msvc10/Readme.txt
+++ b/msvc10/Readme.txt
@@ -25,7 +25,7 @@
    Windows Native Code Development - Tools
    Windows Native Code Development - Visual C++ Compilers
 
-2. Check out the SoX CVS code into a directory named sox.
+2. Check out the SoX git code into a directory named sox.
 
    Extract the source code for the other libraries next to the sox
    directory. Remove the version numbers from the directory names.
--- a/msvc9/Readme.txt
+++ b/msvc9/Readme.txt
@@ -8,7 +8,7 @@
 
 How to build:
 
-1. Check out the SoX CVS code into a directory named sox.
+1. Check out the SoX git code into a directory named sox.
 
 2. Extract the source code for the other libraries next to the sox
    directory. Remove the version numbers from the directory names.
--- a/update_debian_version.pl
+++ b/update_debian_version.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
-# This script is meant to live in SoX CVS.
+# This script is meant to live in SoX git.
 # Its sole purpose is to update the versions in the debian directory
-# so users can always build a binary package after a CVS checkout.
+# so users can always build a binary package after a git checkout.
 #
 # Written by Pascal Giard <evilynux@gmail.com>.
 use strict;