Files
guru/media-plugins/gimp-resynthesizer/metadata.xml
dsaf cd2611fa10 media-plugins/gimp-resynthesizer: add 3.0_p20260320, 9999
* Tests disabled, doesn't compile and seemingly abandoned by upstream

Closes: https://bugs.gentoo.org/971449
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
2026-03-31 05:39:41 -03:00

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>