forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
26 lines (26 loc) · 1.1 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Jimi Huotari</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="fdk">Enable libfdk support for AAC encoding.</flag>
<flag name="imagemagick">Use ImageMagick for image loading instead of FFmpeg.</flag>
<flag name="luajit">Build support for scripting via Luajit.</flag>
<flag name="nvenc">Enable NVENC encoding for nVidia video cards.</flag>
<flag name="python">Build support for scripting via Python 3.</flag>
<flag name="speex">Enable noise suppression filter support via
<pkg>media-libs/speexdsp</pkg>.</flag>
</use>
<upstream>
<remote-id type="github">obsproject/obs-studio</remote-id>
</upstream>
</pkgmetadata>