forked from pool/liblc3
Bjørn Lie
b1db0d89cc
+ Wasm Compilation cleanup + build: fix rpath issue + Add build-macos-meson job + Bluetooth Conformance test updated for LC3 - Changes from version 1.1.0: + LC3 Plus features + Python library wrapper + Add WASM compilation target OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblc3?expand=0&rev=13
18 lines
583 B
XML
18 lines
583 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/google/liblc3.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
|
<param name="revision">v1.1.1</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|
|
|