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 0A3521580B9 for ; Fri, 27 Aug 2021 10:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BAE5E0875; Fri, 27 Aug 2021 10:50:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 040A4E0875 for ; Fri, 27 Aug 2021 10:50:12 +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 6633D342C52 for ; Fri, 27 Aug 2021 10:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951EA48 for ; Fri, 27 Aug 2021 10:50:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1630061389.16528158dc165b6e73ec70b724e0dbca5c0cd091.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/metadata.xml media-video/pipewire/pipewire-0.3.33-r1.ebuild media-video/pipewire/pipewire-0.3.33.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 16528158dc165b6e73ec70b724e0dbca5c0cd091 X-VCS-Branch: master Date: Fri, 27 Aug 2021 10:50:06 +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: c62e3b20-ecb5-40a1-85fa-830b92d5bc3e X-Archives-Hash: 5fa57cd8ee9caeb32901d19ea8ce72c2 commit: 16528158dc165b6e73ec70b724e0dbca5c0cd091 Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 27 09:47:05 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 27 10:49:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16528158 media-video/pipewire: Fixed automagic dep on webrtc-audio-processing Closes: https://bugs.gentoo.org/807889 Signed-off-by: Lars Wendler gentoo.org> media-video/pipewire/metadata.xml | 1 + .../pipewire/{pipewire-0.3.33.ebuild => pipewire-0.3.33-r1.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/pipewire/metadata.xml b/media-video/pipewire/metadata.xml index 621d03ab195..153ba4a9087 100644 --- a/media-video/pipewire/metadata.xml +++ b/media-video/pipewire/metadata.xml @@ -19,6 +19,7 @@ https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/home + Enable WebRTC-based echo canceller via media-libs/webrtc-audio-processing Build pw-cat/pw-play/pw-record Install a plugin for running PipeWire as a JACK client Use PipeWire as JACK replacement diff --git a/media-video/pipewire/pipewire-0.3.33.ebuild b/media-video/pipewire/pipewire-0.3.33-r1.ebuild similarity index 97% rename from media-video/pipewire/pipewire-0.3.33.ebuild rename to media-video/pipewire/pipewire-0.3.33-r1.ebuild index 6668891d3bb..a857388669e 100644 --- a/media-video/pipewire/pipewire-0.3.33.ebuild +++ b/media-video/pipewire/pipewire-0.3.33-r1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://pipewire.org/" LICENSE="MIT LGPL-2.1+ GPL-2" SLOT="0/0.3" -IUSE="bluetooth doc extra gstreamer jack-client jack-sdk pipewire-alsa systemd test v4l" +IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk pipewire-alsa systemd test v4l" # Once replacing system JACK libraries is possible, it's likely that # jack-client IUSE will need blocking to avoid users accidentally @@ -55,6 +55,7 @@ RDEPEND=" media-libs/sbc >=net-wireless/bluez-4.101:= ) + echo-cancel? ( media-libs/webrtc-audio-processing ) extra? ( >=media-libs/libsndfile-1.0.20 ) @@ -150,6 +151,7 @@ multilib_src_configure() { $(meson_native_use_feature bluetooth bluez5-codec-aac) $(meson_native_use_feature bluetooth bluez5-codec-aptx) $(meson_native_use_feature bluetooth bluez5-codec-ldac) + $(meson_native_use_feature echo-cancel echo-cancel-webrtc) #807889 -Dcontrol=enabled # Matches upstream -Daudiotestsrc=enabled # Matches upstream -Dffmpeg=disabled # Disabled by upstream and no major developments to spa/plugins/ffmpeg/ since May 2020