diff options
author | 2024-12-11 11:33:16 +0100 | |
---|---|---|
committer | 2025-01-02 05:51:42 +0100 | |
commit | ad3d6c28b6764cf65242523357610b964986ba8f (patch) | |
tree | ab9bd5423e414fc72f7e9025a505d3787f011c21 /media-plugins/gst-plugins-meta | |
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-plugins/gst-plugins-meta')
-rw-r--r-- | media-plugins/gst-plugins-meta/metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-meta/metadata.xml b/media-plugins/gst-plugins-meta/metadata.xml index 95f46a152f04..e0f9c9cf3ca7 100644 --- a/media-plugins/gst-plugins-meta/metadata.xml +++ b/media-plugins/gst-plugins-meta/metadata.xml @@ -15,7 +15,5 @@ since gstreamer plugins are all run-time dependencies. <flag name="http">Enable http streaming via <pkg>net-libs/libsoup</pkg></flag> <flag name="libvisual">Enable visualization effects via <pkg>media-libs/libvisual</pkg></flag> - <flag name="vpx">Enables vp8 codec support using libvpx, required to - play some HTML5 videos</flag> </use> </pkgmetadata> |