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 9FD83158091 for ; Fri, 10 Jun 2022 06:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D408DE0874; Fri, 10 Jun 2022 06:58:14 +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 B533CE0871 for ; Fri, 10 Jun 2022 06:58:14 +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 E49EE34164F for ; Fri, 10 Jun 2022 06:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C384F6 for ; Fri, 10 Jun 2022 06:58:12 +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: <1654844258.ba46ce03b945355d460941112183b7d53a0343eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-daemon/metadata.xml media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild X-VCS-Directories: media-sound/pulseaudio-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba46ce03b945355d460941112183b7d53a0343eb X-VCS-Branch: master Date: Fri, 10 Jun 2022 06:58:12 +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: e149b433-4ad7-4deb-8f6c-3bf266be33dc X-Archives-Hash: 066ca42cb8d66cc8d9d657aafd9ca5a2 commit: ba46ce03b945355d460941112183b7d53a0343eb Author: Igor V. Kovalenko gmail com> AuthorDate: Thu May 12 20:55:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 10 06:57:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba46ce03 media-sound/pulseaudio-daemon: Untangle USE equalizer and fftw For USE equalizer pull required sci-libs/fftw as build and runtime dependency. Add USE fftw to enable module-virtual-surround-sink. Closes: https://bugs.gentoo.org/843131 Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/pulseaudio-daemon/metadata.xml | 5 ++++- .../pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild | 14 +++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/media-sound/pulseaudio-daemon/metadata.xml b/media-sound/pulseaudio-daemon/metadata.xml index 07ca89f667d0..d44e1ed3057b 100644 --- a/media-sound/pulseaudio-daemon/metadata.xml +++ b/media-sound/pulseaudio-daemon/metadata.xml @@ -44,7 +44,10 @@ Use libasyncns for asynchronous name resolution. - Enable the equalizer module (requires sci-libs/fftw). + Enable the equalizer module (requires sci-libs/fftw and sys-apps/dbus). + + + Enable the virtual surround sink module (requires sci-libs/fftw). Use dev-libs/openssl to provide support for RAOP diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild index 3561766e33ac..b8c4907403b4 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.0.ebuild @@ -32,7 +32,7 @@ SLOT="0" # +alsa-plugin as discussed in bug #519530 # TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec # NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file -IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer +gdbm +glib gstreamer gtk ipv6 jack ldac lirc +IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer fftw +gdbm +glib gstreamer gtk ipv6 jack ldac lirc native-headset ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev valgrind +webrtc-aec +X zeroconf" RESTRICT="!test? ( test )" @@ -83,7 +83,10 @@ COMMON_DEPEND=" dbus? ( >=sys-apps/dbus-1.4.12 ) elogind? ( sys-auth/elogind ) equalizer? ( - sci-libs/fftw:3.0 + sci-libs/fftw:3.0= + ) + fftw? ( + sci-libs/fftw:3.0= ) gdbm? ( sys-libs/gdbm:= ) glib? ( >=dev-libs/glib-2.28.0:2 ) @@ -173,6 +176,11 @@ src_configure() { enable_bluez5_gstreamer="enabled" fi + local enable_fftw="disabled" + if use equalizer || use fftw ; then + enable_fftw="enabled" + fi + local emesonargs=( --localstatedir="${EPREFIX}"/var @@ -203,7 +211,7 @@ src_configure() { $(meson_use ofono-headset bluez5-ofono-headset) $(meson_feature dbus) $(meson_feature elogind) - $(meson_feature equalizer fftw) + -Dfftw=${enable_fftw} $(meson_feature glib) # WARNING: toggling this likely changes ABI $(meson_feature glib gsettings) # Supposedly correct? $(meson_feature gstreamer)