Name | Modified | Size | Downloads / Week |
---|---|---|---|
repos | 2016-09-25 | ||
snapcast.repo | 2016-09-25 | 299 Bytes | |
README.rst | 2011-09-28 | 968 Bytes | |
liquidsoap.repo | 2011-08-25 | 305 Bytes | |
Totals: 4 Items | 1.6 kB | 1 |
- How to use the SourceForge.net Liquidsoap Fedora repo
- get root access
- cd /etc/yum.repos.d
- wget http://sourceforge.net/projects/washtub/files/liquidsoap.repo/download
- yum install liquidsoap
- NOTES for Liquidsoap RPM builds
- ocaml-magic is distributed with the RPM as a test to see if I could build along with liquidsoap
- Several packages are not included in the rpm builds, due to Fedora package limitations.
- ocaml-aacplus
- ocaml-voaacenc
- ocaml-ladspa
- ocaml-soundtouch
- ocaml-dssi
- ocaml-xmlplaylist
- ocaml-lastfm
- Fedora recently converted startup scripts from SysV to Systemd.
- The liquidsoap initscript can be invoked outside of systemd using /sbin/service --skip-redirect liquidsoap (start|stop|status)
- Systemd status output doesn't work well with liquidsoap's multiple script/pidfile model
- Systemd start|stop work just fine. There is no need to --skip-redirect normally.