# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 WANT_AUTOCONF="2.5" EGIT_REPO_URI="https://github.com/savonet/${PN}.git" inherit autotools bash-completion-r1 findlib git-r3 systemd tmpfiles DESCRIPTION="A swiss-army knife for multimedia streaming, used for netradios" HOMEPAGE="https://github.com/savonet/liquidsoap" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="alsa ao camlimages debug dssi faad fdk ffmpeg flac frei0r gd graphics \ gstreamer inotify jack json ladspa lame lastfm libsamplerate lilv lo \ mad magic memtrace memusage +ocamlopt ogg osc opus oss portaudio \ pulseaudio sdl shine shout soundtouch speex ssl srt systemd taglib \ theora +unicode vorbis xml" REQUIRED_USE="flac? ( ogg ) lastfm? ( xml ) opus? ( ogg ) speex? ( ogg ) theora? ( ogg ) vorbis? ( ogg )" RDEPEND="acct-user/liquidsoap dev-ml/ocaml-dtools:=[ocamlopt?] dev-ml/ocaml-duppy:=[ocamlopt?] dev-ml/menhir:0=[ocamlopt?] " elog "where script refers to /etc/liquidsoap/.liq" }