From df0ec12f26180aa0f82b0b9998853102320465e9 Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Sun, 20 Feb 2022 14:09:34 -0500 Subject: media-sound/noson-app:Version bump to 5.0.8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Steven Burnham --- media-sound/noson-app/Manifest | 2 +- media-sound/noson-app/noson-app-5.0.7.ebuild | 31 ---------------------------- media-sound/noson-app/noson-app-5.0.8.ebuild | 31 ++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 media-sound/noson-app/noson-app-5.0.7.ebuild create mode 100644 media-sound/noson-app/noson-app-5.0.8.ebuild (limited to 'media-sound') diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest index fa2073a30..b0b34f759 100644 --- a/media-sound/noson-app/Manifest +++ b/media-sound/noson-app/Manifest @@ -1 +1 @@ -DIST noson-app-5.0.7.tar.gz 2167836 BLAKE2B 1a1d2a1bb77b077830a7e107e3760bc13bd1ec3a46736053f6edf94973829407c28f9b47e2cd42d3261e46b674c68572897282b83417d6bd7c8bd9501d907e5d SHA512 96eccfb75f8eea422c7d10bf4f0bf540906f76476b0a87d2883ba19b560ca557df4fcb0f749632d2e1e1ba8c7bde20360de9608531349475c9d14d75bed253d3 +DIST noson-app-5.0.8.tar.gz 2354367 BLAKE2B 2238d58c9cc53fcbcd89d8354d6d492b9b88b60096b072768d77998f4f180d5f0bbfb6d2733d02f8a55e0a4cf5a74933b4c8df900cf8fc908ea898e18a60e6eb SHA512 e5416d5dfb5deb6c196af8557069b20bf57dcffa442297abed95593175b2016def24e65fb5136788e12457ec03c769bf0ef02359f897beb930057f0ba84d788d diff --git a/media-sound/noson-app/noson-app-5.0.7.ebuild b/media-sound/noson-app/noson-app-5.0.7.ebuild deleted file mode 100644 index c0f4968b2..000000000 --- a/media-sound/noson-app/noson-app-5.0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} diff --git a/media-sound/noson-app/noson-app-5.0.8.ebuild b/media-sound/noson-app/noson-app-5.0.8.ebuild new file mode 100644 index 000000000..c0f4968b2 --- /dev/null +++ b/media-sound/noson-app/noson-app-5.0.8.ebuild @@ -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 +} -- cgit v1.2.3-65-gdbad