forked from pool/gamescope
llyyr
4d83b95834
- Update to version 3.14.6: * wlserver: Collection of cursor improvements/fixes * wlserver: Fix some crashes wrt. Gamescope swapchain lifetime * Revert "drm: Update AMD color management for Linux 6.8" * convar: add Split helper * drm: Only expose explicit sync on > kernel 6.8 * wayland_backend: comment out assert for now * build: Add missing input_emulation option * input: Add support for xtest emulation with libei * drm: Get backend to close down cleanly * steamcompmgr: Set PDEATHSIG for launched children OBS-URL: https://build.opensuse.org/request/show/1170183 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=23
18 lines
655 B
XML
18 lines
655 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">jupiter-3.6</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|