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 DC7DA15806E for ; Mon, 29 May 2023 13:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BFB5E08C8; Mon, 29 May 2023 13:11:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EDEAE08C4 for ; Mon, 29 May 2023 13:11:41 +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 24131340DD4 for ; Mon, 29 May 2023 13:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70CE9A7F for ; Mon, 29 May 2023 13:11:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685365854.e8b1313b33afec3bf60b742e4c464a7e549a8493.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cadence/cadence-9999.ebuild X-VCS-Directories: media-sound/cadence/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e8b1313b33afec3bf60b742e4c464a7e549a8493 X-VCS-Branch: master Date: Mon, 29 May 2023 13:11:37 +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: 2fd43d7b-852a-40b1-ad2f-a72ed33265a2 X-Archives-Hash: 745cc0a5a4803580ec7ec24009936fc2 commit: e8b1313b33afec3bf60b742e4c464a7e549a8493 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:28:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 13:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b1313b media-sound/cadence: Switch IUSE=pulseaudio to media-libs/libpulse Update HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/cadence/cadence-9999.ebuild | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild index 85a9ac05bace..84dc5764486e 100644 --- a/media-sound/cadence/cadence-9999.ebuild +++ b/media-sound/cadence/cadence-9999.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production" -HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence" +HOMEPAGE="https://kx.studio//Applications:Cadence" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/falkTX/Cadence.git" else @@ -20,13 +20,11 @@ fi LICENSE="GPL-2" SLOT="0" - IUSE="a2jmidid pulseaudio opengl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -CDEPEND=" - ${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}] @@ -34,19 +32,14 @@ CDEPEND=" media-sound/jack_capture virtual/jack a2jmidid? ( media-sound/a2jmidid[dbus] ) - pulseaudio? ( - || ( - media-sound/pulseaudio-daemon[jack] - media-video/pipewire[jack-sdk] -