gentoo-ebuilds/media-plugins/gst-plugins-meta/metadata.xml
Michał Górny ad3d6c28b6
*/*: 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>
2025-01-02 05:51:42 +01:00

19 lines
785 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gstreamer@gentoo.org</email>
<name>GStreamer package maintainers</name>
</maintainer>
<longdescription lang="en">
This package pulls in various gstreamer plugins based on USE flags. It's
intended to be used as a runtime-depend for apps that need various gstreamer
plugins. This will allow USE flags to be changed without re-compiling apps,
since gstreamer plugins are all run-time dependencies.
</longdescription>
<use>
<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>
</use>
</pkgmetadata>