1
0
forked from pool/gamescope

Merge pull request 'Update to version 3.16.1' (#10) from llyyr/gamescope:factory into factory

This commit is contained in:
Git SCM Staging 2025-02-25 11:46:05 +01:00
commit c5492f4f55
5 changed files with 26 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/Plagman/gamescope.git</param>
<param name="revision">refs/tags/3.15.14</param>
<param name="revision">refs/tags/3.16.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="versionrewrite-pattern">([\.\d]+)</param>

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 10 14:32:30 UTC 2025 - me@levitati.ng
- Update to version 3.16.1:
* layer: Fix oldSwapchain when going in/out of XWayland bypassing
* steamcompmgr: Fix some shutdown hangs
* WaylandBackend: Filter more libdecor surfaces
* layer: Move strict -> ensure
* layer: Force up swapchain minImageCount
* WaylandBackend: Ignore events on unknown surfaces
* WaylandBackend: Fix scale equation and unscale libdecor frame commit
* rendervulkan: Fix a CVulkanCmdBuffer leak that could result in screenshot request failures
* DRMBackend: Add libliftoff log handler
* Fixed conversion from RGB to full range BT.709 YCbCr
-------------------------------------------------------------------
Mon Dec 02 18:17:00 UTC 2024 - antonio.teixeira@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gamescope
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.15.14
Version: 3.16.1
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause
@ -82,6 +82,7 @@ BuildRequires: pkgconfig(libinput) >= 1.14.0
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libseat)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(vulkan) >= 1.2.182
BuildRequires: pkgconfig(wayland-client)
@ -135,5 +136,9 @@ sed -i "s|#include <libei-1.0/libeis.h>|#include <libeis.h>|g" src/InputEmulatio
%{_libdir}/libVkLayer_FROG_gamescope_wsi_%{_arch}.so
%dir %{_datadir}/vulkan/implicit_layer.d/
%{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/scripts/
%{_datadir}/%{name}/scripts/00-gamescope
%doc %{_datadir}/%{name}/scripts/README.md
%changelog