mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +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>
34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>heroxbd@gentoo.org</email>
|
|
<name>Benda Xu</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>alexxy@gentoo.org</email>
|
|
<name>Alexey Shvetsov</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="pypi">xpra</remote-id>
|
|
<remote-id type="github">Xpra-org/xpra</remote-id>
|
|
<bugs-to>https://www.xpra.org/trac/report</bugs-to>
|
|
</upstream>
|
|
<use>
|
|
<flag name="client">Build client-side code</flag>
|
|
<flag name="clipboard">Enable clipboard support</flag>
|
|
<flag name="csc">Enable csc softscaler support</flag>
|
|
<flag name="html">Install the HTML5 client</flag>
|
|
<flag name="gtk3">Enable the GTK3 client</flag>
|
|
<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
|
|
<flag name="mdns">Enable Multicast DNS via <pkg>dev-libs/mdns</pkg></flag>
|
|
<flag name="oauth">Enable OAuth2 authentication in the server</flag>
|
|
<flag name="openh264">Enable H.264 support using <pkg>media-libs/openh264</pkg></flag>
|
|
<flag name="pinentry">Use <pkg>app-crypt/pinentry</pkg> for password entry</flag>
|
|
<flag name="qrcode">Enable generating QRCodes for server URL via <pkg>media-gfx/qrencode</pkg></flag>
|
|
<flag name="trayicon">Enable system tray icon</flag>
|
|
<flag name="server">Build server-side code</flag>
|
|
<flag name="webcam">Enable webcam support via opencv</flag>
|
|
<flag name="xdg">Enable support for XDG-based menus</flag>
|
|
</use>
|
|
</pkgmetadata>
|