Merge pull request 'Update to 3.15.9' (#5) from llyyr/gamescope:factory into factory
This commit is contained in:
commit
56e2ec1e0f
BIN
gamescope-3.15.3.tar.xz
(Stored with Git LFS)
BIN
gamescope-3.15.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gamescope-3.15.9.tar.xz
(Stored with Git LFS)
Normal file
BIN
gamescope-3.15.9.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 13:56:01 UTC 2024 - llyyr@yukari.in
|
||||||
|
|
||||||
|
- Update to version 3.15.9:
|
||||||
|
* convars, steamcompmgr: clean up descriptions and HDR launch options
|
||||||
|
* layer: Add hacks for Talos Principle and Serious Sam's bad swapchain usage
|
||||||
|
* steamcompmgr: Ensure forward progress for surfaces without windows when we discard commits
|
||||||
|
* steamcompmgr: Disregard XWayland commits if we have an override surface and there was no damage
|
||||||
|
* build: fix meson compiler warning
|
||||||
|
* steamcompmgr: Add some logic for picking commits if we have an override w/ WSI layer
|
||||||
|
* layer: Send VK_ERROR_OUT_OF_DATE when window size changes on X11
|
||||||
|
* steamcompmgr: Add logging for when pipewire focus appid changes
|
||||||
|
* pipewire: Fix truncation of SPA_FORMAT_VIDEO_gamescope_focus_appid
|
||||||
|
* backend, rendervulkan: Use DRM format for output format on backend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 13:27:32 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
Thu Sep 5 13:27:32 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without intree_libs
|
%bcond_without intree_libs
|
||||||
Name: gamescope
|
Name: gamescope
|
||||||
Version: 3.15.3
|
Version: 3.15.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Micro-compositor optimized for running video games on Wayland
|
Summary: Micro-compositor optimized for running video games on Wayland
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -30,6 +30,8 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
# for git describe
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: stb-devel
|
BuildRequires: stb-devel
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
|
Loading…
Reference in New Issue
Block a user