add noson-app
This commit is contained in:
3
media-sound/noson-app/Manifest
Normal file
3
media-sound/noson-app/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST noson-app-5.6.13.tar.gz 3162644 BLAKE2B d36801a62fce33e649a9282f1903677e26ccc00ad295939dac7cc3c93cf310a8a6404ee9b6ffe428bf002292f9c125128871bd5c0287f6d61df21453ceccccde SHA512 be533f05e0a8524d09b8b9a23ef49503356b6af4ef2f1361f85498660da43dc1bfda7b7341737a2bf73d056cc67f2aad6ff0dce83ed25322fd21c469ffc1f708
|
||||||
|
EBUILD noson-app-5.6.13.ebuild 713 BLAKE2B 456843c5c7d310e48ad7f74bbc36e014bc52ead1f1d045e8a6b2a48a1c53a604bd18561b29ce877af364260470a6e33ee01509cbb400649873115c4e5c70d013 SHA512 2515e58d6ac430da56b85bfe96c005702140179694e5928a2ae608626b00f631f27ce8b9294c28bc4a9bd57b6d3d5d483c2a1c195cf354e2c11801fe37bcbdd2
|
||||||
|
MISC metadata.xml 328 BLAKE2B 08e203877a325754d669f9efee1b342d5b830d6aad4b4662e0cbf113752d19079a4b8a9bb47ac246f5e64061dd74bb9d26dd7e80b38ef7ce3d5e4dcb159428fa SHA512 9c1282148fa012aa3895cd68b198418149d9700585751e0a8377054db629a13c753d8b6b92119ef01eefbe4b9c6d3e9503b83a3715676836883b71a79b938ed3
|
||||||
11
media-sound/noson-app/metadata.xml
Normal file
11
media-sound/noson-app/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">janbar/noson-app</remote-id>
|
||||||
|
</upstream>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>danipo@gmail.com</email>
|
||||||
|
<name>Steven Burnham</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
31
media-sound/noson-app/noson-app-5.6.13.ebuild
Normal file
31
media-sound/noson-app/noson-app-5.6.13.ebuild
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2025 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
|
||||||
|
virtual/zlib:=
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
Reference in New Issue
Block a user