Your message dated Thu, 29 Jul 2010 20:50:24 +0000
with message-id <[email protected]>
and subject line Bug#581005: fixed in emms 3.0+20100726+1.12444ae-1
has caused the Debian Bug report #581005,
regarding emms calls tramp when it tries to play an url
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.)


-- 
581005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581005
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: emms calls tramp when it tries to play an url
Package: emms
Version: 3.0-6
Severity: normal
Tags: sid patch

*** Please type your report below this line ***
emms calls tramp whenever it tries to play an url, causing the url not
to be played. This is due to the emms-player-mplayer-subtitle-checker
function in the file emms-player-mplayer.el.

Since commit, ed66137edc089844ccc8162d09a259e5acf7c32d (2008-04-01
13:22:00), this function has been removed because mplayer has an
option(`sub-fuzziness') for loading movie subtitles automatically.
ed66137edc089844ccc8162d09a259e5acf7c32d.diff is a diff file to
upgrade the emms-player-mplayer.el file in the current sid package.

Therefore, this bug was previously fixed in commit
40d7162d906ab9776d8b592e446bf1abc0763010 (2007-11-04 14:38:00), the
latest commit of the emms-player-mplayer.el file with this
functionnality is the 0d86b1844c9173c24889896c0531c75973b75e57
(2008-03-15 09:28:00).
0d86b1844c9173c24889896c0531c75973b75e57.diff is a diff file to
upgrade with this latest revision the emms-player-mplayer.el file in
the current sid package.

Regards,

Jonathan Marchand

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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emms depends on:
ii  dpkg                      1.15.7.1       Debian package management system
ii  emacs23                   23.1+1-8       The GNU Emacs editor (with GTK+ us
ii  emacsen-common            1.4.19         Common facilities for all emacsen
ii  install-info              4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6                     2.10.2-6       Embedded GNU C Library: Shared lib
ii  libtagc0                  1.6.2-1        TagLib Audio Meta-Data Library (C 

Versions of packages emms recommends:
ii  mpg321                       0.2.11-2+b1 Simple and lighweight command line
ii  vorbis-tools                 1.4.0-1     several Ogg Vorbis tools

Versions of packages emms suggests:
ii  mp3info                       0.8.5a-1   An MP3 technical info viewer and I

-- debconf-show failed
3c3
< ;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
---
> ;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
27c27,29
< ;; seeking.
---
> ;; seeking. For loading subtitles automatically, try adding
> ;; "sub-fuzziness=1" to your `~/.mplayer/config', see mplayer manual for
> ;; more.
34,39d35
< (defcustom emms-player-mplayer-subtitle-extensions
<   '("sub" "srt" "gb.srt" "big5.srt")
<   "Possible movie subtitle file extensions."
<   :type 'symbol
<   :group 'emms)
< 
41,43c37,41
<   (regexp-opt '(".ogg" ".mp3" ".wav" ".mpg" ".mpeg" ".wmv" ".wma"
<                 ".mov" ".avi" ".divx" ".ogm" ".asf" ".mkv" "http://"; "mms://"
<                 ".rm" ".rmvb" ".mp4" ".flac" ".vob" ".m4a"))
---
>   (mapconcat 'regexp-quote
>              '(".ogg" ".mp3" ".wav" ".mpg" ".mpeg" ".wmv" ".wma"
>                ".mov" ".avi" ".divx" ".ogm" ".asf" ".mkv" "http://"; "mms://"
>                ".rm" ".rmvb" ".mp4" ".flac" ".vob" ".m4a" ".ape")
>              "\\|")
83,113d80
< 
< (defun emms-player-mplayer-subtitle-checker ()
<   (let* ((track (emms-playlist-current-selected-track))
<          (name (emms-track-name track))
<          (ext (file-name-extension name))
<          (choices
<           (emms-remove-if-not 'file-exists-p
<                               (mapcar (lambda (el)
<                                         (emms-replace-regexp-in-string
<                                          (concat ext "$") el name))
<                                       emms-player-mplayer-subtitle-extensions)))
<          (subtitle (mapconcat (lambda (el) el) choices ",")))
<     (unless (string= subtitle "")
<       (setq emms-player-mplayer-parameters
<             (append emms-player-mplayer-parameters
<                     (list "-sub" subtitle))))))
< 
< (defun emms-player-mplayer-start-with-subtitle-checker (track)
<   "Start the player process by checking possible subtitles
< additionally."
<   (let ((emms-player-mplayer-parameters emms-player-mplayer-parameters))
<     (emms-player-mplayer-subtitle-checker)
<     (emms-player-simple-start (emms-track-name track)
<                               emms-player-mplayer
<                               emms-player-mplayer-command-name
<                               emms-player-mplayer-parameters)))
< 
< ;; I have to redefine `emms-player-mplayer-start', since i can't figure
< ;; out an easy way to achieve this based on current design. (xwl)
< (defalias 'emms-player-mplayer-start
<   'emms-player-mplayer-start-with-subtitle-checker)
35c35
<   '("sub" "srt" "gb.srt" "big5.srt")
---
>   '("sub" "srt" "gb.srt" "big5.srt" "eng.srt" "chs.srt" "cht.srt")
41,43c41,45
<   (regexp-opt '(".ogg" ".mp3" ".wav" ".mpg" ".mpeg" ".wmv" ".wma"
<                 ".mov" ".avi" ".divx" ".ogm" ".asf" ".mkv" "http://"; "mms://"
<                 ".rm" ".rmvb" ".mp4" ".flac" ".vob" ".m4a"))
---
>   (mapconcat 'regexp-quote
>              '(".ogg" ".mp3" ".wav" ".mpg" ".mpeg" ".wmv" ".wma"
>                ".mov" ".avi" ".divx" ".ogm" ".asf" ".mkv" "http://"; "mms://"
>                ".rm" ".rmvb" ".mp4" ".flac" ".vob" ".m4a" ".ape")
>              "\\|")
89c91,94
<           (emms-remove-if-not 'file-exists-p
---
>           (emms-remove-if-not (lambda (i)
>                                 (or (and (eq (emms-track-type track) 'file)
> 					 (file-exists-p i))
>                                     (eq (emms-track-type track) 'url)))
94c99
<          (subtitle (mapconcat (lambda (el) el) choices ",")))
---
>          (subtitle (mapconcat 'identity choices ",")))

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: emms
Source-Version: 3.0+20100726+1.12444ae-1

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+20100726+1.12444ae-1.debian.tar.gz
  to main/e/emms/emms_3.0+20100726+1.12444ae-1.debian.tar.gz
emms_3.0+20100726+1.12444ae-1.dsc
  to main/e/emms/emms_3.0+20100726+1.12444ae-1.dsc
emms_3.0+20100726+1.12444ae-1_amd64.deb
  to main/e/emms/emms_3.0+20100726+1.12444ae-1_amd64.deb
emms_3.0+20100726+1.12444ae.orig.tar.gz
  to main/e/emms/emms_3.0+20100726+1.12444ae.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.
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: Thu, 29 Jul 2010 19:40:31 +0100
Source: emms
Binary: emms
Architecture: source amd64
Version: 3.0+20100726+1.12444ae-1
Distribution: experimental
Urgency: low
Maintainer: Arnaud Fontaine <[email protected]>
Changed-By: Arnaud Fontaine <[email protected]>
Description: 
 emms       - The Emacs MultiMedia System
Closes: 581005
Changes: 
 emms (3.0+20100726+1.12444ae-1) experimental; urgency=low
 .
   * Git upstream snapshot. Closes: #581005.
     + Drop debian patches as they have all been applied in Git.
     + Create the upstream source by simply running `make dist' in the Git
       source tree.
   * Switch to dpkg-source 3.0 (quilt) format.
     + Drop now useless debian/README.source.
     + Drop include of patchsys-quilt.mk in debian/rules.
     + Drop Build-Depends on quilt.
   * debian/control:
     + Bump Standards-Version to 3.9.1. No changes needed.
