forked from savonet/liquidsoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
liquidsoap.opam.template
26 lines (26 loc) · 1.18 KB
/
liquidsoap.opam.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post-messages: [
"""\
We're sorry that your liquidsoap install failed. Check out our installation
instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam
for more information."""
{failure}
"✨ Congratulations on installing liquidsoap! ✨" {success}
"""\
We noticed that you did not install the ffmpeg package. This package is
highly recommended for most users and provides a lot of useful features,
including decoding and encoding multiple media format, sending and
receiving from various inputs and outputs and more."""
{success & !ffmpeg-enabled}
"""\
We noticed that you did not install any ssl or tls support. Liquidsoap won't
be able to use SSL encryption in its input or output operators. You might want
to install one of ssl or tls-liquidsoap package."""
{success & !ssl-enabled & !tls-enabled}
"""\
We noticed that your build includes GStreamer support. This support is DEPRECATED.
We suggest you consider moving to FFmpeg, which should provide same the same level
of functionalities."""
{success & gstreamer-enabled}
]
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
dev-repo: "git+https://github.com/savonet/liquidsoap.git"