mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 05:34:45 +02:00
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>
19 lines
785 B
XML
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>
|