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 381DA15808B for ; Wed, 25 Sep 2024 13:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EB82BC019; Wed, 25 Sep 2024 13:53:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21F362BC019 for ; Wed, 25 Sep 2024 13:53:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66BC83431D0 for ; Wed, 25 Sep 2024 13:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 897B327F2 for ; Wed, 25 Sep 2024 13:53:04 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1727079460.3620570a8696e0eb6153aa6f290587dd59e880fb.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/noson-app/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/noson-app/noson-app-5.6.6-r1.ebuild media-sound/noson-app/noson-app-5.6.6.ebuild X-VCS-Directories: media-sound/noson-app/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3620570a8696e0eb6153aa6f290587dd59e880fb X-VCS-Branch: master Date: Wed, 25 Sep 2024 13:53:04 +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: 57037a66-3a6e-45b1-8cfd-ecb74488b7de X-Archives-Hash: b4f6f9f846898cd07655715bebcc7ea1 commit: 3620570a8696e0eb6153aa6f290587dd59e880fb Author: Takuya Wakazono gmail com> AuthorDate: Mon Sep 23 08:17:40 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Sep 23 08:17:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3620570a media-sound/noson-app: fix DEPEND Closes: https://bugs.gentoo.org/919149 Signed-off-by: Takuya Wakazono gmail.com> ...-app-5.6.6.ebuild => noson-app-5.6.6-r1.ebuild} | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/media-sound/noson-app/noson-app-5.6.6.ebuild b/media-sound/noson-app/noson-app-5.6.6-r1.ebuild similarity index 50% rename from media-sound/noson-app/noson-app-5.6.6.ebuild rename to media-sound/noson-app/noson-app-5.6.6-r1.ebuild index 967043b38..4f2b5648f 100644 --- a/media-sound/noson-app/noson-app-5.6.6.ebuild +++ b/media-sound/noson-app/noson-app-5.6.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 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" +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" @@ -13,19 +13,19 @@ 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 + 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}" - -src_configure() { - cmake_src_configure -}