aboutsummaryrefslogtreecommitdiff
blob: e7cf024281333a51415d31cdfa6728f69b20cd77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 meson

DESCRIPTION="Wayland-based ALSA VU-meter with peaking and optionnal support for wlr-layer-shell"
HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu"
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""

DEPEND="
	media-libs/alsa-lib
	media-libs/freeglut
	media-libs/mesa
	dev-libs/wayland
"
RDEPEND="${DEPEND}"