this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25204 from toots/opam-publish-tls-liquidsoap.1-prometheus-liquidsoap.2-liquidsoap.2.2.4-sdl-liquidsoap.3

7 packages from savonet/liquidsoap-release-assets

authored by

Marcello Seri and committed by
GitHub
d87a1eb8 9da8ac60

+413
+138
packages/liquidsoap-core/liquidsoap-core.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidsoap core library and binary" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "ocaml" {>= "4.14.0"} 11 + "dtools" {>= "0.4.5"} 12 + "duppy" {>= "0.9.3"} 13 + "mm" {>= "0.8.4"} 14 + "pcre" {>= "7.5.0"} 15 + "ocurl" {>= "0.9.2"} 16 + "cry" {>= "1.0.2"} 17 + "camomile" {>= "2.0.0"} 18 + "uri" 19 + "fileutils" 20 + "menhirLib" 21 + "metadata" {>= "0.2.0"} 22 + "magic-mime" 23 + "dune-build-info" 24 + "liquidsoap-lang" {= version} 25 + "ppx_string" {build} 26 + "odoc" {with-doc} 27 + ] 28 + depopts: [ 29 + "alsa" 30 + "ao" 31 + "bjack" 32 + "camlimages" 33 + "ctypes-foreign" 34 + "dssi" 35 + "faad" 36 + "fdkaac" 37 + "ffmpeg" 38 + "flac" 39 + "frei0r" 40 + "gd" 41 + "graphics" 42 + "gstreamer" 43 + "imagelib" 44 + "inotify" 45 + "irc-client-unix" 46 + "jemalloc" 47 + "ladspa" 48 + "lame" 49 + "lastfm" 50 + "lilv" 51 + "lo" 52 + "mad" 53 + "memtrace" 54 + "mem_usage" 55 + "ogg" 56 + "opus" 57 + "osc-unix" 58 + "portaudio" 59 + "posix-time2" 60 + "pulseaudio" 61 + "prometheus-liquidsoap" 62 + "samplerate" 63 + "shine" 64 + "soundtouch" 65 + "speex" 66 + "srt" 67 + "ssl" 68 + "taglib" 69 + "tls-liquidsoap" 70 + "theora" 71 + "sdl-liquidsoap" 72 + "vorbis" 73 + "yaml" 74 + "xmlplaylist" 75 + ] 76 + conflicts: [ 77 + "alsa" {< "0.3.0"} 78 + "ao" {< "0.2.0"} 79 + "bjack" {< "0.1.3"} 80 + "camomile" {< "1.0.0"} 81 + "dssi" {< "0.1.3"} 82 + "faad" {< "0.5.0"} 83 + "fdkaac" {< "0.3.1"} 84 + "ffmpeg" {< "1.1.8"} 85 + "ffmpeg-avutil" {< "1.1.8"} 86 + "flac" {< "0.3.0"} 87 + "frei0r" {< "0.1.0"} 88 + "gstreamer" {< "0.3.1"} 89 + "inotify" {< "1.0"} 90 + "ladspa" {< "0.2.0"} 91 + "lame" {< "0.3.7"} 92 + "lastfm" {< "0.3.0"} 93 + "lo" {< "0.2.0"} 94 + "mad" {< "0.5.0"} 95 + "magic" {< "0.6"} 96 + "mem_usage" {< "0.0.3"} 97 + "ogg" {< "0.7.4"} 98 + "opus" {< "0.2.0"} 99 + "portaudio" {< "0.2.0"} 100 + "posix-time2" {< "2.0.2"} 101 + "pulseaudio" {< "0.1.4"} 102 + "samplerate" {< "0.1.5"} 103 + "shine" {< "0.2.0"} 104 + "soundtouch" {< "0.1.9"} 105 + "speex" {< "0.4.0"} 106 + "srt" {< "0.3.0"} 107 + "ssl" {< "0.7.0"} 108 + "taglib" {< "0.3.10"} 109 + "sdl-liquidsoap" {< "2"} 110 + "theora" {< "0.4.0"} 111 + "vorbis" {< "0.8.0"} 112 + "xmlplaylist" {< "0.1.3"} 113 + ] 114 + build: [ 115 + ["dune" "subst"] {dev} 116 + [ 117 + "dune" 118 + "build" 119 + "-p" 120 + name 121 + "-j" 122 + jobs 123 + "--promote-install-files=false" 124 + "@install" 125 + "@runtest" {with-test} 126 + "@doc" {with-doc} 127 + ] 128 + ["dune" "install" "-p" name "--create-install-files" name] 129 + ] 130 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 131 + url { 132 + src: 133 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 134 + checksum: [ 135 + "md5=3e5b2804d436740a8e91bc201dcb046e" 136 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 137 + ] 138 + }
+43
packages/liquidsoap-js/liquidsoap-js.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidsoap language - javascript wrapper" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "ocaml" {>= "4.14.0"} 11 + "liquidsoap-lang" {= version} 12 + "js_of_ocaml-ppx" 13 + "js_of_ocaml" 14 + "odoc" {with-doc} 15 + ] 16 + conflicts: [ 17 + "liquidsoap" {!= version} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "--promote-install-files=false" 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ["dune" "install" "-p" name "--create-install-files" name] 34 + ] 35 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 36 + url { 37 + src: 38 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 39 + checksum: [ 40 + "md5=3e5b2804d436740a8e91bc201dcb046e" 41 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 42 + ] 43 + }
+41
packages/liquidsoap-lang/liquidsoap-lang.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidsoap language library" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "ocaml" {>= "4.14.0"} 11 + "dune-site" 12 + "ppx_string" {build} 13 + "sedlex" {>= "3.2"} 14 + "menhir" {>= "20180703"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 34 + url { 35 + src: 36 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 37 + checksum: [ 38 + "md5=3e5b2804d436740a8e91bc201dcb046e" 39 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 40 + ] 41 + }
+38
packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidosap standard library -- extra functionalities" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "liquidsoap-libs" {= version} 11 + "liquidsoap-lang" {build} 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 + url { 32 + src: 33 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 34 + checksum: [ 35 + "md5=3e5b2804d436740a8e91bc201dcb046e" 36 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 37 + ] 38 + }
+37
packages/liquidsoap-libs/liquidsoap-libs.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidosap standard library" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "liquidsoap-lang" {build} 11 + "odoc" {with-doc} 12 + ] 13 + build: [ 14 + ["dune" "subst"] {dev} 15 + [ 16 + "dune" 17 + "build" 18 + "-p" 19 + name 20 + "-j" 21 + jobs 22 + "--promote-install-files=false" 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ["dune" "install" "-p" name "--create-install-files" name] 28 + ] 29 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 30 + url { 31 + src: 32 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 33 + checksum: [ 34 + "md5=3e5b2804d436740a8e91bc201dcb046e" 35 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 36 + ] 37 + }
+45
packages/liquidsoap-mode/liquidsoap-mode.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Liquidosap emacs mode" 3 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 5 + license: "GPL-2.0-or-later" 6 + homepage: "https://github.com/savonet/liquidsoap" 7 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 + depends: [ 9 + "dune" {>= "3.6"} 10 + "liquidsoap" {= version} 11 + "odoc" {with-doc} 12 + ] 13 + build: [ 14 + ["dune" "subst"] {dev} 15 + [ 16 + "dune" 17 + "build" 18 + "-p" 19 + name 20 + "-j" 21 + jobs 22 + "--promote-install-files=false" 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ["dune" "install" "-p" name "--create-install-files" name] 28 + ] 29 + post-messages: 30 + """\ 31 + This package requires additional configuration for use in editors. Install package 'user-setup', or manually: 32 + 33 + * for Emacs, add these lines to ~/.emacs: 34 + (add-to-list 'load-path "%{share}%/emacs/site-lisp") 35 + (require 'emacs-mode)""" 36 + {success & !user-setup:installed} 37 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 38 + url { 39 + src: 40 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 41 + checksum: [ 42 + "md5=3e5b2804d436740a8e91bc201dcb046e" 43 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 44 + ] 45 + }
+71
packages/liquidsoap/liquidsoap.2.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Swiss-army knife for multimedia streaming" 3 + description: """\ 4 + Liquidsoap is a powerful and flexible language for describing your 5 + streams. It offers a rich collection of operators that you can combine 6 + at will, giving you more power than you need for creating or 7 + transforming streams. But liquidsoap is still very light and easy to 8 + use, in the Unix tradition of simple strong components working 9 + together.""" 10 + maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>" 11 + authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 12 + license: "GPL-2.0-or-later" 13 + homepage: "https://github.com/savonet/liquidsoap" 14 + bug-reports: "https://github.com/savonet/liquidsoap/issues" 15 + depends: [ 16 + "dune" {>= "3.6"} 17 + "liquidsoap-core" {= version} 18 + "liquidsoap-libs" {>= "2.2.4" & < "2.2.5"} 19 + "liquidsoap-libs-extra" {>= "2.2.4" & < "2.2.5"} 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 + post-messages: [ 39 + """\ 40 + We're sorry that your liquidsoap install failed. Check out our installation 41 + instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam 42 + for more information.""" 43 + {failure} 44 + "✨ Congratulations on installing liquidsoap! ✨" {success} 45 + """\ 46 + We noticed that you did not install the ffmpeg package. This package is 47 + highly recommended for most users and provides a lot of useful features, 48 + including decoding and encoding multiple media format, sending and 49 + receiving from various inputs and outputs and more.""" 50 + {success & !ffmpeg-enabled} 51 + """\ 52 + We noticed that you did not install any ssl or tls support. Liquidsoap won't 53 + be able to use SSL encryption in its input or output operators. You might want 54 + to install one of ssl or tls-liquidsoap package.""" 55 + {success & !ssl-enabled & !tls-enabled} 56 + """\ 57 + We noticed that your build includes GStreamer support. This support is DEPRECATED. 58 + We suggest you consider moving to FFmpeg, which should provide same the same level 59 + of functionalities.""" 60 + {success & gstreamer-enabled} 61 + ] 62 + depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"} 63 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 64 + url { 65 + src: 66 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.2.4/liquidsoap-2.2.4.tar.gz" 67 + checksum: [ 68 + "md5=3e5b2804d436740a8e91bc201dcb046e" 69 + "sha512=5287c4ff7112b0b79fc3ca6921a973f37b0428fbe5b5ec9a4f39dc52de66f770eb46b91d5ce8cca7705e53c89db893ace53385304bf61b7a495a1cd1cb333df1" 70 + ] 71 + }