Skip to content

Commit e9ce852

Browse files
authored
Merge pull request #27929 from toots/opam-publish-liquidsoap.2.3.3
4 packages from savonet/liquidsoap-release-assets at 2.3.3
2 parents dace5e4 + f1d0d03 commit e9ce852

File tree

4 files changed

+306
-0
lines changed
  • packages
    • liquidsoap-js/liquidsoap-js.2.3.3
    • liquidsoap-lang/liquidsoap-lang.2.3.3
    • liquidsoap-mode/liquidsoap-mode.2.3.3
    • liquidsoap/liquidsoap.2.3.3

4 files changed

+306
-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.3.3/liquidsoap-2.3.3.tar.gz"
41+
checksum: [
42+
"md5=8a1f3a830ca97e0e674ba4dfe06ca500"
43+
"sha512=30e4eb6f6247749b71256b451e92f2f5147c695218469c2a7fa9ef73170dca674e606f0ce45f135dc228cbc1d7163d7d7cf82623290b6e97423434893c8dd09d"
44+
]
45+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"--promote-install-files=false"
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
["dune" "install" "-p" name "--create-install-files" name]
36+
]
37+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
38+
x-maintenance-intent: ["(latest)"]
39+
url {
40+
src:
41+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.3/liquidsoap-2.3.3.tar.gz"
42+
checksum: [
43+
"md5=8a1f3a830ca97e0e674ba4dfe06ca500"
44+
"sha512=30e4eb6f6247749b71256b451e92f2f5147c695218469c2a7fa9ef73170dca674e606f0ce45f135dc228cbc1d7163d7d7cf82623290b6e97423434893c8dd09d"
45+
]
46+
}
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.3.3/liquidsoap-2.3.3.tar.gz"
44+
checksum: [
45+
"md5=8a1f3a830ca97e0e674ba4dfe06ca500"
46+
"sha512=30e4eb6f6247749b71256b451e92f2f5147c695218469c2a7fa9ef73170dca674e606f0ce45f135dc228cbc1d7163d7d7cf82623290b6e97423434893c8dd09d"
47+
]
48+
}
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
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+
"dtools" {>= "0.4.6"}
21+
"duppy" {>= "0.9.4"}
22+
"mm" {>= "0.8.6"}
23+
"re" {>= "1.11.0"}
24+
"ocurl" {>= "0.9.2"}
25+
"cry" {>= "1.0.3"}
26+
"camomile" {>= "2.0.0"}
27+
"uri"
28+
"fileutils"
29+
"menhirLib"
30+
"mem_usage" {>= "0.1.1"}
31+
"metadata" {>= "0.3.0"}
32+
"magic-mime"
33+
"dune-build-info"
34+
"liquidsoap-lang" {= version}
35+
"ppx_string" {build}
36+
"odoc" {with-doc}
37+
]
38+
depopts: [
39+
"alsa"
40+
"ao"
41+
"bjack"
42+
"camlimages"
43+
"ctypes-foreign"
44+
"dssi"
45+
"faad"
46+
"fdkaac"
47+
"ffmpeg"
48+
"flac"
49+
"frei0r"
50+
"gd"
51+
"graphics"
52+
"imagelib"
53+
"inotify"
54+
"irc-client-unix"
55+
"jemalloc"
56+
"ladspa"
57+
"lame"
58+
"lilv"
59+
"lo"
60+
"mad"
61+
"memtrace"
62+
"ogg"
63+
"opus"
64+
"osc-unix"
65+
"portaudio"
66+
"posix-time2"
67+
"posix-socket"
68+
"pulseaudio"
69+
"prometheus-liquidsoap"
70+
"samplerate"
71+
"shine"
72+
"soundtouch"
73+
"speex"
74+
"sqlite3"
75+
"srt"
76+
"ssl"
77+
"tls-liquidsoap"
78+
"theora"
79+
"sdl-liquidsoap"
80+
"vorbis"
81+
"yaml"
82+
]
83+
conflicts: [
84+
"alsa" {< "0.3.0"}
85+
"ao" {< "0.2.0"}
86+
"bjack" {< "0.1.3"}
87+
"camomile" {< "1.0.0"}
88+
"dssi" {< "0.1.3"}
89+
"faad" {< "0.5.0"}
90+
"fdkaac" {< "0.3.1"}
91+
"ffmpeg" {< "1.2.4"}
92+
"ffmpeg-avutil" {< "1.2.4"}
93+
"flac" {< "1.0.0"}
94+
"frei0r" {< "0.1.0"}
95+
"inotify" {< "1.0"}
96+
"ladspa" {< "0.2.0"}
97+
"lame" {< "0.3.7"}
98+
"lo" {< "0.2.0"}
99+
"mad" {< "0.5.0"}
100+
"magic" {< "0.6"}
101+
"mirage-crypto-rng" {< "0.6.2"}
102+
"ogg" {< "1.0.0"}
103+
"opus" {< "0.2.0"}
104+
"odoc" {< "3.0.0~beta1"}
105+
"portaudio" {< "0.2.0"}
106+
"posix-time2" {< "2.0.2"}
107+
"posix-socket" {< "2.1.0"}
108+
"pulseaudio" {< "0.1.4"}
109+
"samplerate" {< "0.1.5"}
110+
"shine" {< "0.2.0"}
111+
"soundtouch" {< "0.1.9"}
112+
"speex" {< "1.0.0"}
113+
"srt" {< "0.3.2"}
114+
"ssl" {< "0.7.0"}
115+
"tls" {< "1.0.2"}
116+
"sdl-liquidsoap" {< "2"}
117+
"theora" {< "1.0.0"}
118+
"vorbis" {< "1.0.0"}
119+
"pandoc" {with-doc}
120+
"pandoc-include" {with-doc}
121+
]
122+
build: [
123+
["dune" "subst"] {dev}
124+
[
125+
"dune"
126+
"build"
127+
"-p"
128+
name
129+
"-j"
130+
jobs
131+
"--promote-install-files=false"
132+
"@install"
133+
"@runtest" {with-test}
134+
"@doc" {with-doc}
135+
]
136+
["dune" "install" "-p" name "--create-install-files" name]
137+
]
138+
x-maintenance-intent: ["(latest)"]
139+
post-messages: [
140+
"""\
141+
We're sorry that your liquidsoap install failed. Check out our installation
142+
instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam
143+
for more information."""
144+
{failure}
145+
"✨ Congratulations on installing liquidsoap! ✨" {success}
146+
"""\
147+
We noticed that you did not install the ffmpeg package. This package is
148+
highly recommended for most users and provides a lot of useful features,
149+
including decoding and encoding multiple media format, sending and
150+
receiving from various inputs and outputs and more."""
151+
{success & !ffmpeg-enabled}
152+
"""\
153+
We noticed that you did not install any ssl or tls support. Liquidsoap won't
154+
be able to use SSL encryption in its input or output operators. You might want
155+
to install one of ssl or tls-liquidsoap package."""
156+
{success & !ssl-enabled & !tls-enabled}
157+
]
158+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
159+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
160+
url {
161+
src:
162+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.3/liquidsoap-2.3.3.tar.gz"
163+
checksum: [
164+
"md5=8a1f3a830ca97e0e674ba4dfe06ca500"
165+
"sha512=30e4eb6f6247749b71256b451e92f2f5147c695218469c2a7fa9ef73170dca674e606f0ce45f135dc228cbc1d7163d7d7cf82623290b6e97423434893c8dd09d"
166+
]
167+
}

0 commit comments

Comments
 (0)