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 0CE31138239 for ; Mon, 25 Jun 2018 21:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C70B1E0A5A; Mon, 25 Jun 2018 21:59:30 +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 9906CE0A5A for ; Mon, 25 Jun 2018 21:59: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 8EDF2335C39 for ; Mon, 25 Jun 2018 21:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80986299 for ; Mon, 25 Jun 2018 21:59:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529963952.7f42e556d1747985c03c40ee3b621d35c4f789bc.pacho@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.0-r1.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7f42e556d1747985c03c40ee3b621d35c4f789bc X-VCS-Branch: master Date: Mon, 25 Jun 2018 21:59: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: e9b79e6b-2865-4999-8e95-b826251b79a4 X-Archives-Hash: 0d4181eae200712a1ebdfe133ad8db58 commit: 7f42e556d1747985c03c40ee3b621d35c4f789bc Author: Pacho Ramos gentoo org> AuthorDate: Mon Jun 25 21:59:12 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jun 25 21:59:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f42e556 media-sound/pulseaudio: Add instructions to make qpaeq really work Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild index 4b4924da944..4ed441bbe23 100644 --- a/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-12.0-r1.ebuild @@ -324,6 +324,14 @@ pkg_postinst() { elog "which is required to set equalizer levels will not work." fi + if use equalizer && use qt5; then + elog "You will need to load some extra modules to make qpaeq work." + elog "You can do that by adding the following two lines in" + elog "/etc/pulse/default.pa and restarting pulseaudio:" + elog "load-module module-equalizer-sink" + elog "load-module module-dbus-protocol" + fi + if use native-headset && use ofono-headset; then elog "You have enabled both native and ofono headset profiles. The runtime decision" elog "which to use is done via the 'headset' argument of module-bluetooth-discover."