diff --git a/gamescope-3.15.3.tar.xz b/gamescope-3.15.3.tar.xz deleted file mode 100644 index 67a2793..0000000 --- a/gamescope-3.15.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a76682fa90fd6f2000e15a79c5f3c34b1b9f97811e6a5941821ed7b0154bb9 -size 103521128 diff --git a/gamescope-3.15.9.tar.xz b/gamescope-3.15.9.tar.xz new file mode 100644 index 0000000..b3ee8bd --- /dev/null +++ b/gamescope-3.15.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823519c1229599e53183c034686b218029768ff1915a0808adc7ac48d2c32873 +size 103496520 diff --git a/gamescope.changes b/gamescope.changes index 66efb14..379c2c0 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Sep 13 13:56:01 UTC 2024 - llyyr@yukari.in + +- Update to version 3.15.9: + * convars, steamcompmgr: clean up descriptions and HDR launch options + * layer: Add hacks for Talos Principle and Serious Sam's bad swapchain usage + * steamcompmgr: Ensure forward progress for surfaces without windows when we discard commits + * steamcompmgr: Disregard XWayland commits if we have an override surface and there was no damage + * build: fix meson compiler warning + * steamcompmgr: Add some logic for picking commits if we have an override w/ WSI layer + * layer: Send VK_ERROR_OUT_OF_DATE when window size changes on X11 + * steamcompmgr: Add logging for when pipewire focus appid changes + * pipewire: Fix truncation of SPA_FORMAT_VIDEO_gamescope_focus_appid + * backend, rendervulkan: Use DRM format for output format on backend + ------------------------------------------------------------------- Thu Sep 5 13:27:32 UTC 2024 - Antonio Teixeira diff --git a/gamescope.spec b/gamescope.spec index e8da402..4df3664 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.15.3 +Version: 3.15.9 Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause @@ -30,6 +30,8 @@ BuildRequires: gcc-c++ BuildRequires: glslang-devel BuildRequires: meson BuildRequires: pkgconfig +# for git describe +BuildRequires: git BuildRequires: stb-devel BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xmu)