forked from pool/gamescope
Accepting request 1134739 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1134739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamescope?expand=0&rev=9
This commit is contained in:
commit
651b082ec1
@ -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
3
gamescope-3.13.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033653fdaf090650495d9a2e1f0bfa145fca53d59f17d3f78ce142beb50f4998
|
||||
size 101917808
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user