···11+# This file is generated by dune, edit dune-project instead
22+opam-version: "2.0"
33+synopsis: "Liquidosap emacs mode"
44+maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
55+authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
66+license: "GPL-2.0-or-later"
77+homepage: "https://github.com/savonet/liquidsoap"
88+bug-reports: "https://github.com/savonet/liquidsoap/issues"
99+depends: [
1010+ "dune" {>= "3.6"}
1111+ "liquidsoap" {= version}
1212+ "odoc" {with-doc}
1313+]
1414+build: [
1515+ ["dune" "subst"] {dev}
1616+ [
1717+ "dune"
1818+ "build"
1919+ "-p"
2020+ name
2121+ "-j"
2222+ jobs
2323+ "--promote-install-files=false"
2424+ "@install"
2525+ "@runtest" {with-test}
2626+ "@doc" {with-doc}
2727+ ]
2828+ ["dune" "install" "-p" name "--create-install-files" name]
2929+]
3030+dev-repo: "git+https://github.com/savonet/liquidsoap.git"
3131+post-messages: [
3232+ "This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
3333+3434+* for Emacs, add these lines to ~/.emacs:
3535+ (add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
3636+ (require 'emacs-mode)
3737+"
3838+ {success & !user-setup:installed}
3939+]
4040+url {
4141+ src:
4242+ "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.5/liquidsoap-2.2.5.tar.gz"
4343+ checksum: [
4444+ "md5=8e4d35b2595e31ef5e7a96b605382787"
4545+ "sha512=3c8c9738cce1adad3707986527b52aac5e5a70f11f58e4aa3647972752275d72d1649657e46cec6afc4c543a4546cc312d1c9b1a4338f9bd6e41c0a702ec5118"
4646+ ]
4747+}
+73
packages/liquidsoap/liquidsoap.2.2.5/opam
···11+# This file is generated by dune, edit dune-project instead
22+opam-version: "2.0"
33+synopsis: "Swiss-army knife for multimedia streaming"
44+description: """
55+Liquidsoap is a powerful and flexible language for describing your
66+streams. It offers a rich collection of operators that you can combine
77+at will, giving you more power than you need for creating or
88+transforming streams. But liquidsoap is still very light and easy to
99+use, in the Unix tradition of simple strong components working
1010+together.
1111+"""
1212+maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
1313+authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
1414+license: "GPL-2.0-or-later"
1515+homepage: "https://github.com/savonet/liquidsoap"
1616+bug-reports: "https://github.com/savonet/liquidsoap/issues"
1717+depends: [
1818+ "dune" {>= "3.6"}
1919+ "liquidsoap-core" {= version}
2020+ "liquidsoap-libs" {>= "2.2.5" & < "2.2.6"}
2121+ "liquidsoap-libs-extra" {>= "2.2.5" & < "2.2.6"}
2222+ "odoc" {with-doc}
2323+]
2424+build: [
2525+ ["dune" "subst"] {dev}
2626+ [
2727+ "dune"
2828+ "build"
2929+ "-p"
3030+ name
3131+ "-j"
3232+ jobs
3333+ "--promote-install-files=false"
3434+ "@install"
3535+ "@runtest" {with-test}
3636+ "@doc" {with-doc}
3737+ ]
3838+ ["dune" "install" "-p" name "--create-install-files" name]
3939+]
4040+post-messages: [
4141+ """\
4242+We're sorry that your liquidsoap install failed. Check out our installation
4343+instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam
4444+for more information."""
4545+ {failure}
4646+ "✨ Congratulations on installing liquidsoap! ✨" {success}
4747+ """\
4848+We noticed that you did not install the ffmpeg package. This package is
4949+highly recommended for most users and provides a lot of useful features,
5050+including decoding and encoding multiple media format, sending and
5151+receiving from various inputs and outputs and more."""
5252+ {success & !ffmpeg-enabled}
5353+ """\
5454+We noticed that you did not install any ssl or tls support. Liquidsoap won't
5555+be able to use SSL encryption in its input or output operators. You might want
5656+to install one of ssl or tls-liquidsoap package."""
5757+ {success & !ssl-enabled & !tls-enabled}
5858+ """\
5959+We noticed that your build includes GStreamer support. This support is DEPRECATED.
6060+We suggest you consider moving to FFmpeg, which should provide same the same level
6161+of functionalities."""
6262+ {success & gstreamer-enabled}
6363+]
6464+depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
6565+dev-repo: "git+https://github.com/savonet/liquidsoap.git"
6666+url {
6767+ src:
6868+ "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.5/liquidsoap-2.2.5.tar.gz"
6969+ checksum: [
7070+ "md5=8e4d35b2595e31ef5e7a96b605382787"
7171+ "sha512=3c8c9738cce1adad3707986527b52aac5e5a70f11f58e4aa3647972752275d72d1649657e46cec6afc4c543a4546cc312d1c9b1a4338f9bd6e41c0a702ec5118"
7272+ ]
7373+}