gimp-plugin-resynthesizer/_service
Paolo Stivanin c144125fcd - Update to 2.0.3~git.20220422:
* Fix Filter>Render>Texture improperly yields a transparent image
    for an input image with alpha channel.

OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=10
2022-09-08 06:27:40 +00:00

18 lines
637 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/bootchk/resynthesizer</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">gimp-plugin-resynthesizer</param>
<param name="versionformat">~git.%cd</param>
<param name="versionprefix">2.0.3</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">gimp-plugin-resynthesizer</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>