Checksums-Sha1: 
 d9299195f9a6f1712ee70d63a77a0850cd0da37c 1166 emms_3.0+20100726+1.12444ae-1.dsc
 640116f4019b067973576ed1e2ddb873c5b1f3f5 278130 
emms_3.0+20100726+1.12444ae.orig.tar.gz
 2dbcdb7b2898718a4033f6379c8be0ba96a66a0f 5205 
emms_3.0+20100726+1.12444ae-1.debian.tar.gz
 fa9e691881460500dc14ae3ef088dd30268c52c7 331926 
emms_3.0+20100726+1.12444ae-1_amd64.deb
Checksums-Sha256: 
 c7647112ea04a986877a5c20847b98d66b4e5a97d810d7c6eb4d432ef065adc5 1166 
emms_3.0+20100726+1.12444ae-1.dsc
 b24ab4ad06b25bf3c0e2f817c4bdf5618621e73f567c5e91769708295c0a542f 278130 
emms_3.0+20100726+1.12444ae.orig.tar.gz
 405163cbd7bce8027ea686566e1722d76be980fb78247acc0601799658465c0a 5205 
emms_3.0+20100726+1.12444ae-1.debian.tar.gz
 a3de697e4ba9a3e4d9999e00c53310ceed31538575f833b018047cef5e801a37 331926 
emms_3.0+20100726+1.12444ae-1_amd64.deb
Files: 
 3255ce210a03c58126d746d486f50167 1166 sound optional 
emms_3.0+20100726+1.12444ae-1.dsc
 e1f73f08752a54e31802e8cd4f41ae5e 278130 sound optional 
emms_3.0+20100726+1.12444ae.orig.tar.gz
 dc5d067ea66fee803e35b4774515d1bb 5205 sound optional 
emms_3.0+20100726+1.12444ae-1.debian.tar.gz
 152e8fc1f9f4e6d22861cfe63c79deb4 331926 sound optional 
emms_3.0+20100726+1.12444ae-1_amd64.deb

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

iEYEARECAAYFAkxR5cEACgkQvfKiIF42GdPp2ACcDyhz8CQgHD9YIwBql9VzFQYA
eIQAn1CniAOvPIHx9VPIuNl9CtPLvYKO
=gqSX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to