diff options
author | 2022-08-21 04:00:24 +0100 | |
---|---|---|
committer | 2022-08-21 04:06:47 +0100 | |
commit | e50776f608e30a41a6a59d734d9a7d871d939ab4 (patch) | |
tree | dba1cacd38426b47bde5fa994c3ed7635f27eae8 /media-libs/openal/metadata.xml | |
parent | media-video/ffmpeg: forward ~loong to masked 5.0.1 (diff) | |
download | gentoo-e50776f608e30a41a6a59d734d9a7d871d939ab4.tar.gz gentoo-e50776f608e30a41a6a59d734d9a7d871d939ab4.tar.bz2 gentoo-e50776f608e30a41a6a59d734d9a7d871d939ab4.zip |
media-libs/openal: fix automagic PipeWire dependency (and others)
Not sure why I didn't poke at these when I looked at sndio, but oh well.
* Fix automagic issues for all backends, including newly-added PipeWire.
* The PipeWire support is flaky with older versions, looks like an ifdef
is subtly wrong, but given how fast PW is moving anyway & the changes
in the ecosystem (see NEWS item for migration w/ USE=sound-server), we don't
want people running an older PW anyway, so depend on a newer version.
* Disable CMake unused argument warning as it's a false positive, as
the backend options are conditionally defined based on if deps found.
(Might in future want a regex / adopt the QA one for ./configure instead
to allow conditionally ignoring specific ones instead of blanket disable.)
Bug: https://bugs.gentoo.org/809314
Closes: https://bugs.gentoo.org/828674
Closes: https://bugs.gentoo.org/863200
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openal/metadata.xml')
-rw-r--r-- | media-libs/openal/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/openal/metadata.xml b/media-libs/openal/metadata.xml index 58a531d35b6a..82ef9b96fe93 100644 --- a/media-libs/openal/metadata.xml +++ b/media-libs/openal/metadata.xml @@ -6,6 +6,7 @@ <name>Gentoo Sound project</name> </maintainer> <use> + <flag name="pipewire">Enable support for the <pkg>media-video/pipewire</pkg> audio backend</flag> <flag name="sndio">Enable support for the <pkg>media-sound/sndio</pkg> backend</flag> </use> <upstream> |