scrcpy/_service

20 lines
731 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
Accepting request 923374 from home:jonapap - Update to version 1.19: * Bump version to 1.19 * Retrieve correct error messages on Windows * Compute scrcpy directory manually * Fix typo in manpage * Use SOURCE_MOUSE for scroll events * Upgrade SDL (2.0.16) for Windows * Upgrade platform-tools (31.0.3) for Windows * Declare callbacks static * Add Simplified Chinese translation of FAQ * Add a FAQ section for Wayland support * Add README file in Turkish * Fix OBS project ref URL * Fix typo in DEVELOP.md * Fix type for assignment * Fix net_send_all() * Fix code style * Improve slope estimation on start * Add buffering debugging tools * Add clock tests * Add buffering command line options * Implement buffering * Notify new frames via callbacks * Extract current video_buffer to frame_buffer * Rename video_buffer to sc_video_buffer * Relax v4l2_sink lock constraints * Replace delay by deadline in timedwait() * Wrap tick API * Add missing error log * Move include fps_counter * Remove obsolete comment * Rename queue to sc_queue * Fix manpage formatting * Fix --lock-video-orientation syntax in help * Remove unnecessary calls to av_packet_unref() * Fix v4l2 data race * Initialize fields before starting a thread * Fix assertion race condition in debug mode * Initialize controller even if there is no display * Update scrcpy-server in install-release.sh * Update links to v1.18 in README and BUILD OBS-URL: https://build.opensuse.org/request/show/923374 OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=73
2021-10-06 08:34:29 +02:00
<param name="revision">v1.19</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="download_files" mode="disabled">
<param name="enforceupstream">yes</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="download_files" mode="disabled"/>
</services>