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 1108515806E for ; Sun, 21 May 2023 07:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3CDCE077F; Sun, 21 May 2023 07:05:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B87A6E077F for ; Sun, 21 May 2023 07:05:31 +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 DEDDA340834 for ; Sun, 21 May 2023 07:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76AC1A6D for ; Sun, 21 May 2023 07:05:29 +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: <1684652693.a3b2584cc7bb6a70529372ba0d46e754b6458d55.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/plasma/make.defaults profiles/targets/desktop/plasma/package.use X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a3b2584cc7bb6a70529372ba0d46e754b6458d55 X-VCS-Branch: master Date: Sun, 21 May 2023 07:05:29 +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: ab6c2afc-761e-4f0c-8d96-45dcb2ee9362 X-Archives-Hash: 32ea289c01e57decf33aa77e079fa704 commit: a3b2584cc7bb6a70529372ba0d46e754b6458d55 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 10 11:08:08 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 21 07:04:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b2584c profiles: desktop/plasma: Set IUSE=pipewire,pulseaudio in make.defaults With media-video/pipewire[sound-server] in package.use. Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/targets/desktop/plasma/make.defaults | 2 +- profiles/targets/desktop/plasma/package.use | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 887741f8924f..6aab4ee1d8a3 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="activities declarative dri kde kwallet plasma policykit qml screencast semantic-desktop wayland widgets" +USE="activities declarative dri kde kwallet pipewire plasma policykit pulseaudio qml screencast semantic-desktop wayland widgets" diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 78b21cc90aef..be322330295a 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NSS: Required by kde-apps/okular[pdf] @@ -60,3 +60,6 @@ kde-apps/marble phonon # Required by kde-plasma/plasma-meta kde-plasma/kwin lock + +# plasma profile never enabled pulseaudio. We're skipping to pipewire. +media-video/pipewire sound-server