Merge pull request 'Update to 3.14.26' (#2) from ateixeira/gamescope:factory into factory

This commit is contained in:
Git SCM Staging 2024-08-02 17:26:55 +02:00
commit a591e007d9
4 changed files with 20 additions and 4 deletions

BIN
gamescope-3.14.24.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gamescope-3.14.26.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 01 18:36:07 UTC 2024 - antonio.teixeira@suse.com
- Update to version 3.14.26:
* wlserver, backend: Fix explicit sync release not accounting for backend fb referencing
* wlserver: Add cv_drm_debug_syncobj_force_wait_on_commit
* wlserver: Filter wp_linux_drm_syncobj_manager_v1 if explicit sync is disabled by convar
* steamcompmgr: Remove "launch".
* subprojects: Bump to wlroots 0.18 + some very minor build changes
* wlserver, rendervulkan: Update to wlroots 0.18 release
* rendervulkan: Fix flipping shm textures
* DRMBackend: Fix parsing chromaticity coords
* DRMBackend: Change DeckHD check to be more specific
* modegen: DeckHD Support (#1281)
-------------------------------------------------------------------
Thu Jul 18 14:42:51 UTC 2024 - antonio.teixeira@suse.com

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.14.24
Version: 3.14.26
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause
@ -71,6 +71,7 @@ BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(freerdp2)
BuildRequires: pkgconfig(gbm) >= 17.1.0
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)