Files
zimg/_service
Mia Herkt ebd89965d1 - Update to version 3.0 (API 2.4):
* api: support alpha channel as the fourth plane
  * colorspace: accept UNSPECIFIED transfer characteristics in
    more situations
  * colorspace: fix conversion from ICtCp to ARIB STD-B67
  * depth: fix out of bounds access in SSE2 ordered dither
  * graph: rewrite for alpha channel support
  * resize: fix incorrect rounding when calculating pixel
    coordinates
  * resize: AVX-512 VNNI code paths
  * arm: NEON/ASIMD code paths
- Drop patches:
  * update-matrix3.cpp.patch
  * colorspace-fix-assertion.patch
  * colorspace-fix-assertion-part2.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=28
2020-08-05 01:05:12 +00:00

16 lines
581 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</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>