Romain,

Thanks for pointing me in the right direction. Somehow I overlooked the
extra deb's maintained on the site.

I wound up adding savonet's apt sources to my sources list. That worked
great. So it's always going to use savonet's liquidsoap package.

Once that was figured out, I was up and running in only a few minutes.
That's pretty cool.

I've actually got my own track selection embedded in another service I'm
using, so I'm experimenting with a liquidsoap calling a bash script called
playlist.m3u, which outputs a different m3u list each time it's called.
Seems to be working so far.



Brandon

On Fri, Jul 11, 2008 at 8:04 AM, Romain Beauxis <[EMAIL PROTECTED]>
wrote:

> Le Friday 11 July 2008 01:01:34 Brandon Casci, vous avez écrit :
> > Hello
>
>        Hi !
>
> > I installed the Ubuntu package and soon noticed it has no mp3 support.
> What
> > should I do to get mp3 output on Ubuntu? I found build instructions, so
> > it's no big deal for me to download and follow the build instructions.
> > However I'm new to linux so if this is what I need to do please let me
> know
> > specifically which build options I need to provide.
>
> First, you should try to check wether our packages work for ubuntu:
>  http://savonet.rastageeks.org/wiki/DebianSVNSnapshots
>  http://savonet.rastageeks.org/wiki/DebianStableBackports
>
> If not, then you can recompile the package very easily.
> First, as root, type:
>  apt-get build-dep liquidsoap
>
> Then, install the lame library developpement package:
>  apt-get install libmp3lame-dev
> Note: this package's name has changed very recently. You may have a package
> with a different name in Ubuntu. If you can't find it, you can also
> download
> and install the upstream tarball.
>
> When lame headers and library are installed, you can download out
> ocaml-lame
> tarball on savonet's sourceforge download page, configure, make and make
> install as usual.
>
> Finally, you can recompile liquidsoap's package by doing, as root:
>  apt-get source -b liquidsoap
>
> Beware that such a recompiled package will be overwriten when upgrading.
>
>
> Romain
>
>
>
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to