Nick Wiltshire d8e746626d Add obs-studio metadata.xml and update Manifest.
Document package USE flags, including whip, and record metadata checksums.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-31 16:13:52 -06:00

41 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>nick@customdesigns.ca</email>
<name>Nick Wiltshire</name>
</maintainer>
<longdescription>
A rewrite of what was formerly known as "Open Broadcaster Software",
software originally designed for recording and streaming live video
content, efficiently. Aims to be multi-platform, and improved upon
internally.
</longdescription>
<use>
<flag name="browser">Enable browser source support via (precompiled) CEF.</flag>
<flag name="decklink">Build the Decklink plugin.</flag>
<flag name="fdk">Build with LibFDK AAC support.</flag>
<flag name="jack">Add support for the JACK Audio Connection Kit.</flag>
<flag name="lua">Enable Lua scripting support.</flag>
<flag name="mpegts">Enable native SRT/RIST mpegts output.</flag>
<flag name="nvenc">Add support for NVIDIA NVENC/NVDEC hardware encoding.</flag>
<flag name="pipewire">Build with PipeWire support.</flag>
<flag name="python">Build with scripting support for Python 3.</flag>
<flag name="qsv">Build with Intel Quick Sync Video support.</flag>
<flag name="sndio">Build with sndio support.</flag>
<flag name="speex">Build with Speex noise suppression filter support.</flag>
<flag name="test-input">Build and install input sources used for testing.</flag>
<flag name="truetype">Add support for FreeType/OpenType font rendering.</flag>
<flag name="v4l">Enable Video4Linux camera capture support.</flag>
<flag name="vlc">Build with VLC media source support.</flag>
<flag name="wayland">Enable Wayland compositor support.</flag>
<flag name="websocket">Build with WebSocket API support.</flag>
<flag name="whip">Build with WebRTC/WHIP streaming output support.</flag>
</use>
<upstream>
<remote-id type="github">obsproject/obs-studio</remote-id>
<remote-id type="github">obsproject/obs-browser</remote-id>
<remote-id type="github">obsproject/obs-websocket</remote-id>
</upstream>
</pkgmetadata>