Your message dated Mon, 17 Apr 2006 14:49:01 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358827: fixed in slimserver 6.2.1-3
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: slimserver
Version: 6.2.1-2
Tags: patch
Slimserver assumes that in CUE files several tags such as TRACK or
PERFORMER are indented. This indentation is neither necessary nor is
it generated by tools such as "cueconvert". The patch below fixes the
problem by making the leading whitespace optional for the tags in
question.
Regards,
--david
--- SlimServer_v6.2.1/Slim/Formats/Parse.pm 2005-11-14 17:12:32.000000000
-0700
+++ SlimServer_v6.2.1-davidm/Slim/Formats/Parse.pm 2006-03-13
08:46:04.000000000 -0700
@@ -346,22 +349,21 @@
$filename = $1;
$filename = Slim::Utils::Misc::fixPath($filename,
$cuedir);
- } elsif ($line =~ /^\s+TRACK\s+(\d+)\s+AUDIO/i) {
+ } elsif ($line =~ /^\s*TRACK\s+(\d+)\s+AUDIO/i) {
$currtrack = int ($1);
-
- } elsif (defined $currtrack and $line =~
/^\s+PERFORMER\s+\"(.*)\"/i) {
+ } elsif (defined $currtrack and $line =~
/^\s*PERFORMER\s+\"(.*)\"/i) {
$tracks->{$currtrack}->{'ARTIST'} = $1;
} elsif (defined $currtrack and
- $line =~
/^(?:\s+REM)?\s+(TITLE|YEAR|GENRE|COMMENT|COMPOSER|CONDUCTOR|BAND|DISC|DISCC)\s+\"(.*)\"/i)
{
+ $line =~ /^(?:\s+REM
)?\s*(TITLE|YEAR|GENRE|COMMENT|COMPOSER|CONDUCTOR|BAND|DISC|DISCC)\s+\"(.*)\"/i)
{
$tracks->{$currtrack}->{uc $1} = $2;
- } elsif (defined $currtrack and $line =~
/^\s+INDEX\s+00\s+(\d+):(\d+):(\d+)/i) {
+ } elsif (defined $currtrack and $line =~
/^\s*INDEX\s+00\s+(\d+):(\d+):(\d+)/i) {
$tracks->{$currtrack}->{'PREGAP'} = ($1 * 60) + $2 +
($3 / 75);
- } elsif (defined $currtrack and $line =~
/^\s+INDEX\s+01\s+(\d+):(\d+):(\d+)/i) {
+ } elsif (defined $currtrack and $line =~
/^\s*INDEX\s+01\s+(\d+):(\d+):(\d+)/i) {
$tracks->{$currtrack}->{'START'} = ($1 * 60) + $2 + ($3
/ 75);
--- End Message ---
--- Begin Message ---
Source: slimserver
Source-Version: 6.2.1-3
We believe that the bug you reported is fixed in the latest version of
slimserver, which is due to be installed in the Debian FTP archive:
slimserver_6.2.1-3.diff.gz
to pool/main/s/slimserver/slimserver_6.2.1-3.diff.gz
slimserver_6.2.1-3.dsc
to pool/main/s/slimserver/slimserver_6.2.1-3.dsc
slimserver_6.2.1-3_all.deb
to pool/main/s/slimserver/slimserver_6.2.1-3_all.deb
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.
Simon Kelley <[EMAIL PROTECTED]> (supplier of updated slimserver 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: Mon, 17 Apr 2006 17:20:35 +1000
Source: slimserver
Binary: slimserver
Architecture: source all
Version: 6.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <[EMAIL PROTECTED]>
Changed-By: Simon Kelley <[EMAIL PROTECTED]>
Description:
slimserver - Streaming Audio Server
Closes: 357776 358827 358830 358850 360242 360558
Changes:
slimserver (6.2.1-3) unstable; urgency=low
.
* Apply CUE file patch. (closes: #358827)
* Apply multi-track FLAC patch. (closes: #358830)
* Fix default start-logic. (closes: #360242)
* Fix debconf template. (closes: #357776) (closes: #358850)
* Install French debconf translation. (closes: #360558)
Files:
c5a0868ced4e61c249146c892d571dd2 637 sound optional slimserver_6.2.1-3.dsc
774c2736af75790a40092d6b50f958f9 68663 sound optional
slimserver_6.2.1-3.diff.gz
f69bd734902c34cdd7731531b6e2a712 1209062 sound optional
slimserver_6.2.1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFEQ+QGwEl0z99oB74RAtj5AJsHMb99GGyf7RjuQj/8QcnHjKgJBwCffWaa
/kO/BzDeGdIeyWgBRROvzus=
=QG9x
-----END PGP SIGNATURE-----
--- End Message ---