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 4009D138334 for ; Fri, 27 Jul 2018 11:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A27E0857; Fri, 27 Jul 2018 11:50:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 735CBE0857 for ; Fri, 27 Jul 2018 11:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F530335CD0 for ; Fri, 27 Jul 2018 11:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A67438A for ; Fri, 27 Jul 2018 11:50:25 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1532691866.4a58753738a073b2d563da3eb74ff209c66a195c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-12.2.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4a58753738a073b2d563da3eb74ff209c66a195c X-VCS-Branch: master Date: Fri, 27 Jul 2018 11:50:25 +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-Archives-Salt: 71f88222-5f05-48ed-a884-a2a174f73288 X-Archives-Hash: 105f0e911304bc0168b8ca492b975e43 commit: 4a58753738a073b2d563da3eb74ff209c66a195c Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 27 09:27:40 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 27 11:44:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a587537 media-sound/pulseaudio: require dbus for realtime rtkit is used at runtime via dbus, thus we need pulseaudio to have dbus support for realtime dbus requests from rtkit to work. rtkit isn't required at build time, everything is done via dbus. realtime priorities will still be requested with a pulseaudio USE="dbus -realtime" build, and given if rtkit is available to honor the request. Relatedly, rtkit depend is moved to runtime only. Closes: https://bugs.gentoo.org/661310 Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-sound/pulseaudio/pulseaudio-12.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/pulseaudio/pulseaudio-12.2.ebuild b/media-sound/pulseaudio/pulseaudio-12.2.ebuild index 9279212c9ae..c084555f2e3 100644 --- a/media-sound/pulseaudio/pulseaudio-12.2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-12.2.ebuild @@ -29,6 +29,7 @@ REQUIRED_USE=" equalizer? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) + realtime? ( dbus ) udev? ( || ( alsa oss ) ) " @@ -64,7 +65,6 @@ CDEPEND=" ) asyncns? ( net-libs/libasyncns[${MULTILIB_USEDEP}] ) udev? ( >=virtual/udev-143[hwdb(+)] ) - realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) @@ -79,9 +79,10 @@ CDEPEND=" systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) -" -# it's a valid RDEPEND, libltdl.so is used for native abi +" # libltdl is a valid RDEPEND, libltdl.so is used for native abi in pulsecore and daemon + RDEPEND="${CDEPEND} + realtime? ( sys-auth/rtkit ) gconf? ( >=gnome-base/gconf-3.2.6 ) "