2022-07-25 09:36:35 +02:00
|
|
|
<services>
|
2022-09-22 10:38:19 +02:00
|
|
|
<service name="obs_scm" mode="disabled">
|
2022-07-25 09:36:35 +02:00
|
|
|
<param name="scm">git</param>
|
2022-09-22 10:38:19 +02:00
|
|
|
<param name="url">https://github.com/libjxl/libjxl.git</param>
|
|
|
|
<param name="revision">v0.7.0</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2022-07-25 09:36:35 +02:00
|
|
|
<param name="exclude">third_party/brotli</param>
|
|
|
|
<param name="submodules">disable</param>
|
|
|
|
</service>
|
2022-09-22 10:38:19 +02:00
|
|
|
<service name="tar" mode="buildtime"/>
|
2022-07-25 09:36:35 +02:00
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
</services>
|