forked from pool/gamescope
Accepting request 1104083 from home:ateixeira:branches:games:tools
- Update to version 3.12.1+git1.6fb83bf: * color: added atom to control chromatic adaptation mode (default of bradford is unchanged) * [color]: removed errant printf * [color]: Added support for overriding the apparent (virtual) white point * fix clang build break (attempt #2) * fix compilation on clang * mute format-truncation compile warning * glslang: check for renamed bin * layer: Support for frame limiter * Add info about gamescope packages * fix null handle for nul surface OBS-URL: https://build.opensuse.org/request/show/1104083 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=3
This commit is contained in:
parent
c1dcc6ed28
commit
dad320ff1f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f60ee35bd01cc2b481879e9834b07da1042b09008012ea5baae01b9b6dd87e6b
|
||||
size 94530168
|
3
gamescope-3.12.1+git1.6fb83bf.tar.xz
Normal file
3
gamescope-3.12.1+git1.6fb83bf.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62b576c417b26f6ae6ab0e55c454a381b873ffca395a7c1b098262a4ad0f972c
|
||||
size 94546300
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 19:30:09 UTC 2023 - antonio.teixeira@suse.com
|
||||
|
||||
- Update to version 3.12.1+git1.6fb83bf:
|
||||
* color: added atom to control chromatic adaptation mode (default of bradford is unchanged)
|
||||
* [color]: removed errant printf
|
||||
* [color]: Added support for overriding the apparent (virtual) white point
|
||||
* fix clang build break (attempt #2)
|
||||
* fix compilation on clang
|
||||
* mute format-truncation compile warning
|
||||
* glslang: check for renamed bin
|
||||
* layer: Support for frame limiter
|
||||
* Add info about gamescope packages
|
||||
* fix null handle for nul surface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 29 15:40:27 UTC 2023 - llyyr.public@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without intree_libs
|
||||
Name: gamescope
|
||||
Version: 3.12.0+git2.50eaf75
|
||||
Version: 3.12.1+git1.6fb83bf
|
||||
Release: 0
|
||||
Summary: Micro-compositor optimized for running video games on Wayland
|
||||
License: BSD-2-Clause
|
||||
@ -34,14 +34,14 @@ BuildRequires: stb-devel
|
||||
# for xxd
|
||||
BuildRequires: vim
|
||||
%if %{without intree_libs}
|
||||
BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0)
|
||||
BuildRequires: (pkgconfig(libliftoff) >= 0.4.0 with pkgconfig(libliftoff) < 0.5.0)
|
||||
BuildRequires: pkgconfig(openvr)
|
||||
BuildRequires: (pkgconfig(wlroots) >= 0.16.0 with pkgconfig(wlroots) < 0.17.0)
|
||||
BuildRequires: pkgconfig(libdisplay-info)
|
||||
BuildRequires: pkgconfig(libliftoff)
|
||||
BuildRequires: pkgconfig(openvr)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(glm)
|
||||
BuildRequires: pkgconfig(benchmark)
|
||||
BuildRequires: pkgconfig(glm)
|
||||
BuildRequires: pkgconfig(hwdata)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.113
|
||||
@ -56,8 +56,8 @@ BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xres)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
BuildRequires: pkgconfig(xwayland)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
%if %{with intree_libs}
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
# from wlroots.spec
|
||||
|
Loading…
Reference in New Issue
Block a user