diff options
author | Sam James <sam@gentoo.org> | 2023-11-03 15:32:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-03 15:32:43 +0000 |
commit | 963c83c7699485d23d85367207fc99578cb3cf1c (patch) | |
tree | f4634026e5ebb521793f1c6df77010b369cb184b /media-video/pipewire/pipewire-9999.ebuild | |
parent | sys-apps/gawk: add 5.3.0 (diff) | |
download | gentoo-963c83c7699485d23d85367207fc99578cb3cf1c.tar.gz gentoo-963c83c7699485d23d85367207fc99578cb3cf1c.tar.bz2 gentoo-963c83c7699485d23d85367207fc99578cb3cf1c.zip |
media-video/pipewire: add 0.3.84
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/pipewire/pipewire-9999.ebuild')
-rw-r--r-- | media-video/pipewire/pipewire-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index 96ac98602cae..bfe61a6db309 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -76,8 +76,11 @@ BDEPEND=" media-gfx/graphviz ) " -# While udev could technically be optional, it's needed for a numebr of options, +# * While udev could technically be optional, it's needed for a number of options, # and not really worth it, bug #877769. +# +# * Supports both legacy webrtc-audio-processing:0 and new webrtc-audio-processing:1. +# We depend on :1 as it prefers that, it's not legacy, and to avoid automagic. RDEPEND=" acct-group/audio acct-group/pipewire @@ -96,7 +99,7 @@ RDEPEND=" virtual/libusb:1 ) dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) - echo-cancel? ( media-libs/webrtc-audio-processing:0 ) + echo-cancel? ( media-libs/webrtc-audio-processing:1 ) extra? ( >=media-libs/libsndfile-1.0.20 ) ffmpeg? ( media-video/ffmpeg:= ) flatpak? ( dev-libs/glib ) |