Package: sox
Version: 14.2.0-2
Severity: normal
Tags: patch

If I try to run 'run-mailcap $wavfile' (as mc does), I get the
usage-message. Apparently the option '-t wav' is no longer allowed to be
behind the filename, thus the entries in /etc/mailcap (i.e.
"/usr/bin/play '%s' -t wav" and so on) are no longer functional.

See also attached patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sox depends on:
ii  libc6                  2.9-13            GNU C Library: Shared libraries
ii  libltdl7               2.2.6a-4          A system independent dlopen wrappe
ii  libpng12-0             1.2.36-1          PNG library - runtime
ii  libsamplerate0         0.1.7-2           audio rate conversion library
ii  libsox-fmt-alsa        14.2.0-2          SoX alsa format I/O library
ii  libsox-fmt-ao          14.2.0-2          SoX Libao format I/O library
ii  libsox-fmt-base        14.2.0-2          Minimal set of SoX format librarie
ii  libsox-fmt-oss         14.2.0-2          SoX OSS format I/O library
ii  libsox1                14.2.0-2          SoX library of audio effects and p
ii  zlib1g                 1:1.2.3.3.dfsg-13 compression library - runtime

sox recommends no packages.

Versions of packages sox suggests:
ii  libsox-fmt-all                14.2.0-2   All SoX format libraries

-- no debconf information
--- sox-14.2.0~/debian/mime	2008-11-26 03:28:22.000000000 +0100
+++ sox-14.2.0/debian/mime	2009-05-28 15:24:22.000000000 +0200
@@ -1,5 +1,5 @@
-audio/basic; /usr/bin/play %s -t au 
-audio/x-aiff; /usr/bin/play %s -t aiff
-audio/x-gsm; /usr/bin/play %s -t gsm
-audio/x-wav; /usr/bin/play %s -t wav
+audio/basic; /usr/bin/play -t au %s 
+audio/x-aiff; /usr/bin/play -t aiff %s
+audio/x-gsm; /usr/bin/play -t gsm %s
+audio/x-wav; /usr/bin/play -t wav %s
 

Attachment: signature.asc
Description: Digital signature

Reply via email to