shithub: sox

Download patch

ref: fadd72c4bb4c3ca41eeefadece1f399b534a81ed
parent: 9c79d5d2b8d0446f7f86eba0e4a21821695e5106
author: evilynux <evilynux>
date: Tue Feb 6 00:57:55 EST 2007

- Using libsamplerate0-dev.
- Fixed play and rec symlinks (including manpages).

--- a/debian/changelog
+++ b/debian/changelog
@@ -2,13 +2,15 @@
 
   * CVS version of SoX.
   * [debian/control]:
-    - Added build-depends on libgsm1-dev and libsndfile1-dev.
+    - Added build-depends on libsamplerate0-dev, libgsm1-dev and
+      libsndfile1-dev.
     - Taking over the package. Guenter set as co-maintainer.
   * [debian/rules]: Changed version to 12.99.9.
   * [debian/sox.install]:
     - Added soxexam.7 manpage.
     - soxmix no longer exists, removed soxmix.1 manpage.
-    - play and rec no longer have their manpages, see sox.1.
+    - Creating symlinks to play and rec ourselves, see below.
+  * [debian/sox.links]: Fixed play and rec symlinks.
   * [debian/patches]: No more patches, everything is fixed upstream.
   * [debian/README.Debian]: Added instructions to build from CVS.
 
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Pascal Giard <pascal@debian.org>
 Uploaders: Guenter Geiger (Debian/GNU) <geiger@debian.org>
-Build-Depends: debhelper (>= 1.2.64), libvorbis-dev, libmad0-dev, libgsm1-dev, libsndfile1-dev, cdbs, libasound2-dev [!kfreebsd-i386]
+Build-Depends: debhelper (>= 1.2.64), libvorbis-dev, libmad0-dev, libgsm1-dev, libsndfile1-dev (>= 1.0.12), libsamplerate0-dev, cdbs, libasound2-dev [!kfreebsd-i386]
 Standards-Version: 3.7.2
 
 Package: sox
--- a/debian/sox.install
+++ b/debian/sox.install
@@ -1,4 +1,3 @@
-build-tree/sox*/src/{play,rec,sox,soxmix} usr/bin
+build-tree/sox*/src/{sox,soxmix} usr/bin
 build-tree/sox*/sox.1 usr/share/man/man1
 build-tree/sox*/soxexam.7 usr/share/man/man7
-
--- a/debian/sox.links
+++ b/debian/sox.links
@@ -1,2 +1,4 @@
+usr/share/man/man1/sox.1.gz usr/share/man/man1/play.1.gz
 usr/share/man/man1/play.1.gz usr/share/man/man1/rec.1.gz
+usr/bin/sox usr/bin/play
 usr/bin/play usr/bin/rec