mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
media-sound/noson-app: new package, add 5.2.1
Signed-off-by: Steven Burnham <danipo@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST noson-app-5.2.0.tar.gz 2357319 BLAKE2B eab5ab5dc381f8025cfd9257131b919a811eef39a25069e1de8579310f10c36d61e0c862e76cd7518dd33e90c00527ebadfd2ce249679c1a95a0c5aec0299040 SHA512 ce19149c165876573e75d40e0f6418c1d91292533932986883b645915bde165c346b614ce310f71ae30bdd4591163d1b8264a86091dca59a53a86b9bc8aaef7e
|
||||
DIST noson-app-5.2.1.tar.gz 2356968 BLAKE2B 80a2f735297116b52f713aed5db16a78737862b900d0404ea3f5d91b6c37cba1a23954b5567f8a881ca7008b65f29444a92efe4830a719084894c04ba2a3b836 SHA512 dd18815cd99a74dc023911a3046e44813136dc2c3861cfff498b0853df1b00ef9b132504862755ecc3f5300c3dd098be45abe18f87d6cd6a358b796477430be8
|
||||
|
||||
31
media-sound/noson-app/noson-app-5.2.1.ebuild
Normal file
31
media-sound/noson-app/noson-app-5.2.1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2022 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
|
||||
}
|
||||
Reference in New Issue
Block a user