SHA256
1
0
forked from pool/gamescope

Accepting request 1172994 from home:ateixeira:branches:games:tools

- Update to version 3.14.13:
  * wlserver: Fix content overrides for reparented windows
  * drm: Add drm_debug_disable_in_fence_fd convar
  * wlserver: Cursor constraint improvements
  * wlserver: Add affirmative log that libei started
  * layer: Fix double ptr in RemoveFromChain (and add vkroots checks)
  * rendervulkan, shaders: Fix mura correction with FSR + NIS
  * InputEmulation: Add missing break to {START,STOP}_EMULATING
  * layer: Fix crash with frame limiter aware
  * reshade: added helper lambda: matchesAnnotationName
  * reshade: prefer ranges + bind_front over custom lambda
- Add upstream patch libliftoff-fix-gcc14-calloc-transposed-args.patch
  * Fix libliftoff builds with gcc14

OBS-URL: https://build.opensuse.org/request/show/1172994
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=25
This commit is contained in:
2024-05-09 20:58:33 +00:00
committed by Git OBS Bridge
parent 4d83b95834
commit 29746772f8
6 changed files with 60 additions and 5 deletions

View File

@@ -18,13 +18,15 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.14.6
Version: 3.14.13
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause
Group: Amusements/Games/Other
URL: https://github.com/Plagman/gamescope
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM libliftoff-fix-gcc14-calloc-transposed-args.patch -- Fixes libliftoff build with gcc14
Patch1: libliftoff-fix-gcc14-calloc-transposed-args.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: glslang-devel