mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
* Tests disabled, doesn't compile and seemingly abandoned by upstream Closes: https://bugs.gentoo.org/971449 Signed-off-by: dsaf <ghostyn678+git@gmail.com>
19 lines
985 B
XML
19 lines
985 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ghostyn678+git@gmail.com</email>
|
|
<name>dsaf</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="glib">Use GLib library for platform independence instead of direct system calls</flag>
|
|
<flag name="animate">Enable animation of the synthesis process for debugging. You may see a 'brushfire front' of pixels being synthesized. May not work with threading enabled</flag>
|
|
<flag name="deep-progress">Enable detailed progress reporting (percent processed) instead of shallow progress (per pass). Useful for slow motion animation</flag>
|
|
<flag name="threads">Enable threading support for approximately 2x performance speedup. Thread limit is hardcoded to 12</flag>
|
|
<flag name="translations">Install translation files</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">bootchk/resynthesizer</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|