aboutsummaryrefslogtreecommitdiff
blob: a04f8048f91537f439b6908904faf826a174b44f (plain)
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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit xdg cmake

DESCRIPTION="The essential to control music from your SONOS devices on Linux platforms"
HOMEPAGE="http://janbar.github.io/noson-app/index.html"
SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	>=dev-qt/qtcore-5.9
	>=dev-qt/qtdbus-5.9
	>=dev-qt/qtnetwork-5.9
	>=dev-qt/qttranslations-5.9
	>=dev-qt/qtgui-5.9
	>=dev-qt/qtquickcontrols2-5.9
	>=dev-qt/qtsvg-5.9
	dev-libs/openssl:0
	media-libs/flac
	media-sound/pulseaudio
"
RDEPEND="${DEPEND}"

src_configure() {
	cmake_src_configure
}