this repo has no description

10 packages from savonet/liquidsoap-release-assets (#26968)

* 10 packages from savonet/liquidsoap-release-assets

* Revert this.

* Update opam

* Update opam

* Bump menhir.

* Update packages/liquidsoap-core/liquidsoap-core.2.3.0/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

---------

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+415 -3
packages
liquidsoap
liquidsoap.2.3.0
liquidsoap-core
liquidsoap-core.2.3.0
liquidsoap-js
liquidsoap-js.2.3.0
liquidsoap-lang
liquidsoap-lang.2.3.0
liquidsoap-libs
liquidsoap-libs.2.3.0
liquidsoap-libs-extra
liquidsoap-libs-extra.2.3.0
liquidsoap-mode
liquidsoap-mode.2.3.0
tls-liquidsoap
tls-liquidsoap.1
+135
packages/liquidsoap-core/liquidsoap-core.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidsoap core library and binary"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14" & < "5"}
+
"dtools" {>= "0.4.5"}
+
"duppy" {>= "0.9.4"}
+
"mm" {>= "0.8.4"}
+
"re" {>= "1.11.0"}
+
"ocurl" {>= "0.9.2"}
+
"cry" {>= "1.0.3"}
+
"camomile" {>= "2.0.0"}
+
"uri"
+
"fileutils"
+
"menhirLib"
+
"mem_usage" {>= "0.1.1"}
+
"metadata" {>= "0.3.0"}
+
"magic-mime"
+
"dune-build-info"
+
"liquidsoap-lang" {= version}
+
"ppx_string" {build}
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"alsa"
+
"ao"
+
"bjack"
+
"camlimages"
+
"ctypes-foreign"
+
"dssi"
+
"faad"
+
"fdkaac"
+
"ffmpeg"
+
"flac"
+
"frei0r"
+
"gd"
+
"graphics"
+
"imagelib"
+
"inotify"
+
"irc-client-unix"
+
"jemalloc"
+
"ladspa"
+
"lame"
+
"lastfm"
+
"lilv"
+
"lo"
+
"mad"
+
"memtrace"
+
"ogg"
+
"opus"
+
"osc-unix"
+
"portaudio"
+
"posix-time2"
+
"pulseaudio"
+
"prometheus-liquidsoap"
+
"samplerate"
+
"shine"
+
"soundtouch"
+
"speex"
+
"sqlite3"
+
"srt"
+
"ssl"
+
"tls-liquidsoap"
+
"theora"
+
"sdl-liquidsoap"
+
"vorbis"
+
"yaml"
+
"xmlplaylist"
+
]
+
conflicts: [
+
"alsa" {< "0.3.0"}
+
"ao" {< "0.2.0"}
+
"bjack" {< "0.1.3"}
+
"camomile" {< "1.0.0"}
+
"dssi" {< "0.1.3"}
+
"faad" {< "0.5.0"}
+
"fdkaac" {< "0.3.1"}
+
"ffmpeg" {< "1.2.0"}
+
"ffmpeg-avutil" {< "1.2.0"}
+
"flac" {< "0.3.0"}
+
"frei0r" {< "0.1.0"}
+
"inotify" {< "1.0"}
+
"ladspa" {< "0.2.0"}
+
"lame" {< "0.3.7"}
+
"lastfm" {< "0.3.4"}
+
"lo" {< "0.2.0"}
+
"mad" {< "0.5.0"}
+
"magic" {< "0.6"}
+
"ogg" {< "0.7.4"}
+
"opus" {< "0.2.0"}
+
"portaudio" {< "0.2.0"}
+
"posix-time2" {< "2.0.2"}
+
"pulseaudio" {< "0.1.4"}
+
"samplerate" {< "0.1.5"}
+
"shine" {< "0.2.0"}
+
"soundtouch" {< "0.1.9"}
+
"speex" {< "0.4.0"}
+
"srt" {< "0.3.0"}
+
"ssl" {< "0.7.0"}
+
"tls" {< "1.0.2"}
+
"sdl-liquidsoap" {< "2"}
+
"theora" {< "0.4.0"}
+
"vorbis" {< "0.8.0"}
+
"xmlplaylist" {< "0.1.3"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+43
packages/liquidsoap-js/liquidsoap-js.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidsoap language - javascript wrapper"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14"}
+
"liquidsoap-lang" {= version}
+
"js_of_ocaml-ppx"
+
"js_of_ocaml" {>= "5.7.2"}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"liquidsoap" {!= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+44
packages/liquidsoap-lang/liquidsoap-lang.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidsoap language library"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"saturn_lockfree" {>= "0.4.1" & < "0.5.0"}
+
"re" {>= "1.11.0"}
+
"ppx_string" {build}
+
"ppx_hash" {build}
+
"sedlex" {>= "3.2"}
+
"menhir" {>= "20240715"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+38
packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidosap standard library -- extra functionalities"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"liquidsoap-libs" {= version}
+
"liquidsoap-lang" {build}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+37
packages/liquidsoap-libs/liquidsoap-libs.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidosap standard library"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"liquidsoap-lang" {build}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+45
packages/liquidsoap-mode/liquidsoap-mode.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Liquidosap emacs mode"
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"liquidsoap" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
post-messages:
+
"""\
+
This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
+
+
* for Emacs, add these lines to ~/.emacs:
+
(add-to-list 'load-path "%{share}%/emacs/site-lisp")
+
(require 'emacs-mode)"""
+
{success & !user-setup:installed}
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+68
packages/liquidsoap/liquidsoap.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Swiss-army knife for multimedia streaming"
+
description: """\
+
Liquidsoap is a powerful and flexible language for describing your
+
streams. It offers a rich collection of operators that you can combine
+
at will, giving you more power than you need for creating or
+
transforming streams. But liquidsoap is still very light and easy to
+
use, in the Unix tradition of simple strong components working
+
together."""
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"liquidsoap-core" {= version}
+
"liquidsoap-libs" {>= "2.3.0" & < "2.3.1"}
+
"liquidsoap-libs-extra" {>= "2.3.0" & < "2.3.1"}
+
"pandoc" {with-doc}
+
"pandoc-include" {with-doc}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
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}
+
]
+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.0/liquidsoap-2.3.0.tar.gz"
+
checksum: [
+
"md5=ee0832e348fe3ff9af3c25e57a3f808e"
+
"sha512=7449436ad33fc9f13db1967589546fabec3e6bec59a304738bba0efb641bcac25c41e8afd3ef0068c6feb21ad8288cfc5ca1ea4fdfb0481e455f477cbacf1f7d"
+
]
+
}
+5 -3
packages/tls-liquidsoap/tls-liquidsoap.1/opam
···
opam-version: "2.0"
synopsis:
"Virtual package install liquidosap dependencies for TLS optional features"
-
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
-
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
+
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
license: "GPL-2.0-or-later"
homepage: "https://github.com/savonet/liquidsoap"
bug-reports: "https://github.com/savonet/liquidsoap/issues"
depends: [
"dune" {>= "3.6"}
-
"tls" {< "1.0.0"}
+
"tls"
"ca-certs"
+
"mirage-crypto-rng"
+
"cstruct"
"odoc" {with-doc}
]
build: [