2011/8/20 Nathan Gray <[email protected]>: > On Sat, Aug 20, 2011 at 9:27 AM, Romain Beauxis <[email protected]> wrote: >> >> Yes, this is a known issue because of taglib and its dependency on the >> standard c++ lib which is not recorded. It is fixed in hg now and will >> be fixed in the next release. >> >> The simplest solution is to edit ocaml-taglib/src/Makefile and add it >> to this variable: >> ACLIBS = -ltag_c -ltag -lstdc++ >> and then recompile ocaml-taglib. > > Thanks, that did the trick!
Cool! >> By the way, I have prepared a homebrew package for liquidsoap and >> submitted it for inclusion. In the mean time, you can grab my forked >> repository from there: >> https://github.com/toots/homebrew > > Awesome! That will make it much easier to install. > > While I've got your attention, maybe you can help me reach my goal. > I'm trying to use Shairplay[1] and Liquidsoap to set up an AirPlay to > Icecast bridge. Shairplay has an option for writing raw PCM to a > named pipe. Is there a simple Liquidsoap recipe for reading this pipe > and relaying it to an Icecast server? You should be able to do it using input.external and cat I think.. Romain ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
