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 52DAD158011 for ; Thu, 14 Jul 2022 14:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649B2E0D46; Thu, 14 Jul 2022 14:51:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45775E0D52 for ; Thu, 14 Jul 2022 14:51:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A27E340EE4 for ; Thu, 14 Jul 2022 14:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DA7552C for ; Thu, 14 Jul 2022 14:51:03 +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: <1657803617.c450afbe4a733875e3f0e299004651899b640a50.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild kde-plasma/plasma-pa/plasma-pa-9999.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c450afbe4a733875e3f0e299004651899b640a50 X-VCS-Branch: master Date: Thu, 14 Jul 2022 14:51:03 +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: 6519c088-bf45-4d0b-9409-c3d41ba37ec1 X-Archives-Hash: 3baae3334eb432217da57700b0f12bcf commit: c450afbe4a733875e3f0e299004651899b640a50 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 18:10:45 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 14 13:00:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c450afbe kde-plasma/plasma-pa: Switch to media-libs/libpulse media-libs/libpulse PDEPEND will ensure a sound server is available at runtime. Bug: https://bugs.gentoo.org/841494 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild | 7 +------ kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild index 7302a42654..dc2952ff27 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.25.49.9999.ebuild @@ -26,15 +26,10 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 media-libs/libcanberra - media-sound/pulseaudio + media-libs/libpulse " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 - || ( - media-video/pipewire - media-sound/pulseaudio-daemon - media-sound/pulseaudio[daemon(+)] - ) x11-themes/sound-theme-freedesktop " diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild index b69f19f191..2854e07b6d 100644 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild @@ -26,15 +26,10 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 media-libs/libcanberra - media-sound/pulseaudio + media-libs/libpulse " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 - || ( - media-video/pipewire - media-sound/pulseaudio-daemon - media-sound/pulseaudio[daemon(+)] - ) x11-themes/sound-theme-freedesktop "