On Thu, 21 Jul 2005 15:49:20 +0800, you wrote:

> I use port to install mplayer, but it can not play APE music, who can
> tell me how to play APE music on freebsd 5.4. I really like APE music.
> 
If you search the web you would find a Linux binary called 'mac'. (I will
send you a copy to your gmail address). You can run it in FreeBSD if you
have COMPAT_LINUX32 enabled in your kernel. I use a simple shell script to
listen to APE files:
#!/bin/sh
mac "$1" - -d | waveplay -s

-- 
Markus


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to