forked from pool/OpenImageIO
- ffmpeg: Add proper detection of new FFmpeg versions #4394 (by Darby Johnston) - ffmpeg: Retrieve timecode metadata #4396 (by Darby Johnston) - png: Bug in associateAlpha botched alpha=0 pixels #4386 - raw: Expose additional white balancing hints #4360 (by Anton Dukhovnikov) - oiiotool: -i:ch=... didn't fix up alpha and z channels #4373 - fix: Catch potential OCIO exception that we were missing #4379 - build: Finish removing Imath include #4371 (by Thiago Ize) - tests: Adjust RB-2.5 simd_test to allow a little more slop on fast_exp #4372 OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageIO?expand=0&rev=142
15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/OpenImageIO/oiio-images</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">%ci</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|
|
|