# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 WANT_AUTOCONF="2.5" inherit autotools bash-completion-r1 findlib systemd tmpfiles DESCRIPTION="A swiss-army knife for multimedia streaming, used for netradios" HOMEPAGE="https://github.com/savonet/liquidsoap" SRC_URI="https://github.com/savonet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" 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" }