Your message dated Fri, 23 Mar 2007 09:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415753: fixed in mp3cd 1.25.4-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mp3cd
Version: 1.25.3-1
Severity: grave
Tags: patch
Justification: renders package unusable
As of version 13, SoX has changed the format of the information
sent to stdout. Because of this, mp3cd fails to parse the information
and no CD can be burnt.
The attached patch should fix this.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages mp3cd depends on:
ii cdrdao 1:1.2.2-6 records CDs in Disk-At-Once (DAO)
ii libconfig-simple-perl 4.58-1 simple configuration file class
ii normalize-audio 0.7.7-1 adjust the volume of WAV files to
ii perl 5.8.8-7 Larry Wall's Practical Extraction
ii sox 13.0.0-1 Swiss army knife of sound processi
Versions of packages mp3cd recommends:
pn flac <none> (no description available)
ii mpg123 0.61-5 MPEG layer 1/2/3 audio player
ii vorbis-tools 1.1.1-11 several Ogg Vorbis tools
-- no debconf information
--- /usr/bin/mp3cd 2007-03-03 22:12:37.000000000 +0100
+++ mp3cd 2007-03-21 18:49:17.000000000 +0100
@@ -677,17 +677,37 @@
my $name=shift(@parts);
print "Checking WAV format for track $name ...\n";
my $report=`sox -V $wav $wav.raw trim 0.1 1 2>&1`;
-# sox: Reading Wave file: Microsoft PCM format, 2 channels, 44100 samp/sec
-# sox: 176400 byte/sec, 4 block align, 16 bits/samp, 44886528 data
bytes
- $report =~ m|(\d+) channels?|s
+
+ `sox -h` =~ /SoX Version (\d+\.\d+\.\d)/;
+ my $sox_version = $1;
+ $sox_version =~ tr/./_/;
+ # In version 13, the format has changed
+ my ($channels, $frequency, $samples);
+ if($sox_version >= 13) {
+ $report =~ m|Channels\s+:\s+(\d+)|s
or die "sox did not report channel count:\n$report";
- my $channels = $1;
- $report =~ m|(\d+) samp/sec|s
+ $channels = $1;
+ $report =~ m|Sample Rate\s+:\s+(\d+)|s
or die "sox did not report sample frequency:\n$report";
- my $frequency = $1;
- $report =~ m|(\d+) bits/samp|s
+ $frequency = $1;
+ $report =~ m|Sample Size\s+:\s+(\d+)-bit|s
or die "sox did not report sample size:\n$report";
- my $samples = $1;
+ $samples = $1;
+ } else {
+ # sox: Reading Wave file: Microsoft PCM format, 2 channels,
+ # sox: 44100 samp/sec 176400 byte/sec, block align, 16 bits/samp,
+ # sox: 44886528 data bytes
+ $report =~ m|(\d+) channels?|s
+ or die "sox did not report channel count:\n$report";
+ $channels = $1;
+ $report =~ m|(\d+) samp/sec|s
+ or die "sox did not report sample frequency:\n$report";
+ $frequency = $1;
+ $report =~ m|(\d+) bits/samp|s
+ or die "sox did not report sample size:\n$report";
+ $samples = $1;
+ }
+
unless ($channels == 2 &&
$frequency == 44100 &&
$samples == 16)
--- End Message ---
--- Begin Message ---
Source: mp3cd
Source-Version: 1.25.4-1
We believe that the bug you reported is fixed in the latest version of
mp3cd, which is due to be installed in the Debian FTP archive:
mp3cd_1.25.4-1.diff.gz
to pool/main/m/mp3cd/mp3cd_1.25.4-1.diff.gz
mp3cd_1.25.4-1.dsc
to pool/main/m/mp3cd/mp3cd_1.25.4-1.dsc
mp3cd_1.25.4-1_all.deb
to pool/main/m/mp3cd/mp3cd_1.25.4-1_all.deb
mp3cd_1.25.4.orig.tar.gz
to pool/main/m/mp3cd/mp3cd_1.25.4.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kees Cook <[EMAIL PROTECTED]> (supplier of updated mp3cd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 22 Mar 2007 17:54:33 -0700
Source: mp3cd
Binary: mp3cd
Architecture: source all
Version: 1.25.4-1
Distribution: unstable
Urgency: low
Maintainer: Kees Cook <[EMAIL PROTECTED]>
Changed-By: Kees Cook <[EMAIL PROTECTED]>
Description:
mp3cd - Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs
Closes: 415753
Changes:
mp3cd (1.25.4-1) unstable; urgency=low
.
* New upstream release (Closes: #415753).
Files:
a3f3d20bccc7e62ff718d40ffb82b9f2 630 sound extra mp3cd_1.25.4-1.dsc
5ebde259d122b3e89b9be33d994746e2 18229 sound extra mp3cd_1.25.4.orig.tar.gz
5c0fba887646dbfebcbaa5571f208008 1941 sound extra mp3cd_1.25.4-1.diff.gz
1c6247a000bf0937d59c8fc5eec9f5c5 19698 sound extra mp3cd_1.25.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGA5rS+C5cwEsrK54RAuE1AJ9pBzCn+PiLM54yklIj9lKIewyF9QCguWT8
djObDOwj7h68t+8nRjiCk6o=
=SZ/g
-----END PGP SIGNATURE-----
--- End Message ---