diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 11:33:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2025-01-02 05:51:42 +0100 |
commit | ad3d6c28b6764cf65242523357610b964986ba8f (patch) | |
tree | ab9bd5423e414fc72f7e9025a505d3787f011c21 /media-video | |
parent | dev-python/bitstring: Bump to 4.3.0 (diff) | |
download | gentoo-ad3d6c28b6764cf65242523357610b964986ba8f.tar.gz gentoo-ad3d6c28b6764cf65242523357610b964986ba8f.tar.bz2 gentoo-ad3d6c28b6764cf65242523357610b964986ba8f.zip |
*/*: make "vpx" a global use flag
Make the "vpx" flag global, as it is used semi-consistently across
a number of packages to enable VP8/VP9 decoding (and/or encoding),
using media-libs/libvpx. Remove the redundant descriptions where they
don't add helpful information.
This was originally proposed in 2010, but was not followed through:
https://archives.gentoo.org/gentoo-dev/201007311337.40902.hanno@gentoo.org/
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/simplescreenrecorder/metadata.xml | 1 | ||||
-rw-r--r-- | media-video/vlc/metadata.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/media-video/simplescreenrecorder/metadata.xml b/media-video/simplescreenrecorder/metadata.xml index 633b6c6df0f1..78d76538f2a1 100644 --- a/media-video/simplescreenrecorder/metadata.xml +++ b/media-video/simplescreenrecorder/metadata.xml @@ -4,7 +4,6 @@ <!-- maintainer-needed --> <use> <flag name="asm">Enable x86 assembly optimisation.</flag> - <flag name="vpx">Enable VP8 codec support via <pkg>media-libs/libvpx</pkg>.</flag> </use> <upstream> <remote-id type="github">MaartenBaert/ssr</remote-id> diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index 9e6c642f023f..370630f1402c 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -49,7 +49,6 @@ <flag name="tremor">Enable tremor, a fixed-point version of the Ogg Vorbis decoder</flag> <flag name="twolame">Enable twolame support (MPEG Audio Layer 2 encoder)</flag> <flag name="upnp">Enable support for the Intel SDK stack based UPnP discovery module instead of CyberLink</flag> - <flag name="vpx">Enable the decoder(s) from the WebM VP8 / VP9 Codec SDK</flag> <flag name="X">Enable support for e.g. fullscreen mode via X and the X C-language binding. It does not build a graphical interface</flag> <flag name="x265">Support X265 Encoder</flag> <flag name="zeroconf">Enable support for zero-configuration networking via avahi</flag> |