Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
liquidsoap | 2016-09-28 | ||
snapcast | 2016-09-25 | ||
README.rst | 2011-09-28 | 968 Bytes | |
RPM-GPG-KEY-liquidsoap | 2011-09-28 | 1.8 kB | |
Totals: 4 Items | 2.7 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.