SHA256
1
0
forked from pool/gamescope

Accepting request 1116469 from games:tools

OBS-URL: https://build.opensuse.org/request/show/1116469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamescope?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-10-10 18:59:55 +00:00 committed by Git OBS Bridge
commit 619fc49a8c
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:263c69f89f67e35558c26dea6fd2b3ce971d0ab78c961c33d0f76ff074b04008
size 94523604

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dd44417dad38f3f1c4af69bc9f89720a93c38e503b63cba3f11cfc060f8cb2d
size 101825140

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 09 12:23:30 UTC 2023 - antonio.teixeira@suse.com
- Update to version 3.12.7+git0.d1eb70b:
* steamcompmgr: Overwrite SDL_VIDEODRIVER before nested app launch
* main: Make not having presentation time not fatal
* main: Default back to SDL_VIDEODRIVER x11 if not exposing wayland
* wlserver: Enable xwayland force_xrandr_emulation option
* wlserver: Handle pending surfaces in set_wl_id when we already have an existing surface
* wlserver: Add feature bit for pixel filter
* rendervulkan: Add PIXEL filter (band-limited pixel filter)
* rendervulkan: Emulate bilinear sampling when we need to do custom degammas
* wlserver: Fix rare crash on shutdown
* sdlwindow: Fix crash on shutdown with session
- Add arch suffix to VkLayer filename as per recent changes.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 13 19:01:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org> Wed Sep 13 19:01:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs %bcond_without intree_libs
Name: gamescope Name: gamescope
Version: 3.12.5+git0.a8471d8 Version: 3.12.7+git0.d1eb70b
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
@ -121,7 +121,7 @@ sed -i "s|dependency('stb')|declare_dependency(include_directories: include_dire
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_libdir}/libVkLayer_FROG_gamescope_wsi.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