SHA256
1
0
forked from pool/gamescope

Accepting request 1134675 from home:ateixeira:branches:games:tools

- Update to version 3.13.19:
  * drm: fix other headless NPE
  * layer: Fix warning on printf
  * waitable: Fix some FD close settings
  * waitable: Factor out common ITimerWaitable
  * drm: fix NPE while in headless mode
  * layer: Print more info about VkHdrMetadata
  * layer: Log more about minImageCount
  * drm: Port mode and lut tracking to drm_blob
  * drm: Introduce a drm_blob abstraction
  * drm: Initialize the owned field of blob wrappers properly

OBS-URL: https://build.opensuse.org/request/show/1134675
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=17
This commit is contained in:
Dirk Stoecker 2023-12-23 12:35:13 +00:00 committed by Git OBS Bridge
parent 7599537ba2
commit 02df0d85d4
4 changed files with 22 additions and 6 deletions

View File

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

3
gamescope-3.13.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:033653fdaf090650495d9a2e1f0bfa145fca53d59f17d3f78ce142beb50f4998
size 101917808

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 22 19:05:28 UTC 2023 - antonio.teixeira@suse.com
- Update to version 3.13.19:
* drm: fix other headless NPE
* layer: Fix warning on printf
* waitable: Fix some FD close settings
* waitable: Factor out common ITimerWaitable
* drm: fix NPE while in headless mode
* layer: Print more info about VkHdrMetadata
* layer: Log more about minImageCount
* drm: Port mode and lut tracking to drm_blob
* drm: Introduce a drm_blob abstraction
* drm: Initialize the owned field of blob wrappers properly
-------------------------------------------------------------------
Mon Dec 04 20:05:27 UTC 2023 - antonio.teixeira@suse.com

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.13.16
Version: 3.13.19
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause
@ -31,11 +31,13 @@ BuildRequires: glslang-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: stb-devel
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xmu)
# for xxd
BuildRequires: vim
%if %{without intree_libs}
BuildRequires: (pkgconfig(libliftoff) >= 0.4.0 with pkgconfig(libliftoff) < 0.5.0)
BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0)
BuildRequires: (pkgconfig(wlroots) >= 0.17.0 with pkgconfig(wlroots) < 0.18.0)
BuildRequires: pkgconfig(libdisplay-info)
BuildRequires: pkgconfig(libliftoff)
BuildRequires: pkgconfig(openvr)
@ -59,7 +61,6 @@ BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xwayland)
BuildRequires: pkgconfig(xxf86vm)
%if %{with intree_libs}
BuildRequires: pkgconfig(xmu)
# from wlroots.spec
BuildRequires: glslang-devel
BuildRequires: xorg-x11-server-wayland