Skip to content

[25.05] sdl3: 3.2.14 -> 3.2.20#431812

Merged
pbsds merged 1 commit intoNixOS:staging-25.05from
LordGrimmauld:backport-431182-to-staging-25.05
Aug 7, 2025
Merged

[25.05] sdl3: 3.2.14 -> 3.2.20#431812
pbsds merged 1 commit intoNixOS:staging-25.05from
LordGrimmauld:backport-431182-to-staging-25.05

Conversation

@LordGrimmauld
Copy link
Contributor

@LordGrimmauld LordGrimmauld commented Aug 7, 2025

Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-3.2.20 (cherry picked from commit d9e041f)

manual backport of #431182

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@LordGrimmauld LordGrimmauld changed the title sdl3: 3.2.18 -> 3.2.20 sdl3: 3.2.16 -> 3.2.20 Aug 7, 2025
@LordGrimmauld LordGrimmauld force-pushed the backport-431182-to-staging-25.05 branch from 129972f to fe50c73 Compare August 7, 2025 18:22
@LordGrimmauld LordGrimmauld mentioned this pull request Aug 7, 2025
13 tasks
@LordGrimmauld
Copy link
Contributor Author

sdl3 itself builds, i am now building the tests

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Please follow the backporting guidelines and cherry-pick with the -x flag.
This requires changes to the unstable master and staging branches first, before backporting them.

Occasionally, it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts or when updating minor versions of packages which have already advanced to the next major on unstable.
If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 205462f and original d9e041f may warrant inspection.

Show diff
@@ Metadata
 Author: Grimmauld <Grimmauld@grimmauld.de>
 
  ## Commit message ##
-    sdl3: 3.2.18 -> 3.2.20
+    sdl3: 3.2.14 -> 3.2.20
 
     Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-3.2.20
+    (cherry picked from commit d9e041f0e9b794413d392c8d4c704a0fae49b344)
+    Signed-off-by: Grimmauld <Grimmauld@grimmauld.de>
 
  ## pkgs/by-name/sd/sdl3/package.nix ##
-@@ pkgs/by-name/sd/sdl3/package.nix: assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to
+@@ pkgs/by-name/sd/sdl3/package.nix: assert lib.assertMsg (
  
  stdenv.mkDerivation (finalAttrs: {
    pname = "sdl3";
--  version = "3.2.18";
+-  version = "3.2.14";
 +  version = "3.2.20";
  
    outputs = [
@@ pkgs/by-name/sd/sdl3/package.nix: stdenv.mkDerivation (finalAttrs: {
      owner = "libsdl-org";
      repo = "SDL";
      tag = "release-${finalAttrs.version}";
--    hash = "sha256-z3SMxPoO5zWOvJvgkla3vMg51qdKqbMGudIwOr3265s=";
+-    hash = "sha256-+CcbvF1nxxsVwuO5g50sBVGth0sr5WTFojSfT6B6bok=";
 +    hash = "sha256-ESYjTN2prkAeHcTYurZaWeM3RgEKtwCZrt9gSMcOAe0=";
    };
  

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-3.2.20
(cherry picked from commit d9e041f)
Signed-off-by: Grimmauld <Grimmauld@grimmauld.de>
@LordGrimmauld LordGrimmauld force-pushed the backport-431182-to-staging-25.05 branch from fe50c73 to 205462f Compare August 7, 2025 18:28
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 4.workflow: backport This targets a stable branch labels Aug 7, 2025
@getchoo getchoo changed the title sdl3: 3.2.16 -> 3.2.20 [25.05] sdl3: 3.2.16 -> 3.2.20 Aug 7, 2025
@marcin-serwin
Copy link
Contributor

This will cause conflict with #425265, we should probably merge that one first.

@LordGrimmauld
Copy link
Contributor Author

fair enough, but that one already has a conflict

@pbsds
Copy link
Member

pbsds commented Aug 7, 2025

built sdl3 and tests on x86_64-linux, aarch64-linux and aarch64-darwin 👍

@pbsds pbsds changed the title [25.05] sdl3: 3.2.16 -> 3.2.20 [25.05] sdl3: 3.2.14 -> 3.2.20 Aug 7, 2025
@pbsds pbsds merged commit 8ab916a into NixOS:staging-25.05 Aug 7, 2025
31 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants