On Wed, Oct 08, 2014 at 12:58:54PM +0200, Simone Dal Maso wrote:
> Hello,
> I have ubuntu 12.04 on my server and I don't plan to upgrade it.
> the problem is that liquidsoap is at version 1.0.0!
> Are there some repositories that I can add to /etc/apt files so 
> liquidsoap and other modules are upgraded without compiling manually 
> from sources?
> I really don't want to break my system since now it works!
> let me know and... thank you for have made a such great software.
> Simone,.
> www.nvapple.it

If nobody has a backport repository, you could always recompile it, i.e.

sudo apt-get build-dep liquidsoap
apt-get source liquidsoap
cd liquidsoap*
uupdate -u tarball-of-new-liquidsoap.tar.gz
cd ../new-liquidsoap...
debuild -uc -us
cd ..
sudo dpkg -i new-liquidsoap.deb

I don't remember all the steps but that's the basics.

-ken

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to