Files
wf-recorder/_service
Denys Kondratenko 695d210759 - Update to version 0.5.0+git1:
* frame-writer: Track ffmpeg changes (#279)
- Update to version 0.5.0+git0:
  * Also set buffer.drm_format with shm capture by @nowrep in #233
  * Use dmabuf feedback instead of wl-drm to get compositor device by @nowrep in #235
  * Set the default pixel format to yuv420p by @soreau in #237
  * Get hw_frame_context from buffersink by @nowrep in #242
  * Allow region capture with DMA-BUF by @nowrep in #244
  * recreate buffer if format changes by @ammen99 in #251
  * Add compatibility with FFMPEG 7.0 by @eclipseo in #262
  * ensure all status messages use stderr by @nekopsykose in #267
  * add -O/--overwrite by @nekopsykose in #266
  * PipeWire audio capture by @nowrep in #247
  * Require libpipewire >= 1.0.5 for pw_buffer.time by @nowrep in #271

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-recorder?expand=0&rev=17
2024-10-14 13:19:25 +00:00

20 lines
776 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/ammen99/wf-recorder.git</param>
<param name="revision">560bb92d3ddaeb31d7af77d22d01b0050b45bebe</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">ammen99@gmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>