blob: 5197ad9867baac1d217a32aa72f526f145e57ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="headless">Build headless version of the PPSSPP</flag>
<flag name="system-ffmpeg">Use the system-wide media-video/ffmpeg instead of bundled</flag>
</use>
<upstream>
<bugs-to>https://github.com/hrydgard/ppsspp/issues</bugs-to>
<remote-id type="github">hrydgard/ppsspp</remote-id>
</upstream>
</pkgmetadata>
|