Package: cmus
Version: 2.0.4-1
Severity: normal
Tags: patch
i'm intending to take over debian packaging for tremor, the
integer-only vorbis decoder (see bug #167464). The tremor libraries
are known as libvorbisidec. cmus is designed to work with either
libvorbisidec or libvorbis.
In the course of trying to recompile cmus against libvorbisidec (it
should be as easy as appending CONFIG_TREMOR=y to the ./configure line
in debian/rules), i noticed that the configure file itself searches
for the wrong names of the library.
The following patch cleans up this error, and makes it easier for
those of us with machines without FPUs to use cmus as an ogg-playing
console.
--- cmus-2.0.4.orig/configure
+++ cmus-2.0.4/configure
@@ -62,7 +62,7 @@
{
if test "$CONFIG_TREMOR" = y
then
- pkg_config VORBIS "vobisidec" "" "-lvorbisidec -lm"
+ pkg_config VORBIS "vorbisidec" "" "-lvorbisidec -lm"
return $?
else
pkg_config VORBIS "vorbisfile" "" "-lvorbisfile -lvorbis -lm
-logg"
If you want to see a package of cmus built against tremor, you can
grab it from here:
http://lair.fifthhorseman.net/~dkg/src/tremor/
I'm happily using it on my debian arm-based machine now, playing a
large collection of ogg vorbis files.
Thanks for maintaining cmus in debian! It's great to get this stuff
working on such cheap hardware, and your packaging made it much
easier.
Regards,
--dkg
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages cmus depends on:
ii libao2 0.8.6-4 Cross Platform Audio Output Librar
ii libartsc0 1.5.5-1 aRts sound system C support librar
ii libasound2 1.0.13-1 ALSA library
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
ii libflac7 1.1.2-5 Free Lossless Audio Codec - runtim
ii libglib2.0-0 2.12.4-1 The GLib library of C routines
ii libmad0 0.15.1b-2.1 MPEG audio decoder library
ii libmodplug0c2 1:0.7-5.2 shared libraries for mod music bas
ii libmpcdec3 1.2.2-1 Musepack (MPC) format library
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3
ii libvorbisidec1 1.0.2.svn12137-1 integer-based Ogg Vorbis decoder,
cmus recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]