mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
media-sound/noson-app: fix DEPEND
Closes: https://bugs.gentoo.org/919149 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
009503f6f0
commit
3620570a86
@ -1,11 +1,11 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
inherit xdg cmake
|
inherit xdg cmake
|
||||||
|
|
||||||
DESCRIPTION="The essential to control music from your SONOS devices on Linux platforms"
|
DESCRIPTION="The essential to control music from your SONOS devices on Linux platforms"
|
||||||
HOMEPAGE="http://janbar.github.io/noson-app/index.html"
|
HOMEPAGE="https://janbar.github.io/noson-app/index.html"
|
||||||
SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@ -13,19 +13,19 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-qt/qtcore-5.9
|
dev-libs/openssl:=
|
||||||
>=dev-qt/qtdbus-5.9
|
dev-qt/qtcore:5
|
||||||
>=dev-qt/qtnetwork-5.9
|
dev-qt/qtdbus:5
|
||||||
>=dev-qt/qttranslations-5.9
|
dev-qt/qtdeclarative:5
|
||||||
>=dev-qt/qtgui-5.9
|
dev-qt/qtgui:5
|
||||||
>=dev-qt/qtquickcontrols2-5.9
|
dev-qt/qtnetwork:5
|
||||||
>=dev-qt/qtsvg-5.9
|
dev-qt/qtquickcontrols2:5
|
||||||
dev-libs/openssl:0
|
dev-qt/qtsvg:5
|
||||||
media-libs/flac
|
dev-qt/qttranslations:5
|
||||||
|
dev-qt/qtwidgets:5
|
||||||
|
dev-qt/qtxml:5
|
||||||
|
media-libs/flac:=
|
||||||
media-libs/libpulse
|
media-libs/libpulse
|
||||||
|
sys-libs/zlib
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user