forked from pool/gamescope
- Update to version 3.14.22:
* steamcompmgr: Rewrite + split buffer memoizer * wlserver: Don't pass incorrect wl_resource for gamescope_swapchain on legacy gamescope_xwayland interface * submodules: Update openvr version requirement * drm: Add workaround for NV12 scanout on SteamOS 3.6 * rendervulkan: Fix NV12 colorspace producing washed out colours * mangoapp: Add extra elements * steamcompmgr: Fix inverted logic in drawing cursor * wlserver: Rough basic impl of wlr_layer_shell * build: Add missing GamescopeVersion.h requirement * openvr: Add cv_vr_use_window_icons OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=29
This commit is contained in:
parent
9934c1c313
commit
7bbfae4bd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3bd41a39cb2a6dd67a87d7a6c99a649f32186823c8453cbc052d592cb3b777e
|
|
||||||
size 102577308
|
|
BIN
gamescope-3.14.22.tar.xz
(Stored with Git LFS)
Normal file
BIN
gamescope-3.14.22.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 14:52:01 UTC 2024 - antonio.teixeira@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.14.22:
|
||||||
|
* steamcompmgr: Rewrite + split buffer memoizer
|
||||||
|
* wlserver: Don't pass incorrect wl_resource for gamescope_swapchain on legacy gamescope_xwayland interface
|
||||||
|
* submodules: Update openvr version requirement
|
||||||
|
* drm: Add workaround for NV12 scanout on SteamOS 3.6
|
||||||
|
* rendervulkan: Fix NV12 colorspace producing washed out colours
|
||||||
|
* mangoapp: Add extra elements
|
||||||
|
* steamcompmgr: Fix inverted logic in drawing cursor
|
||||||
|
* wlserver: Rough basic impl of wlr_layer_shell
|
||||||
|
* build: Add missing GamescopeVersion.h requirement
|
||||||
|
* openvr: Add cv_vr_use_window_icons
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 05 18:57:26 UTC 2024 - opensuse@dstoecker.de
|
Wed Jun 05 18:57:26 UTC 2024 - opensuse@dstoecker.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without intree_libs
|
%bcond_without intree_libs
|
||||||
Name: gamescope
|
Name: gamescope
|
||||||
Version: 3.14.18
|
Version: 3.14.22
|
||||||
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
|
||||||
@ -127,6 +127,7 @@ sed -i "s|#include <libei-1.0/libeis.h>|#include <libeis.h>|g" src/InputEmulatio
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}stream
|
%{_bindir}/%{name}stream
|
||||||
|
%{_bindir}/%{name}ctl
|
||||||
%{_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
|
||||||
|
Loading…
Reference in New Issue
Block a user