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 7C3B1158094 for ; Mon, 4 Jul 2022 21:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4011E09C0; Mon, 4 Jul 2022 21:40:55 +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 8ABEBE09C0 for ; Mon, 4 Jul 2022 21:40:55 +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 9F6993418F8 for ; Mon, 4 Jul 2022 21:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BAC2527 for ; Mon, 4 Jul 2022 21:40:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656970534.f561aab954fbd1737c25cbb7c99d709ae71ae742.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpulse/libpulse-16.1.ebuild X-VCS-Directories: media-libs/libpulse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f561aab954fbd1737c25cbb7c99d709ae71ae742 X-VCS-Branch: master Date: Mon, 4 Jul 2022 21:40:51 +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: 9a769337-fef3-4931-9c70-1380b10b6e2d X-Archives-Hash: 58ec5c2d451a53677f5ccf2cf9bcfc12 commit: f561aab954fbd1737c25cbb7c99d709ae71ae742 Author: Igor V. Kovalenko gmail com> AuthorDate: Fri Jun 24 06:37:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 4 21:35:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f561aab9 media-libs/libpulse: PDEPEND on sound servers When a package depends on pulseaudio client libraries only, make sure there is a compatible sound server installed. Signed-off-by: Igor V. Kovalenko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25502 Signed-off-by: Sam James gentoo.org> media-libs/libpulse/libpulse-16.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-libs/libpulse/libpulse-16.1.ebuild b/media-libs/libpulse/libpulse-16.1.ebuild index a3bd8e6f7528..fe632b3d640b 100644 --- a/media-libs/libpulse/libpulse-16.1.ebuild +++ b/media-libs/libpulse/libpulse-16.1.ebuild @@ -67,6 +67,13 @@ BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) " +PDEPEND=" + || ( + media-video/pipewire[sound-server(+)] + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) +" DOCS=( NEWS README )