* mdns: fixed crash, when WSDD calls DNS-SD resolver during Avahi client restart * test-uri: added http_uri_get_host() test * Fixed typo in the man page * Don't enable console log automatically when protocol trace is enabled * escl: Xerox WorkCentre 3345 quirks * Statically choose minimum compression for JPEG and TIFF. * README.md: added Lexmark CX310dn OBS-URL: https://build.opensuse.org/package/show/graphics/sane-airscan?expand=0&rev=23
15 lines
517 B
Plaintext
15 lines
517 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/alexpevzner/sane-airscan.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">0.99.36</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|