forked from pool/gamescope
llyyr
6663ebf0c9
- Update to version 3.13.3: * wlserver: Fix removal of gamescope_control resources * steamcompmgr: Fix pipewire color mgmt luts * steamcompmgr: Save 11MB of VRAM on images we weren't using * steamcompmgr: Naiively handle streaming HDR content * rendervulkan: Fix NV12 capture colors * drm: Allow reading color primaries from EDID on Galileo * protocol: Add only_change_refresh_rate flag to target_refresh_cycle_flag * layer: Disable EXT_swapchain_maintenance1 * subprojects: Bump vkroots * layer: Migrate display timing impl to EnumerateDeviceExtensionProperties OBS-URL: https://build.opensuse.org/request/show/1126706 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=13
17 lines
608 B
XML
17 lines
608 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="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>
|