From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2F4515808B for ; Wed, 2 Oct 2024 03:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC951E29A4; Wed, 2 Oct 2024 03:08:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC58E29A4 for ; Wed, 2 Oct 2024 03:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99165343025 for ; Wed, 2 Oct 2024 03:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B719B14CA for ; Wed, 2 Oct 2024 03:08:10 +0000 (UTC) From: "Steve Burnham" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Burnham" Message-ID: <1727838346.cc639d68e85d73f8f4eccfa706fc3ab44fb45de6.danipo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/noson-app/Manifest media-sound/noson-app/noson-app-5.6.8.ebuild X-VCS-Directories: media-sound/noson-app/ X-VCS-Committer: danipo X-VCS-Committer-Name: Steve Burnham X-VCS-Revision: cc639d68e85d73f8f4eccfa706fc3ab44fb45de6 X-VCS-Branch: dev Date: Wed, 2 Oct 2024 03:08:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30817e27-61bb-47e0-91ee-80fe13208582 X-Archives-Hash: 0e69661c9187dc1766e327bacf7980f1 commit: cc639d68e85d73f8f4eccfa706fc3ab44fb45de6 Author: Steven Burnham gmail com> AuthorDate: Wed Oct 2 03:05:46 2024 +0000 Commit: Steve Burnham gmail com> CommitDate: Wed Oct 2 03:05:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc639d68 media-sound/noson-app: add 5.6.8 Signed-off-by: Steven Burnham gmail.com> media-sound/noson-app/Manifest | 1 + media-sound/noson-app/noson-app-5.6.8.ebuild | 31 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest index a8c9976a2..6cf11e432 100644 --- a/media-sound/noson-app/Manifest +++ b/media-sound/noson-app/Manifest @@ -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 diff --git a/media-sound/noson-app/noson-app-5.6.8.ebuild b/media-sound/noson-app/noson-app-5.6.8.ebuild new file mode 100644 index 000000000..4f2b5648f --- /dev/null +++ b/media-sound/noson-app/noson-app-5.6.8.ebuild @@ -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}"