Your message dated Mon, 24 Aug 2009 23:15:14 +0200
with message-id <[email protected]>
and subject line enabled in 0.15.1-1
has caused the Debian Bug report #527093,
regarding mpd: .ape files are not supported
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.)
--
527093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527093
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.14.2-3
Severity: normal
mpd does not load .ape files (Monkey's Audio).
While upstream does support APE since 0.14. [*]
[*] http://musicpd.org/mantis/view.php?id=1871
"ape" file extension can be seen in `ffmpeg_plugin.c' ..
$ grep -C3 ape mpd-0.14.2/src/decoder/ffmpeg_plugin.c
static const char *const ffmpeg_suffixes[] = {
"wma", "asf", "wmv", "mpeg", "mpg", "avi", "vob", "mov", "qt", "swf",
"rm", "swf", "mp1", "mp2", "mp3", "mp4", "m4a", "flac", "ogg", "wav",
"au", "aiff", "aif", "ac3", "aac", "mpc", "ape",
"tta",
NULL
};
.. but ffmpeg plugin is disabled by debian/rules.
$ grep ffmpeg mpd-0.14.2/debian/rules
DEB_CONFIGURE_USER_FLAGS += $(WITH_TREMOR) --disable-lame
--enable-un --enable-ao --disable-ffmpeg
Why is ffmpeg disabled? According to debian/changelog, it was enabled
in 0.14~beta1-1 but never mentioned since.
...I can play .ape file with ffplay or mplayer. I can try recoding APE
to FLAC, though I dislike the idea. What I want is playing them from mpd.
Thank you.
--
vvv
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mpd depends on:
ii adduser 3.110 add and remove users and groups
ii libao2 0.8.8-5 Cross Platform Audio Output Librar
ii libasound2 1.0.19-1 shared library for ALSA applicatio
ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio
ii libavahi-client3 0.6.24-3 Avahi client library
ii libavahi-common3 0.6.24-3 Avahi common library
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.2-8.1 Multi-protocol file transfer libra
ii libfaad0 2.6.1-3.1 freeware Advanced Audio Decoder -
ii libflac8 1.2.1-1.2 Free Lossless Audio Codec - runtim
ii libglib2.0-0 2.20.0-2 The GLib library of C routines
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M
ii libjack0 0.116.1-4 JACK Audio Connection Kit (librari
ii libmad0 0.15.1b-4 MPEG audio decoder library
ii libmpcdec3 1:1.2.2-2.1 Musepack (MPC) format library
ii libogg0 1.1.3-5 Ogg Bitstream Library
ii libpulse0 0.9.14-2 PulseAudio client libraries
ii libsamplerate0 0.1.7-2 audio rate conversion library
ii libshout3 2.2.2-5 MP3/Ogg Vorbis broadcast streaming
ii libvorbis0a 1.2.0.dfsg-4 The Vorbis General Audio Compressi
ii libvorbisenc2 1.2.0.dfsg-4 The Vorbis General Audio Compressi
ii libvorbisfile3 1.2.0.dfsg-4 The Vorbis General Audio Compressi
ii libwavpack1 4.50.1-1 an audio codec (lossy and lossless
mpd recommends no packages.
Versions of packages mpd suggests:
pn avahi-daemon <none> (no description available)
pn icecast2 <none> (no description available)
ii lastmp [mpd-client] 1.0.5-1 MPD client for lastfmsubmitd
ii mpc [mpd-client] 0.15-1 A command-line tool to interface M
ii ncmpc [mpd-client] 0.11.1+svn-r3965-2 text based audio player
pn pulseaudio <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
the ffmpeg encoder was enabled in 0.15.1-1.
--- End Message ---