media-sound/noson-app: add 5.6.8

Signed-off-by: Steven Burnham <danipo@gmail.com>
This commit is contained in:
Steven Burnham 2024-10-01 21:05:46 -06:00
parent 7595bec3ac
commit cc639d68e8
No known key found for this signature in database
GPG Key ID: D765679712A2FC3D
2 changed files with 32 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST noson-app-5.6.6.tar.gz 3295309 BLAKE2B b46fe67256da8ad99cc6d772ec4af8af7a4a95c84d4432c9297b1a50df9692e1040588c3ff98ef69c378d7d058d35e96310d94731692a434c15a85f9920431b5 SHA512 ccb828554dcd963adb17516f1f2c8765b7ee28048270751c2d6b18090b2153d53e4c781a0473080023475d3b136fdf681e7fee19ee7548fd22bb3b530b881fbc
DIST noson-app-5.6.8.tar.gz 3294933 BLAKE2B bf30055a6d07b912b9f5aea340a1aa103a8dddde1a659c2e984fb815e9b339c0fe74dc735e69501b412f25a0e8d46ef26304c03b96e9b088241c765d12157b3d SHA512 9b0a0d4e4abbd54a3075c6045bc16bc0e897b475cbbea99e0ac0b75be19f06ecfb5821e89cb007f4fd48d8a14a573d4491c5130ebf8905a1c4fd2a8612980362

View File

@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg cmake
DESCRIPTION="The essential to control music from your SONOS devices on Linux platforms"
HOMEPAGE="https://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-libs/openssl:=
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtquickcontrols2:5
dev-qt/qtsvg:5
dev-qt/qttranslations:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
media-libs/flac:=
media-libs/libpulse
sys-libs/zlib
"
RDEPEND="${DEPEND}"