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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CE91158018 for ; Sun, 3 Oct 2021 13:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64321E0841; Sun, 3 Oct 2021 13:48:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4629EE0841 for ; Sun, 3 Oct 2021 13:48:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71535342B00 for ; Sun, 3 Oct 2021 13:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F9F789 for ; Sun, 3 Oct 2021 13:48:43 +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: <1633266014.8af4f212be9407c125ce222c9d78f4bb24a2a5d1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmix/kmix-21.08.49.9999.ebuild kde-apps/kmix/kmix-9999.ebuild X-VCS-Directories: kde-apps/kmix/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8af4f212be9407c125ce222c9d78f4bb24a2a5d1 X-VCS-Branch: master Date: Sun, 3 Oct 2021 13:48:43 +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: 011e9421-036e-42bf-bd9b-9bcc7c2dcd18 X-Archives-Hash: 29e8d3736a7e92338dbcc52c760fc18d commit: 8af4f212be9407c125ce222c9d78f4bb24a2a5d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 18:10:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 13:00:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8af4f212 kde-apps/kmix: Support media-video/pipewire alternative to PA Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmix/kmix-21.08.49.9999.ebuild | 5 +++++ kde-apps/kmix/kmix-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/kde-apps/kmix/kmix-21.08.49.9999.ebuild b/kde-apps/kmix/kmix-21.08.49.9999.ebuild index add144d6ed..abe8723875 100644 --- a/kde-apps/kmix/kmix-21.08.49.9999.ebuild +++ b/kde-apps/kmix/kmix-21.08.49.9999.ebuild @@ -42,6 +42,11 @@ DEPEND=" " RDEPEND="${DEPEND} kde-plasma/kde-cli-tools:5 + pulseaudio? ( || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) ) " src_configure() { diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild index e30d8aedb7..097f347d63 100644 --- a/kde-apps/kmix/kmix-9999.ebuild +++ b/kde-apps/kmix/kmix-9999.ebuild @@ -42,6 +42,11 @@ DEPEND=" " RDEPEND="${DEPEND} kde-plasma/kde-cli-tools:5 + pulseaudio? ( || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) ) " src_configure() {