Accepting request 1141070 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1141070 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamescope?expand=0&rev=10
This commit is contained in:
commit
d5b08a97c1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033653fdaf090650495d9a2e1f0bfa145fca53d59f17d3f78ce142beb50f4998
|
||||
size 101917808
|
3
gamescope-3.14.0.tar.xz
Normal file
3
gamescope-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c02744194388b16a4dcce83196d678b35082268f499343bd1c9f1bfc30b1718
|
||||
size 102557424
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 21:09:17 UTC 2024 - antonio.teixeira@suse.com
|
||||
|
||||
- Update to version 3.14.0:
|
||||
* readme: Remove dead shortcut
|
||||
* main: Pick correct Vulkan device for DRM
|
||||
* Add configurable mouse sensitivity
|
||||
* reshade: Make changeset as small using inlining
|
||||
* reshade: Removed explicit datatype parameter for inferred typename T (of function)
|
||||
* reshade: Condense to one common lambda function
|
||||
* reshade: Break function into smaller chunks & common params
|
||||
* vr_session: update to OpenVR 2
|
||||
* steamcompmgr: Limit desired size by drm cursor size
|
||||
* rendervulkan: Add VkExternalMemoryImageCreateInfo for any flippable surface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 19:05:28 UTC 2023 - antonio.teixeira@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gamescope
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without intree_libs
|
||||
Name: gamescope
|
||||
Version: 3.13.19
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
Summary: Micro-compositor optimized for running video games on Wayland
|
||||
License: BSD-2-Clause
|
||||
@ -45,6 +45,7 @@ BuildRequires: pkgconfig(openvr)
|
||||
BuildRequires: pkgconfig(benchmark)
|
||||
BuildRequires: pkgconfig(glm)
|
||||
BuildRequires: pkgconfig(hwdata)
|
||||
BuildRequires: pkgconfig(libavif)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.113
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
|
Loading…
Reference in New Issue
Block a user