Your message dated Mon, 24 Aug 2009 23:18:35 +0200
with message-id <[email protected]>
and subject line merged
has caused the Debian Bug report #511829,
regarding mpd: bigger shoutcast output buffer
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.)
--
511829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511829
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.14-1
Severity: wishlist
Tags: patch
Another patch I recently published upstream is one that changes
shoutcast output buffer to improve shoutcast playback.
http://musicpd.org/mantis/view.php?id=1957
Patch attached.
A.
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.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-4 Cross Platform Audio Output Librar
ii libasound2 1.0.16-2 ALSA library
ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio
ii libavahi-client3 0.6.22-3 Avahi client library
ii libavahi-common3 0.6.22-3 Avahi common library
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.2-8 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.16.6-1 The GLib library of C routines
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M
ii libjack0 0.109.2-3 JACK Audio Connection Kit (librari
ii libmad0 0.15.1b-4 MPEG audio decoder library
ii libmpcdec3 1.2.2-1 Musepack (MPC) format library
ii libogg0 1.1.3-4 Ogg Bitstream Library
ii libpulse0 0.9.10-3 PulseAudio client libraries
ii libsamplerate0 0.1.4-1 audio rate conversion library
ii libshout3 2.2.2-5 MP3/Ogg Vorbis broadcast streaming
ii libvorbis0a 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii libvorbisenc2 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.2.0.dfsg-3.1 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:
ii gmpc [mpd-client] 0.16.1-2 Gnome Music Player Client (graphic
pn icecast2 <none> (no description available)
ii mpc [mpd-client] 0.12.1-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
Index: mpd-0.14/src/output/shout_plugin.h
===================================================================
--- mpd-0.14.orig/src/output/shout_plugin.h 2009-01-14 13:14:53.000000000 -0500
+++ mpd-0.14/src/output/shout_plugin.h 2009-01-14 13:16:36.000000000 -0500
@@ -52,7 +52,7 @@
};
struct shout_buffer {
- unsigned char data[8192];
+ unsigned char data[32768];
size_t len;
};
--- End Message ---
--- Begin Message ---
your patch was merged. please don't submit your bug reports twice,
that doubles our work with maintaining them.
--- End Message ---