From 606e2b06543dbb0ccfc931fecbb413246d15a13b058e81531fe092ac9f293c5c Mon Sep 17 00:00:00 2001 From: Antonio Teixeira Date: Thu, 1 Aug 2024 15:44:42 -0300 Subject: [PATCH] Update to 3.14.26 --- gamescope-3.14.24.tar.xz | 3 --- gamescope-3.14.26.tar.xz | 3 +++ gamescope.changes | 15 +++++++++++++++ gamescope.spec | 3 ++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 gamescope-3.14.24.tar.xz create mode 100644 gamescope-3.14.26.tar.xz diff --git a/gamescope-3.14.24.tar.xz b/gamescope-3.14.24.tar.xz deleted file mode 100644 index 52c61bc..0000000 --- a/gamescope-3.14.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5398783027d2c07eda4db6882707627cd25a6e41407dfb74beb7e4b393a6db33 -size 103887988 diff --git a/gamescope-3.14.26.tar.xz b/gamescope-3.14.26.tar.xz new file mode 100644 index 0000000..dd126a9 --- /dev/null +++ b/gamescope-3.14.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f99ad27584b6171ddb6c011e130cdb45f03bf334240a2c93cf6f95a97f3b62e +size 103520388 diff --git a/gamescope.changes b/gamescope.changes index 88d8784..c0cab82 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -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 diff --git a/gamescope.spec b/gamescope.spec index 1eb3b95..59cc641 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -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)