b7d47cefc2
* colorspace: add ST.428-1 (gamma 2.6) transfer function * depth: fix AVX-512 integer to float border handling (introduced in 2.6) * depth: fix NEON dither border handling (introduced in 3.0) * graph: fix clipping in alpha premultiplication (introduced in 3.0) * x86: optimizations for AMD Zen4 processors - Drop e29571.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=35
16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/sekrit-twc/zimg.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">release-([0-9\.]*)</param>
|
|
<param name="revision">release-3.0.5</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|