mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
22 lines
993 B
XML
22 lines
993 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>vowstar@gmail.com</email>
|
|
<name>Huang Rui</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="cli">Build CLI interface</flag>
|
|
<flag name="gui">Build Qt GUI interface</flag>
|
|
<flag name="system-jerasure">Use system-provided jerasure instead of submodule</flag>
|
|
<flag name="system-nanopb">Use system-provided nanopb instead of submodule</flag>
|
|
<flag name="sdl">Add support for touchpad and sensor handling via SDL. Adds support for any controller supported by SDL</flag>
|
|
<flag name="mbedtls">Use mbedtls instead of OpenSSL as part of Chiaki lib</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
Chiaki is a Free and Open Source Software Client for PlayStation 4 and
|
|
PlayStation 5 Remote Play for Linux, FreeBSD, OpenBSD, Android, macOS,
|
|
Windows, Nintendo Switch and potentially even more platforms.
|
|
</longdescription>
|
|
</pkgmetadata>
|