1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: liquidsoap
Section: sound
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: chrpath,
debhelper (>= 11),
debhelper-compat (=13),
dh-elpa,
dh-ocaml (>= 1.0.1),
festival,
fonts-liberation,
libalsa-ocaml-dev (>= 0.2.1) [linux-any],
libao-ocaml-dev (>= 0.2.0),
libbjack-ocaml-dev (>= 0.1.3),
libcamlimages-ocaml-dev (>= 4.0.1-6),
libcamomile-ocaml-dev (>= 1.0.0),
libcry-ocaml-dev (>= 0.6.0),
libcurl-ocaml-dev (>= 0.9.2),
libdtools-ocaml-dev (>= 0.4.1),
libduppy-ocaml-dev (>= 0.8.0),
libfaad-ocaml-dev (>= 0.5.0),
libffmpeg-ocaml-dev (>= 1.0.0),
libflac-ocaml-dev (>= 0.3.0),
libfrei0r-ocaml-dev (>= 0.1.0),
libgavl-ocaml-dev (>= 0.1.4),
libgd-ocaml-dev | libgd-gd2-noxpm-ocaml-dev,
libgstreamer-ocaml-dev (>= 0.3.0),
libinotify-ocaml-dev (>= 1.0) [linux-any],
libladspa-ocaml-dev (>= 0.1.4),
liblastfm-ocaml-dev (>= 0.3.0),
liblo-ocaml-dev (>= 0.2.0),
libmad-ocaml-dev (>= 0.1.4),
libmagic-ocaml-dev (>= 0.6),
libmenhir-ocaml-dev,
libmm-ocaml-dev (>= 0.7.0),
libmp3lame-ocaml-dev (>= 0.3.2),
libogg-ocaml-dev (>= 0.7.0),
libopus-ocaml-dev (>= 0.2.0),
libpcre-ocaml-dev,
libportaudio-ocaml-dev (>= 0.2.0),
libpulse-ocaml-dev (>= 0.1.2),
libsamplerate-ocaml-dev (>= 0.1.1),
libsdl-ocaml-dev,
libsedlex-ocaml-dev (>= 2.0),
libshine-ocaml-dev (>= 0.2.0),
libsoundtouch-ocaml-dev (>= 0.1.7),
libspeex-ocaml-dev (>= 0.4.0),
libssl-ocaml-dev (>= 0.5.2),
libtaglib-ocaml-dev (>= 0.3.0),
libtheora-ocaml-dev (>= 0.4.0),
liburi-ocaml-dev,
libvoaacenc-ocaml-dev,
libvorbis-ocaml-dev (>= 0.8.0),
libxml-dom-perl,
libxmlplaylist-ocaml-dev (>= 0.1.3),
libyojson-ocaml-dev,
menhir,
ocaml (>= 4.08),
ocaml-findlib,
pandoc,
sox
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ocaml-team/liquidsoap.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/liquidsoap
Homepage: https://www.liquidsoap.info/
Package: liquidsoap
Architecture: any
Depends: adduser,
curl,
libcamomile-ocaml-data (>= 1.0.0),
ocaml-base,
sox,
${misc:Depends},
${ocaml:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: logrotate, vorbis-tools, vorbisgain
Suggests: festival, icecast2, mplayer, yt-dlp
Provides: ${ocaml:Provides}
Description: audio streaming language
Liquidsoap is a powerful tool for building complex audio streaming systems,
typically targeting internet radios (e.g. icecast streams).
.
It consists of a simple script language, in which you can create, combine and
transform audio sources. Its design makes liquidsoap flexible and easily
extensible.
.
Some of the typical uses are:
* dynamically generating playlists depending on the time or other factors
* having smooth transitions between songs
* adding jingles periodically
* applying effects on the sound like volume normalization
* reencoding the stream at various qualities
* remotely controlling the stream
Package: liquidsoap-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Suggests: liquidsoap
Enhances: emacs, emacs24, emacs25
Section: editors
Description: Emacs mode for editing Liquidsoap code
Liquidsoap is a powerful tool for building complex audio streaming systems,
typically targeting internet radios (e.g. icecast streams).
.
It consists of a simple script language, in which you can create, combine and
transform audio sources. Its design makes liquidsoap flexible and easily
extensible.
.
This package provides an (X)Emacs mode which makes it easier to edit
Liquidsoap source code.
|