Package: madplay
Version: 0.15.2b-3
Severity: normal
When playing a mp3 file using a x86_64 pure64 install. Text isn't
display correctly.
Ex:
madplay -v 02.Log_off.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie
et al.
Title: L
Artist: K
Album: A
Track: 2
00:00:05 Layer III, VBR (avg 160 kbps), 44100 Hz, joint stereo (MS), no CRC
219 frames decoded (0:00:05,7), -19,3 dB peak amplitude, 0 clipped samples
I look into the code, and found that if i revert the patch to convert
unicode in locale data. It works.
#ifndef HAVE_WCSLEN by a #if 1
At the compile time, i've this gcc warning:
if gcc-3.4 -DHAVE_CONFIG_H -I. -I. -I. -Iintl
-DLOCALEDIR=\"/usr/local/share/locale\" -Wall -pipe -march=k8
-fstrength-reduce -MT player.o -MD -MP -MF ".deps/player.Tpo" -c -o
player.o player.c; \
then mv -f ".deps/player.Tpo" ".deps/player.Po"; else rm -f
".deps/player.Tpo"; exit 1; fi
player.c: In function `ucs4_to_locale_strdup':
player.c:617: warning: implicit declaration of function `wcslen'
player.c:620: warning: wchar_t format, different type arg (arg 4)
player.c:620: warning: wchar_t format, different type arg (arg 4)
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
Title: Log off
Artist: Kenji Kawai
Album: Avalon - From Original Soundtr
Track: 2
I know that x86_64 isn't supported by debian, but can you do something
about this ? wcslen always return 1. So perhaps the string encoded isn't
the same format the glibc want.
Thanks,
Luc
-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.10-ac12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages madplay depends on:
ii libaudiofile0 0.2.6-5 Open-source version of SGI's audio
ii libc6 2.3.2.ds1-20.0.0.1.pure64 GNU C Library: Shared libraries an
ii libesd0 0.2.35-2 Enlightened Sound Daemon - Shared
ii libid3tag0 0.15.1b-3 ID3 tag reading library from the M
ii libmad0 0.15.1b-1 MPEG audio decoder library
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]