shithub: sox

Download patch

ref: c5eab428920f89f46374874fe5ca80b038014d18
parent: 4ce70de8afb5b5e5a9a06c9c68c3196b04a90481
author: evilynux <evilynux>
date: Mon Apr 30 10:17:52 EDT 2007

Preparing for 14.0.0:
- Fixed sound file types description;
- Added dependency on libao-dev and libltdl3-dev.

--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-sox (13.0.0.cvs-1) unstable; urgency=low
+sox (14.0.0.cvs-1) unstable; urgency=low
 
-  * CVS version:
+  * CVS version.
+  * [debian/control]:
     - sox-dev renamed to libsox-dev.
     - Created libsox0 package that contains the SoX library.
+    - Fixed sound file types description.
+    - Added dependency on libao-dev and libltdl3-dev.
 
- -- Pascal Giard <evilynux@gmail.com>  Fri, 23 Feb 2007 14:56:42 -0500
+ -- Pascal Giard <evilynux@gmail.com>  Sun, 29 Apr 2007 16:10:22 -0400
 
 sox (13.0.0-1) unstable; urgency=low
 
--- 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 (>= 1.0.12), libsamplerate0-dev, cdbs, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 1.2.64), libltdl3-dev, libvorbis-dev, libmad0-dev, libgsm1-dev, libsndfile1-dev (>= 1.0.12), libsamplerate0-dev, cdbs, libao-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64]
 Standards-Version: 3.7.2
 
 Package: sox
@@ -15,8 +15,8 @@
  sound files during the conversion. As an added bonus, SoX can play and record 
  audio files on several unix-style platforms.
  .
- SoX is able to handle formats like .ogg (vorbis), mp3, wav, aiff, voc, snd, au,
- gsm and several more.
+ SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU,
+ GSM and several more.
  .
  Homepage: http://sox.sourceforge.net
 
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_TAR_SRCDIR := sox-13.0.0
+DEB_TAR_SRCDIR := sox-14.0.0
 
 include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk