ref: f6c13968b67990f3648d5a15858ea9f4954625c2
parent: 775489e2781f0d1b4bc8014ea4f62a92268a9c6b
author: evilynux <evilynux>
date: Wed Oct 3 15:19:10 EDT 2007
Released 14.0.0-4 to Debian unstable, see changelog.
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
sox (14.0.0+cvs-1) UNRELEASED; urgency=low
* CVS version.
+
+ -- Pascal Giard <evilynux@gmail.com> Tue, 02 Oct 2007 21:14:39 -0400
- -- Pascal Giard <evilynux@gmail.com> Sun, 30 Sep 2007 14:46:46 -0400
+sox (14.0.0-4) unstable; urgency=low
+
+ * [debian/control]:
+ - Fixed depends for libsox-dev, libsox-fmt-base became libsox-fmt-all.
+ - Fixed circular dependency libsox0 <--> libsox-fmt-base.
+ + libsox0 no longer requires libsox-fmt-base (closes: #444926).
+ + Added libsox-fmt-base to Recommends.
+ + Retrograded libsox-fmt-all from Recommends to Suggests.
+ + Improved long description of sox.
+
+ -- Pascal Giard <pascal@debian.org> Tue, 02 Oct 2007 21:14:39 -0400
sox (14.0.0-3) unstable; urgency=low
--- a/debian/control
+++ b/debian/control
@@ -18,18 +18,27 @@
.
SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU,
GSM and several more.
+ Any format support requires at least libsox-fmt-base. Some formats have their
+ own package e.g. Ogg Vorbis is provided by libsox-fmt-ogg.
.
+ SoX supports most common sound architectures i.e. Alsa, Libao and OSS
+ (provided by libsox-fmt-alsa, libsox-fmt-ao and libsox-fmt-oss). It also
+ supports LADSPA plugins.
+ .
Homepage: http://sox.sourceforge.net
Package: libsox0
Architecture: any
Section: sound
-Depends: ${shlibs:Depends}, libsox-fmt-base (=${binary:Version})
-Recommends: libsox-fmt-all, libsox-fmt-alsa | libsox-fmt-ao | libsox-fmt-oss
+Depends: ${shlibs:Depends}
+Recommends: libsox-fmt-base, libsox-fmt-alsa | libsox-fmt-ao | libsox-fmt-oss
+Suggests: libsox-fmt-all
Description: SoX library
SoX is the swiss army knife of sound processing.
.
This package contains the SoX library.
+ .
+ Any format support requires at least libsox-fmt-base.
Sound card I/O requires libsox-fmt-alsa, libsox-fmt-ao or libsox-fmt-oss.
.
Homepage: http://sox.sourceforge.net
@@ -166,7 +175,7 @@
Package: libsox-dev
Architecture: any
Section: devel
-Depends: libsox0 (=${binary:Version}), libsox-fmt-base (=${binary:Version}), ${shlibs:Depends}
+Depends: libsox0 (=${binary:Version}), libsox-fmt-all (=${binary:Version}), ${shlibs:Depends}
Description: Development files for the SoX library
SoX is the swiss army knife of sound processing.
.