[Backport release-25.05] gamescope: 3.16.9 -> 3.16.17#448655
[Backport release-25.05] gamescope: 3.16.9 -> 3.16.17#448655K900 merged 10 commits intoNixOS:release-25.05from
Conversation
There was a problem hiding this comment.
This report is automatically generated by the PR / Check / cherry-pick CI workflow.
Some of the commits in this PR require the author's and reviewer's attention.
Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.
If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.
Warning
Difference between d655901 and original 207a3e4 may warrant inspection.
Show diff
@@ Commit message
This significantly shrinks the build closure of gamescope-wsi on i686.
+ (cherry picked from commit 207a3e468b6e1014711f0b34fddf68d162d81426)
+
## pkgs/by-name/ga/gamescope/package.nix ##
@@ pkgs/by-name/ga/gamescope/package.nix: stdenv.mkDerivation (finalAttrs: {
pkg-config
@@ pkgs/by-name/ga/gamescope/package.nix: stdenv.mkDerivation (finalAttrs: {
- # For `libdisplay-info`
- python3
- hwdata
-- v4l-utils
+- edid-decode
+
# For OpenVR
cmake
@@ pkgs/by-name/ga/gamescope/package.nix: stdenv.mkDerivation (finalAttrs: {
+ # For `libdisplay-info`
+ python3
+ hwdata
-+ v4l-utils
++ edid-decode
];
buildInputs = [
Hint: The full diffs are also available in the runner logs with slightly better highlighting.
This significantly shrinks the build closure of gamescope-wsi on i686. (cherry picked from commit 207a3e4)
(cherry picked from commit ba71ac2)
Maybe libxcb should be `optionals enableWsi` since the change didn't break the gamescope package without Wsi, but i found out it also builds fine if i move libx11 to `optionals enableWsi` so this is something the gamescope maintainers have to figure out. (cherry picked from commit 7f40bf7)
Diff: ValveSoftware/gamescope@3.16.14.2...3.16.15 (cherry picked from commit 9dd0bee)
(cherry picked from commit 6cf68f7)
882cc40 to
71cddc9
Compare
Yes, I didn't cherry-pick #419046. |
|
1f15062
Manual backport of #411521 #413623 #416270 #418066 #429538 #429538 #430181 #433420 #438531 #441368 to
release-25.05.