Files
v4l2loopback/_service
Hans-Peter Jansen dd25c00dce - Update to version 0.13.2:
* Released 0.13.2
  * [github] trailing dot
  * [github] add feature-request template
  * [github] add 'bug' label
  * [github] unbreak lines
  * [gitub] improve bug-description
  * [github] about->description
  * [github] add 'title' to form template
  * [github] replace bug tempate with form
  * [github] YML header
  * fix mod64 warnings on arm
  * Replace (s64 % u32) with our own v4l2l_mod64() wrapper
  * clang-format
  * mention the special caps 'any'
  * improve error-reporting
  * avoid unused variable warning
  * v4l2loopback-ctl: return errcodes where appropriate
  * utils: clean objectfiles
  * explicitly return the fd from open_controldevice()
  * Don't fail 'clean' target if 'make -C utils clean' fails

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/v4l2loopback?expand=0&rev=53
2024-10-02 15:17:44 +00:00

16 lines
563 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/umlaeute/v4l2loopback</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v0.13.2</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>