forked from pool/gamescope
Update to version 3.16.1
This commit is contained in:
parent
510bfdf45c
commit
4405934b2c
8
_service
8
_service
@ -1,17 +1,17 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
<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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
gamescope-3.15.14.tar.xz
(Stored with Git LFS)
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
BIN
gamescope-3.16.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 14:03:04 UTC 2025 - marius.grossu@suse.com
|
||||||
|
|
||||||
|
- changed the service to manual from disabled
|
||||||
|
- 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
|
Mon Dec 02 18:17:00 UTC 2024 - antonio.teixeira@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without intree_libs
|
%bcond_without intree_libs
|
||||||
Name: gamescope
|
Name: gamescope
|
||||||
Version: 3.15.14
|
Version: 3.16.1
|
||||||
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
|
||||||
@ -53,6 +53,7 @@ BuildRequires: pkgconfig(libdecor-0)
|
|||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.113
|
BuildRequires: pkgconfig(libdrm) >= 2.4.113
|
||||||
BuildRequires: pkgconfig(libeis-1.0)
|
BuildRequires: pkgconfig(libeis-1.0)
|
||||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||||
|
BuildRequires: pkgconfig(luajit)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
|
||||||
@ -135,5 +136,5 @@ sed -i "s|#include <libei-1.0/libeis.h>|#include <libeis.h>|g" src/InputEmulatio
|
|||||||
%{_libdir}/libVkLayer_FROG_gamescope_wsi_%{_arch}.so
|
%{_libdir}/libVkLayer_FROG_gamescope_wsi_%{_arch}.so
|
||||||
%dir %{_datadir}/vulkan/implicit_layer.d/
|
%dir %{_datadir}/vulkan/implicit_layer.d/
|
||||||
%{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json
|
%{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json
|
||||||
|
%{_datadir}/%{name}
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user