Your message dated Tue, 16 Sep 2008 21:17:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466949: fixed in emms 3.0-3
has caused the Debian Bug report #466949,
regarding emms: Doesn't work properly with alsaplayer backend
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
466949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466949
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: emms
Version: 2.1+clean-1
Severity: important

I do attach a little patch for emms-player-simple.el that solves the
problem. In addition I'd suggest to fix simple player definition macro
to make the regex customization actually functional. The suggested
correction is also included into the patch.

Best regards,
Igor.

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emms depends on:
ii  emacs [emacsen]          22.1-0ubuntu5.1 The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen]        22.1-0ubuntu5.1 The GNU Emacs editor (Emacs 22)
ii  emacsen-common           1.4.17          Common facilities for all emacsen
ii  libc6                    2.6.1-1ubuntu10 GNU C Library: Shared libraries
ii  libtagc0                 1.4-8           TagLib Audio Meta-Data Library (C 

Versions of packages emms recommends:
ii  mpg321                    0.2.10.3       A Free command-line mp3 player, co
ii  vorbis-tools              1.1.1-13build1 several Ogg Vorbis tools

-- no debconf information

diff -u emms-player-simple.el.orig emms-player-simple.el
--- emms-player-simple.el.orig	2007-05-09 19:21:45.000000000 +0400
+++ emms-player-simple.el	2008-02-22 03:45:35.000000000 +0300
@@ -98,7 +98,8 @@
        "Return non-nil when we can play this track."
        (and (executable-find ,command-name)
             (memq (emms-track-type track) ,types)
-            (string-match ,regex (emms-track-name track)))))))
+            (string-match (emms-player-get ,player-name 'regex)
+                          (emms-track-name track)))))))
 
 ;; Global variables
 (defvar emms-player-simple-process-name "emms-player-simple-process"
@@ -179,7 +180,7 @@
                              ".stm" ".stx" ".ult" ".apun" ".xm" ".mod")
   "mikmod" "-q" "-p" "1" "-X")
 (define-emms-simple-player alsaplayer '(file url)
-  (emms-player-simple-regexp ".ogg" ".mp3" ".wav" ".flac" ".pls" ".m3u" "http://";)
+  (emms-player-simple-regexp "ogg" "mp3" "wav" "flac" "pls" "m3u")
   "alsaplayer" "--quiet" "--nosave" "\"--interface text\"")
 
 (provide 'emms-player-simple)

--- End Message ---
--- Begin Message ---
Source: emms
Source-Version: 3.0-3

We believe that the bug you reported is fixed in the latest version of
emms, which is due to be installed in the Debian FTP archive:

emms_3.0-3.diff.gz
  to pool/main/e/emms/emms_3.0-3.diff.gz
emms_3.0-3.dsc
  to pool/main/e/emms/emms_3.0-3.dsc
emms_3.0-3_i386.deb
  to pool/main/e/emms/emms_3.0-3_i386.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.
Arnaud Fontaine <[EMAIL PROTECTED]> (supplier of updated emms 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.8
Date: Tue, 16 Sep 2008 21:47:27 +0100
Source: emms
Binary: emms
Architecture: source i386
Version: 3.0-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Fontaine <[EMAIL PROTECTED]>
Changed-By: Arnaud Fontaine <[EMAIL PROTECTED]>
Description: 
 emms       - The Emacs MultiMedia System
Closes: 466949 498115
Changes: 
 emms (3.0-3) unstable; urgency=low
 .
   * debian/control:
     + Bump Standards-Version to 3.8.0. No changes needed.
     + Don't install files for emacs21 as 'url' package is not provided by
       emacs21. Closes: #498115.
   * debian/doc-base:
     + Update section to Sounds.
   * debian/patches/fix-alsaplayer.patch:
     + Fix alsaplayer backend which didn't work at all. Thanks to Igor B.
       Poretsky. Closes: #466949.
   * Use quilt to manage patches and add it to Build-Depends.
   * debian/copyright:
     + Update copyright years.
Checksums-Sha1: 
 655ea8fbe9700ee5ec411f4dce93b6746d09e171 1013 emms_3.0-3.dsc
 556924e06537fc3f6bb59ad79d2e4b3caf56bf70 4694 emms_3.0-3.diff.gz
 4587163e01902b2d7d119a31926bba7f554fa012 256130 emms_3.0-3_i386.deb
Checksums-Sha256: 
 e9b83fe831597bfe8a131f02eae05fa51bd14115810d305b10c24c6406d884df 1013 
emms_3.0-3.dsc
 8dbc946f4ec5f58262555c889787bd25e4caab6d24c05f71470a3daa2cdecfe4 4694 
emms_3.0-3.diff.gz
 fe234451f26a14301431264a5c4c5faf1a72593de1512a331671e24d259815db 256130 
emms_3.0-3_i386.deb
Files: 
 f419f87067111b2c19b55ec80a4cf4d5 1013 sound optional emms_3.0-3.dsc
 5349493c94725599dc43415936ddabf6 4694 sound optional emms_3.0-3.diff.gz
 15c7b6ecb16c7e806dbaf1d7867b056d 256130 sound optional emms_3.0-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjQH/IACgkQvfKiIF42GdOjCACfbfmcoSGZ6KJKGvtrmpGC76tU
i9sAoJIEPFomMJZxyDgiJnQngeUvB1jn
=Jung
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to