Skip to content

Commit 119d5aa

Browse files
authored
Merge pull request #28429 from toots/opam-publish-liquidsoap.2.4.0
4 packages from savonet/liquidsoap-release-assets at 2.4.0
2 parents 25ee1ec + 502269a commit 119d5aa

File tree

4 files changed

+304
-0
lines changed
  • packages
    • liquidsoap-js/liquidsoap-js.2.4.0
    • liquidsoap-lang/liquidsoap-lang.2.4.0
    • liquidsoap-mode/liquidsoap-mode.2.4.0
    • liquidsoap/liquidsoap.2.4.0

4 files changed

+304
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidsoap language - javascript wrapper"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"liquidsoap-lang" {= version}
13+
"js_of_ocaml-ppx"
14+
"js_of_ocaml" {>= "5.7.2"}
15+
"odoc" {with-doc}
16+
]
17+
conflicts: [
18+
"liquidsoap" {!= version}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"--promote-install-files=false"
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
["dune" "install" "-p" name "--create-install-files" name]
35+
]
36+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
37+
x-maintenance-intent: ["(latest)"]
38+
url {
39+
src:
40+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.4.0/liquidsoap-2.4.0.tar.gz"
41+
checksum: [
42+
"md5=8725b8abb812880aeabaf3be2a9e55db"
43+
"sha512=f9d9a16991d61bc2fc20468fcc889ece4c1f1726d2fc92f06351bccf5099d1c39ecc49e423c785b4fc49c2f685b6eac467382c7ea4d0df38b466601480072720"
44+
]
45+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidsoap language library"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"dune-site"
13+
"re" {>= "1.11.0"}
14+
"ppx_string" {build}
15+
"ppx_hash" {build}
16+
"sedlex" {>= "3.2"}
17+
"menhir" {>= "20240715"}
18+
"xml-light"
19+
"fileutils"
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"--promote-install-files=false"
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
["dune" "install" "-p" name "--create-install-files" name]
37+
]
38+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
39+
x-maintenance-intent: ["(latest)"]
40+
url {
41+
src:
42+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.4.0/liquidsoap-2.4.0.tar.gz"
43+
checksum: [
44+
"md5=8725b8abb812880aeabaf3be2a9e55db"
45+
"sha512=f9d9a16991d61bc2fc20468fcc889ece4c1f1726d2fc92f06351bccf5099d1c39ecc49e423c785b4fc49c2f685b6eac467382c7ea4d0df38b466601480072720"
46+
]
47+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Liquidosap emacs mode"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0-or-later"
7+
homepage: "https://github.com/savonet/liquidsoap"
8+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"liquidsoap" {= version}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"--promote-install-files=false"
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
["dune" "install" "-p" name "--create-install-files" name]
29+
]
30+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
31+
x-maintenance-intent: ["(latest)"]
32+
post-messages: [
33+
"This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
34+
35+
* for Emacs, add these lines to ~/.emacs:
36+
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
37+
(require 'emacs-mode)
38+
"
39+
{success & !user-setup:installed}
40+
]
41+
url {
42+
src:
43+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.4.0/liquidsoap-2.4.0.tar.gz"
44+
checksum: [
45+
"md5=8725b8abb812880aeabaf3be2a9e55db"
46+
"sha512=f9d9a16991d61bc2fc20468fcc889ece4c1f1726d2fc92f06351bccf5099d1c39ecc49e423c785b4fc49c2f685b6eac467382c7ea4d0df38b466601480072720"
47+
]
48+
}
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Swiss-army knife for multimedia streaming"
4+
description: """
5+
Liquidsoap is a powerful and flexible language for describing your
6+
streams. It offers a rich collection of operators that you can combine
7+
at will, giving you more power than you need for creating or
8+
transforming streams. But liquidsoap is still very light and easy to
9+
use, in the Unix tradition of simple strong components working
10+
together.
11+
"""
12+
maintainer: ["The Savonet Team <[email protected]>"]
13+
authors: ["The Savonet Team <[email protected]>"]
14+
license: "GPL-2.0-or-later"
15+
homepage: "https://github.com/savonet/liquidsoap"
16+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
17+
depends: [
18+
"dune" {>= "3.18"}
19+
"ocaml" {>= "4.14"}
20+
"mm" {>= "0.8.6"}
21+
"re" {>= "1.11.0"}
22+
"ocurl" {>= "0.9.2"}
23+
"cry" {>= "1.0.3"}
24+
"camomile" {>= "2.0.0"}
25+
"uri"
26+
"fileutils"
27+
"menhirLib"
28+
"mem_usage" {>= "0.1.1"}
29+
"metadata" {>= "0.3.0"}
30+
"magic-mime"
31+
"dune-build-info"
32+
"liquidsoap-lang" {= version}
33+
"ppx_string" {build}
34+
"odoc" {with-doc}
35+
]
36+
depopts: [
37+
"alsa"
38+
"ao"
39+
"bjack"
40+
"camlimages"
41+
"ctypes-foreign"
42+
"dssi"
43+
"faad"
44+
"fdkaac"
45+
"ffmpeg"
46+
"flac"
47+
"frei0r"
48+
"gd"
49+
"graphics"
50+
"inotify"
51+
"irc-client-unix"
52+
"jemalloc"
53+
"ladspa"
54+
"lame"
55+
"lilv"
56+
"lo"
57+
"mad"
58+
"memtrace"
59+
"ogg"
60+
"opus"
61+
"osc-unix"
62+
"portaudio"
63+
"posix-time2"
64+
"posix-socket"
65+
"pulseaudio"
66+
"prometheus-liquidsoap"
67+
"samplerate"
68+
"shine"
69+
"soundtouch"
70+
"speex"
71+
"sqlite3"
72+
"srt"
73+
"ssl"
74+
"tls-liquidsoap"
75+
"theora"
76+
"sdl-liquidsoap"
77+
"vorbis"
78+
"yaml"
79+
]
80+
conflicts: [
81+
"alsa" {< "0.3.0"}
82+
"ao" {< "0.2.0"}
83+
"bjack" {< "0.1.3"}
84+
"camomile" {< "1.0.0"}
85+
"dssi" {< "0.1.3"}
86+
"faad" {< "0.5.0"}
87+
"fdkaac" {< "0.3.1"}
88+
"ffmpeg" {< "1.2.5"}
89+
"ffmpeg-avutil" {< "1.2.5"}
90+
"flac" {< "1.0.0"}
91+
"frei0r" {< "0.1.0"}
92+
"inotify" {< "1.0"}
93+
"ladspa" {< "0.2.0"}
94+
"lame" {< "0.3.7"}
95+
"lo" {< "0.2.0"}
96+
"mad" {< "0.5.0"}
97+
"magic" {< "0.6"}
98+
"mirage-crypto-rng" {< "0.6.2"}
99+
"ogg" {< "1.0.0"}
100+
"opus" {< "0.2.0"}
101+
"odoc" {< "3.0.0~beta1"}
102+
"portaudio" {< "0.2.0"}
103+
"posix-time2" {< "2.0.2"}
104+
"posix-socket" {< "2.1.0"}
105+
"pulseaudio" {< "0.1.4"}
106+
"samplerate" {< "0.1.5"}
107+
"shine" {< "0.2.0"}
108+
"soundtouch" {< "0.1.9"}
109+
"speex" {< "1.0.0"}
110+
"srt" {< "0.3.2"}
111+
"ssl" {< "0.7.0"}
112+
"tls" {< "1.0.2"}
113+
"sdl-liquidsoap" {< "2"}
114+
"theora" {< "1.0.0"}
115+
"vorbis" {< "1.0.0"}
116+
"pandoc" {with-doc}
117+
"pandoc-include" {with-doc}
118+
]
119+
build: [
120+
["dune" "subst"] {dev}
121+
[
122+
"dune"
123+
"build"
124+
"-p"
125+
name
126+
"-j"
127+
jobs
128+
"--promote-install-files=false"
129+
"@install"
130+
"@runtest" {with-test}
131+
"@doc" {with-doc}
132+
]
133+
["dune" "install" "-p" name "--create-install-files" name]
134+
]
135+
x-maintenance-intent: ["(latest)"]
136+
post-messages: [
137+
"""\
138+
We're sorry that your liquidsoap install failed. Check out our installation
139+
instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam
140+
for more information."""
141+
{failure}
142+
"✨ Congratulations on installing liquidsoap! ✨" {success}
143+
"""\
144+
We noticed that you did not install the ffmpeg package. This package is
145+
highly recommended for most users and provides a lot of useful features,
146+
including decoding and encoding multiple media format, sending and
147+
receiving from various inputs and outputs and more."""
148+
{success & !ffmpeg-enabled}
149+
"""\
150+
We noticed that you did not install any ssl or tls support. Liquidsoap won't
151+
be able to use SSL encryption in its input or output operators. You might want
152+
to install one of ssl or tls-liquidsoap package."""
153+
{success & !ssl-enabled & !tls-enabled}
154+
]
155+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
156+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
157+
url {
158+
src:
159+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.4.0/liquidsoap-2.4.0.tar.gz"
160+
checksum: [
161+
"md5=8725b8abb812880aeabaf3be2a9e55db"
162+
"sha512=f9d9a16991d61bc2fc20468fcc889ece4c1f1726d2fc92f06351bccf5099d1c39ecc49e423c785b4fc49c2f685b6eac467382c7ea4d0df38b466601480072720"
163+
]
164+
}

0 commit comments

Comments
 (0)