Okay. By the way, it seems that liquidsoap requires ocaml-findlib, or it complains it can't find the bytes module of ocaml. I managed to get 1.3.3-1 version running a while back, gotta stay on that for now, till it get fixed.
Search Criteria
Package Details: liquidsoap 1.4.4-2
Git Clone URL: | https://aur.archlinux.org/liquidsoap.git (read-only, click to copy) |
---|---|
Package Base: | liquidsoap |
Description: | A swiss-army knife for multimedia streaming, notably used for netradios and webtvs |
Upstream URL: | https://www.liquidsoap.info |
Keywords: | language liquidsoap streaming |
Licenses: | |
Conflicts: | |
Submitter: | mefistofeles |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 13 |
Popularity: | 0.010940 |
First Submitted: | 2009-02-14 21:32 |
Last Updated: | 2021-03-16 14:30 |
Dependencies (51)
- fluidsynth (fluidsynth-git)
- giflib (giflib-git)
- gst-plugins-good (gst-plugins-good-git)
- gst-plugins-ugly (gst-plugins-ugly-git)
- ocaml-alsa
- ocaml-ao
- ocaml-bjack
- ocaml-camomile
- ocaml-cry
- ocaml-dssi
- ocaml-dtools
- ocaml-duppy
- ocaml-faad
- ocaml-fdkaac
- ocaml-ffmpeg
- ocaml-flac
- ocaml-frei0r
- ocaml-gavl
- ocaml-gd4o
- ocaml-gstreamer
- ocaml-inotify
- ocaml-ladspa
- ocaml-lame
- ocaml-lastfm
- ocaml-lo
- ocaml-mad
- ocaml-magic
- ocaml-menhir (ocaml-menhir-compcert)
- ocaml-mm
- ocaml-ocamlsdl
- ocaml-ogg
- ocaml-opus
- ocaml-pulseaudio
- ocaml-samplerate
- ocaml-sedlex
- ocaml-shine
- ocaml-soundtouch
- ocaml-speex
- ocaml-taglib
- ocaml-theora
- ocaml-vorbis
- ocaml-xmlplaylist
- ocaml-yojson (ocaml-yojson-git)
- camlp4 (make)
- libxml-perl (make)
- ocaml-findlib (make)
- ocaml-menhir (ocaml-menhir-compcert) (make)
- ocaml-pcre (make)
- ocaml-sedlex (make)
- perl-xml-dom (make)
- curl (curl-git, curl-minimal-git) (optional)
Required by (0)
Sources (3)
xogium commented on 2018-04-29 11:59
robertfoster commented on 2018-04-28 20:11
@xogium liquisoap for now is a little bit broken cause of 4.06 ocaml package in official repos. I'm trying to use the latest commits of 1.3.3 to fix this issue, but it's not so easy. I'm trying also to preserve the larger set of plugins, in order to avoid plugins AUR fragmentations(e.g ocaml-X it's managed by another Maintainer and doesn't update to latest version). You can check the savonet/liquidsoap-full:latest in docker for now
xogium commented on 2018-04-28 07:40
Trying to build this with aurutils I get:
OCAMLOPT -c tools/plug.ml OCAMLOPT -c tools/rqueue.ml File "tools/rqueue.ml", line 1: Error: Could not find the .cmi file for interface tools/rqueue.mli. make[3]: *** [../Makefile.rules:193: tools/rqueue.cmx] Error 2
Obviously the entire build fails. I have not tried with makepkg considering the tons of deps it needs from aur, nor with any other aur helper. Still, it shouldn't cause this with aurutils in the first place. Any help ? Thanks
danny8376 commented on 2017-11-22 18:28
@LordAro you need to rebuild ocaml-camomile with latest ocaml.
You should rebuild all ocaml libs from aur every time ocaml upgraded.
(That's really annoying...)
@Refutationalist the same, just rebild ocaml-pcre (and maybe lots of ocaml libs from aur.)
danny8376 commented on 2017-11-22 17:04
seems md5 of liquidsoap-1.3.3-full.tar.gz is wrong
ashaman-crypto commented on 2017-11-21 17:23
liquidsoap sources have .tar.bz2 extension
Refutationalist commented on 2017-10-27 08:40
liquidsoap and several deps are failing with:
Error: The files /usr/lib/ocaml/pervasives.cmi
and /usr/lib/ocaml/pcre/pcre.cmi make inconsistent assumptions
over interface Pervasives
Don't know OCAML that well, so I can't add much more.
LordAro commented on 2017-06-26 16:52
Yup, that did it
ashaman-crypto commented on 2017-06-23 20:45
@LordAro - did you rebuild deps before trying to build?
LordAro commented on 2017-06-17 13:51
Interesting, I'm getting
OCAMLOPT -o liquidsoap
File "_none_", line 1:
Error: Files /usr/lib/ocaml/camomile/camomile.cmxa
and /usr/lib/ocaml/stdlib.cmxa
make inconsistent assumptions over implementation Printf
Pinned Comments
robertfoster commented on 2021-03-10 11:02
1.4.4 now builds successfully.
Before any compilation error report, please rebuild the related
ocaml-*
packages