this repo has no description
0
fork

Configure Feed

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

Merge pull request #27699 from toots/opam-publish-liquidsoap.2.3.2

4 packages from savonet/liquidsoap at 2.3.2

authored by

Marcello Seri and committed by
GitHub
a8d2630d 4d8fa0fb

+307
+45
packages/liquidsoap-js/liquidsoap-js.2.3.2/opam
··· 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 <savonet-users@lists.sourceforge.net>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 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.6"} 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.2/liquidsoap-2.3.2-2.tar.gz" 41 + checksum: [ 42 + "md5=6c907aed8a9936bfb0c48b541923bcde" 43 + "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" 44 + ] 45 + }
+46
packages/liquidsoap-lang/liquidsoap-lang.2.3.2/opam
··· 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 <savonet-users@lists.sourceforge.net>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 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.6"} 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.2/liquidsoap-2.3.2-2.tar.gz" 42 + checksum: [ 43 + "md5=6c907aed8a9936bfb0c48b541923bcde" 44 + "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" 45 + ] 46 + }
+47
packages/liquidsoap-mode/liquidsoap-mode.2.3.2/opam
··· 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 <savonet-users@lists.sourceforge.net>"] 5 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 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.6"} 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 + post-messages: [ 32 + "This package requires additional configuration for use in editors. Install package 'user-setup', or manually: 33 + 34 + * for Emacs, add these lines to ~/.emacs: 35 + (add-to-list 'load-path \"%{share}%/emacs/site-lisp\") 36 + (require 'emacs-mode) 37 + " 38 + {success & !user-setup:installed} 39 + ] 40 + url { 41 + src: 42 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz" 43 + checksum: [ 44 + "md5=6c907aed8a9936bfb0c48b541923bcde" 45 + "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" 46 + ] 47 + }
+169
packages/liquidsoap/liquidsoap.2.3.2/opam
··· 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 <savonet-users@lists.sourceforge.net>"] 13 + authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 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.6"} 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 + "xmlplaylist" 83 + ] 84 + conflicts: [ 85 + "alsa" {< "0.3.0"} 86 + "ao" {< "0.2.0"} 87 + "bjack" {< "0.1.3"} 88 + "camomile" {< "1.0.0"} 89 + "dssi" {< "0.1.3"} 90 + "faad" {< "0.5.0"} 91 + "fdkaac" {< "0.3.1"} 92 + "ffmpeg" {< "1.2.0"} 93 + "ffmpeg-avutil" {< "1.2.0"} 94 + "flac" {< "1.0.0"} 95 + "frei0r" {< "0.1.0"} 96 + "inotify" {< "1.0"} 97 + "ladspa" {< "0.2.0"} 98 + "lame" {< "0.3.7"} 99 + "lo" {< "0.2.0"} 100 + "mad" {< "0.5.0"} 101 + "magic" {< "0.6"} 102 + "mirage-crypto-rng" {< "0.6.2"} 103 + "ogg" {< "1.0.0"} 104 + "opus" {< "0.2.0"} 105 + "odoc" {< "3.0.0~beta1"} 106 + "portaudio" {< "0.2.0"} 107 + "posix-time2" {< "2.0.2"} 108 + "posix-socket" {< "2.1.0"} 109 + "pulseaudio" {< "0.1.4"} 110 + "samplerate" {< "0.1.5"} 111 + "shine" {< "0.2.0"} 112 + "soundtouch" {< "0.1.9"} 113 + "speex" {< "1.0.0"} 114 + "srt" {< "0.3.2"} 115 + "ssl" {< "0.7.0"} 116 + "tls" {< "1.0.2"} 117 + "sdl-liquidsoap" {< "2"} 118 + "theora" {< "1.0.0"} 119 + "vorbis" {< "1.0.0"} 120 + "xmlplaylist" {< "0.1.3"} 121 + "pandoc" {with-doc} 122 + "pandoc-include" {with-doc} 123 + ] 124 + build: [ 125 + ["dune" "subst"] {dev} 126 + [ 127 + "dune" 128 + "build" 129 + "-p" 130 + name 131 + "-j" 132 + jobs 133 + "--promote-install-files=false" 134 + "@install" 135 + "@runtest" {with-test} 136 + "@doc" {with-doc} 137 + ] 138 + ["dune" "install" "-p" name "--create-install-files" name] 139 + ] 140 + post-messages: [ 141 + """\ 142 + We're sorry that your liquidsoap install failed. Check out our installation 143 + instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam 144 + for more information.""" 145 + {failure} 146 + "✨ Congratulations on installing liquidsoap! ✨" {success} 147 + """\ 148 + We noticed that you did not install the ffmpeg package. This package is 149 + highly recommended for most users and provides a lot of useful features, 150 + including decoding and encoding multiple media format, sending and 151 + receiving from various inputs and outputs and more.""" 152 + {success & !ffmpeg-enabled} 153 + """\ 154 + We noticed that you did not install any ssl or tls support. Liquidsoap won't 155 + be able to use SSL encryption in its input or output operators. You might want 156 + to install one of ssl or tls-liquidsoap package.""" 157 + {success & !ssl-enabled & !tls-enabled} 158 + ] 159 + x-maintenance-intent: ["(latest)"] 160 + depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"} 161 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 162 + url { 163 + src: 164 + "https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz" 165 + checksum: [ 166 + "md5=6c907aed8a9936bfb0c48b541923bcde" 167 + "sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc" 168 + ] 169 + }