diff --git a/_service b/_service index 351e710..91a1b39 100644 --- a/_service +++ b/_service @@ -13,7 +13,7 @@ https://github.com/Plagman/gamescope.git - refs/tags/3.16.11 + refs/tags/3.16.15 @PARENT_TAG@ git ([\.\d]+) diff --git a/gamescope-3.16.11.tar.xz b/gamescope-3.16.11.tar.xz deleted file mode 100644 index b16aeb9..0000000 --- a/gamescope-3.16.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f29ed963add87d35df44969acf241df30d18712d7e4f9d881fa7187043a7e64b -size 103644268 diff --git a/gamescope-3.16.15.tar.xz b/gamescope-3.16.15.tar.xz new file mode 100644 index 0000000..1be0389 --- /dev/null +++ b/gamescope-3.16.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158f9058ee1f019bf82f2139b0b2099b9717714eb2a761775f926e865419d4b6 +size 103948136 diff --git a/gamescope.changes b/gamescope.changes index 4cc555e..24856d7 100644 --- a/gamescope.changes +++ b/gamescope.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 12 14:40:47 UTC 2025 - Antonio Teixeira + +- Update to version 3.16.15: + * gamescope-control: add interface to query performance stats for an appid + * Re-add force_repaint fix + * added color blindless luts + * layer: fix a couple of harmless typos + * steamcompmgr: render dropdowns with negative coordinates, provided they are partially visible + * steamcompmgr: track FSR state with preemptive upscaling + * rendervulkan: account for ycbcr descriptor count when creating descriptor pool + * wlserver: Remove redundant code from set_look + * wlserver: Fix using wrong FD in set_look + * looks: Add updated looks +- Use %fdupes for new looks files + ------------------------------------------------------------------- Thu May 29 12:58:19 UTC 2025 - Antonio Teixeira diff --git a/gamescope.spec b/gamescope.spec index aa28cdf..bcdf949 100644 --- a/gamescope.spec +++ b/gamescope.spec @@ -18,7 +18,7 @@ %bcond_without intree_libs Name: gamescope -Version: 3.16.11 +Version: 3.16.15 Release: 0 Summary: Micro-compositor optimized for running video games on Wayland License: BSD-2-Clause @@ -30,6 +30,7 @@ Source2: glm-1.0.1.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: glslang-devel +BuildRequires: fdupes BuildRequires: meson BuildRequires: pkgconfig # for git describe @@ -134,6 +135,7 @@ meson subprojects packagefiles --apply %install %meson_install --skip-subprojects +%fdupes %{buildroot}/%{_datadir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -150,7 +152,9 @@ meson subprojects packagefiles --apply %{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/scripts/ +%dir %{_datadir}/%{name}/looks/ %{_datadir}/%{name}/scripts/00-gamescope +%{_datadir}/%{name}/looks/*.cube %doc %{_datadir}/%{name}/scripts/README.md %changelog