public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/noson-app/
Date: Wed,  6 Mar 2024 00:48:27 +0000 (UTC)	[thread overview]
Message-ID: <1709607136.46bb0662cc2929e7088d5e8e8766d87ef0e414eb.julien@gentoo> (raw)

commit:     46bb0662cc2929e7088d5e8e8766d87ef0e414eb
Author:     Steven Burnham <danipo <AT> gmail <DOT> com>
AuthorDate: Tue Mar  5 02:52:16 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Mar  5 02:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46bb0662

media-sound/noson-app: add 5.6.6

Signed-off-by: Steven Burnham <danipo <AT> gmail.com>

 media-sound/noson-app/Manifest               |  1 +
 media-sound/noson-app/noson-app-5.6.6.ebuild | 31 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest
index 0b2b557a3e..f4a561447d 100644
--- a/media-sound/noson-app/Manifest
+++ b/media-sound/noson-app/Manifest
@@ -3,3 +3,4 @@ DIST noson-app-5.4.0.tar.gz 2363811 BLAKE2B 1e14173c02e90ac1c93dc07d1bbac6310a65
 DIST noson-app-5.4.1.tar.gz 3274581 BLAKE2B 001c8b008e0b605628dd8c3b6f1c9e08839160804a5032be5cbf817e7e96d477289346a473227d5e4c8eac5a2fac47b815553e6fd0eaca759fb3258340bf1f45 SHA512 dbddb96f3e0720c3d9306d34466575d64be622250345ff0d45589abbdfc6f4a777a3fe1314c023ac5240b208f865dd7886c8ef206bb81b85262e5172a72f9441
 DIST noson-app-5.6.0.tar.gz 3276941 BLAKE2B 5fa3ef234f9db46bdf573eba3fcfec5afbd9ddbf4da1b6f7d83c707ed5bf2ab8c73588a3e5c1ba2445e6fec9d5c8fe70a30d8413e30d6b9fbc3402c50ab8efb4 SHA512 4c4ab5b995b9846dca062bdef8caa1c54e31f7cedb6688a2849a38b8a073cc12b47b992e94080c05d70d207b6e3bccc31c3aafe7ffbbb1502668ac21d8fb6e66
 DIST noson-app-5.6.3.tar.gz 3290675 BLAKE2B f77a39a260bef0f8b5a0929cc9a7a39599188e0a20d5cc0eec864fb2b6239b0563c526f603217f1fb0be10024cbc3816149f559e7d1349b1c7ccf549ad856026 SHA512 934cc10cd4eca62071bc778aa1d47a4e3c951c3c761f7960ba3f5969f67816ffc142db2ba97677473c12afa9d6989077a65d4caee367c4d36ff9ba86e575f83a
+DIST noson-app-5.6.6.tar.gz 3295309 BLAKE2B b46fe67256da8ad99cc6d772ec4af8af7a4a95c84d4432c9297b1a50df9692e1040588c3ff98ef69c378d7d058d35e96310d94731692a434c15a85f9920431b5 SHA512 ccb828554dcd963adb17516f1f2c8765b7ee28048270751c2d6b18090b2153d53e4c781a0473080023475d3b136fdf681e7fee19ee7548fd22bb3b530b881fbc

diff --git a/media-sound/noson-app/noson-app-5.6.6.ebuild b/media-sound/noson-app/noson-app-5.6.6.ebuild
new file mode 100644
index 0000000000..967043b38a
--- /dev/null
+++ b/media-sound/noson-app/noson-app-5.6.6.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-libs/libpulse
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	cmake_src_configure
+}


             reply	other threads:[~2024-03-06  0:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  0:48 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02 13:58 [gentoo-commits] repo/proj/guru:master commit in: media-sound/noson-app/ David Roman
2024-09-25 13:53 David Roman
2024-09-25 13:53 David Roman
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-06-07  7:04 Viorel Munteanu
2022-02-20  8:46 Florian Schmaus
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2022-01-14 23:21 Theo Anderson
2022-01-02 14:51 Andrew Ammerlaan
2021-04-20 18:55 Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-03-20 17:38 Andrew Ammerlaan
2021-03-07 15:51 Andrew Ammerlaan
2021-03-07 15:51 Andrew Ammerlaan
2021-03-07 15:51 Andrew Ammerlaan
2021-03-07 15:51 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709607136.46bb0662cc2929e7088d5e8e8766d87ef0e414eb.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox