# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) inherit autotools desktop lua-single xdg DESCRIPTION="Music player for a wide range of formats designed for gapless playback" HOMEPAGE="https://aqualung.jeremyevans.net/ https://github.com/jeremyevans/aqualung" SRC_URI="https://github.com/jeremyevans/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libsamplerate lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray vorbis wavpack" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" BDEPEND=" virtual/pkgconfig sys-devel/gettext " #