mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
- Migrate form games-util/chiaki
- The upstream recommends `chiaki-ng`.
See also: 94fcdc3c61
Signed-off-by: Huang Rui <vowstar@gmail.com>
25 lines
999 B
XML
25 lines
999 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>
|
|
<upstream>
|
|
<remote-id type="github">streetpea/chiaki-ng</remote-id>
|
|
<bugs-to>https://github.com/streetpea/chiaki-ng/issues</bugs-to>
|
|
</upstream>
|
|
<use>
|
|
<flag name="cli">Build CLI interface</flag>
|
|
<flag name="gui">Build Qt GUI interface</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-NG (Next-Generation ) 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>
|