mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Add description for mimalloc USE flag. Enable zstd USE flag of dev-libs/libzip to make the game work properly. See: https://github.com/taisei-project/taisei/issues/399. Signed-off-by: Nguyen Dinh Dang Duong <dangduong31205@gmail.com>
26 lines
1.0 KiB
XML
26 lines
1.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>contact@hacktivis.me</email>
|
|
<name>Haelwenn (lanodan) Monnier</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>o.freyermuth@googlemail.com</email>
|
|
<name>Oliver Freyermuth</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/taisei-project/taisei/issues</bugs-to>
|
|
<changelog>https://taisei-project.org/news.atom</changelog>
|
|
<remote-id type="github">taisei-project/taisei</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
Taisei is an open clone of the Touhou Project series. Touhou is a one-man project of shoot-em-up games set in an isolated world full of Japanese folklore.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="lto">Enable link time optimization</flag>
|
|
<flag name="mimalloc">Use mimalloc allocator via <pkg>dev-libs/mimalloc</pkg></flag>
|
|
<flag name="zip">Enable loading of game data from ZIP packages via <pkg>dev-libs/libzip</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|