this repo has no description
0
fork

Configure Feed

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

Merge pull request #21826 from toots/opam-publish-liquidsoap.2.1.0

Package liquidsoap.2.1.0

authored by

Kate and committed by
GitHub
c76c226b ac5fe233

+186
+186
packages/liquidsoap/liquidsoap.2.1.0/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: "romain.beauxis@gmail.com" 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 + "conf-autoconf" {dev} 17 + "conf-automake" {dev} 18 + "ocaml" {>= "4.12.0" & < "5.0.0"} 19 + "camomile" {>= "1.0.0"} 20 + "dtools" {>= "0.4.4"} 21 + "duppy" {>= "0.9.1"} 22 + "menhir" {>= "20180703"} 23 + "mm" {>= "0.8.1"} 24 + "ocamlfind" {build} 25 + "conf-pkg-config" {build} 26 + "conf-which" {build} 27 + "pcre" {>= "7.5.0"} 28 + "sedlex" {>= "2.2"} 29 + ] 30 + depopts: [ 31 + "alsa" 32 + "ao" 33 + "bjack" 34 + "camlimages" 35 + "cry" 36 + "dssi" 37 + "faad" 38 + "fdkaac" 39 + "ffmpeg" 40 + "flac" 41 + "frei0r" 42 + "gd" 43 + "graphics" 44 + "gstreamer" 45 + "inotify" 46 + "irc-client-unix" 47 + "ladspa" 48 + "lame" 49 + "lastfm" 50 + "lilv" 51 + "lo" 52 + "mad" 53 + "magic" 54 + "memtrace" 55 + "mem_usage" 56 + "ocurl" 57 + "ogg" 58 + "opus" 59 + "osx-secure-transport" 60 + "portaudio" 61 + "posix-time2" 62 + "pulseaudio" 63 + "prometheus-liquidsoap" 64 + "samplerate" 65 + "shine" 66 + "soundtouch" 67 + "speex" 68 + "srt" 69 + "ssl" 70 + "taglib" 71 + "theora" 72 + "sdl-liquidsoap" 73 + "tsdl" 74 + "tsdl-image" 75 + "tsdl-ttf" 76 + "vorbis" 77 + "xmlplaylist" 78 + ] 79 + conflicts: [ 80 + "alsa" {< "0.3.0"} 81 + "ao" {< "0.2.0"} 82 + "bjack" {< "0.1.3"} 83 + "cry" {< "0.6.5"} 84 + "dssi" {< "0.1.3"} 85 + "faad" {< "0.5.0"} 86 + "fdkaac" {< "0.3.1"} 87 + "ffmpeg" {< "1.1.4"} 88 + "ffmpeg-avutil" {< "1.1.4"} 89 + "flac" {< "0.3.0"} 90 + "frei0r" {< "0.1.0"} 91 + "gstreamer" {< "0.3.1"} 92 + "inotify" {< "1.0"} 93 + "ladspa" {< "0.2.0"} 94 + "lame" {< "0.3.5"} 95 + "lastfm" {< "0.3.0"} 96 + "lo" {< "0.2.0"} 97 + "mad" {< "0.5.0"} 98 + "magic" {< "0.6"} 99 + "ocurl" {< "0.9.2"} 100 + "ogg" {< "0.7.0"} 101 + "opus" {< "0.2.0"} 102 + "portaudio" {< "0.2.0"} 103 + "pulseaudio" {< "0.1.4"} 104 + "samplerate" {< "0.1.5"} 105 + "sdl-liquidsoap" {< "2"} 106 + "shine" {< "0.2.0"} 107 + "soundtouch" {< "0.1.9"} 108 + "speex" {< "0.4.0"} 109 + "srt" {< "0.2.1"} 110 + "ssl" {< "0.5.2"} 111 + "taglib" {< "0.3.7"} 112 + "tsdl-image" {< "0.2.0"} 113 + "theora" {< "0.4.0"} 114 + "vorbis" {< "0.8.0"} 115 + "xmlplaylist" {< "0.1.3"} 116 + ] 117 + build: [ 118 + ["./bootstrap"] {dev} 119 + [ 120 + "./configure" 121 + "--prefix" 122 + prefix 123 + "--sbindir=%{lib}%/liquidsoap/sbin" 124 + "--libexecdir=%{lib}%/liquidsoap/libexec" 125 + "--sysconfdir=%{lib}%/liquidsoap/etc" 126 + "--sharedstatedir=%{lib}%/liquidsoap/com" 127 + "--localstatedir=%{lib}%/liquidsoap/var" 128 + "--libdir=%{lib}%/liquidsoap/lib" 129 + "--includedir=%{lib}%/liquidsoap/include" 130 + "--datarootdir=%{lib}%/liquidsoap/share" 131 + "--with-bash-completion-dir=%{lib}%/liquidsoap/etc/bash_completion.d" 132 + "--with-user=dummy" 133 + "--with-group=dummy" 134 + ] 135 + [make "clean"] {dev} 136 + [make] 137 + ] 138 + install: [make "install"] 139 + remove: ["rm" "-rf" "%{lib}%/liquidsoap"] 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 any mp3 decoder. This is a feature most 149 + users want. You might need to install the mad or ffmpeg package.""" 150 + {success & !mad-enabled & !ffmpeg-enabled} 151 + """\ 152 + We noticed that you did not install any mp3 encoder. This is a feature most 153 + users want. You might need to install the lame or shine package.""" 154 + {success & !lame-enabled & !shine-enabled & !ffmpeg-enabled} 155 + """\ 156 + We noticed that you did not install the taglib package that provides support 157 + for reading metatadata in audio files. This is a feature most users want.""" 158 + {success & !taglib-enabled} 159 + """\ 160 + We noticed that you did not install the samplerate package. We strongly 161 + recommend this package for audio samplerate conversion.""" 162 + {success & !samperate-enabled} 163 + """\ 164 + We noticed that you did not install the ocurl package. We strongly 165 + recommend this package for http request resolving support.""" 166 + {success & !curl-enabled} 167 + """\ 168 + We noticed that you did not install the cry package that provides icecast 169 + output. This is a feature most users want.""" 170 + {success & !cry-enabled} 171 + """\ 172 + We noticed that you did not install any ssl support package. Liquidsoap won't 173 + be able to use any HTTPS feature. You might want to install one of ssl or 174 + osx-secure-transport package.""" 175 + {success & !ssl-enabled & !secure-transport-enabled} 176 + ] 177 + depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"} 178 + dev-repo: "git+https://github.com/savonet/liquidsoap.git" 179 + url { 180 + src: 181 + "https://github.com/savonet/liquidsoap/releases/download/v2.1.0/liquidsoap-2.1.0.tar.bz2" 182 + checksum: [ 183 + "md5=966a5318127afbff1c050785f19ac138" 184 + "sha512=20576c69fccadd96eb0fcb32ceb4f71fadf5b4b6ae85940915a35dd4b236c362918f7183bc64084ce00d6ae1929d031240102ca89ff2acf438219aceeef17535" 185 + ] 186 + }