Skip to content

SDL_gpu: drop#390204

Merged
FliegendeWurst merged 1 commit intoNixOS:masterfrom
LordGrimmauld:drop-sdl_cpu
Mar 15, 2025
Merged

SDL_gpu: drop#390204
FliegendeWurst merged 1 commit intoNixOS:masterfrom
LordGrimmauld:drop-sdl_cpu

Conversation

@LordGrimmauld
Copy link
Contributor

This library was intended for gpu-accelerated 2d graphics. However, it is currently broken in nixpkgs.

upstream has seen no commits or new pull requests in the past three years. @pmiddend originally packaged this back in 2019, the package then got occasional maintenance from @AndersonTorres . @pmiddend was removed as a maintainer in #308379 (232ab40) due to inactivity at the time. Since then, the package was mostly stale, seeing the occasional treewide. It also broke on clang for a time, and was fixed during zero-hydra-failures push for 24.11.

Just recently, the package broke again due to gcc14, see #388196. Other than the big tracking issue, it was not even noticed to be failing! In the context of #389106 i was poking at various SDL things, and saw this failure pop up in various places.

It is questionable whether there is any users of this remaining. The package has no dependents, is stale and broken. I vote for removal, but am willing to hear if people actually use this. Though be aware any user might well have to fix upstream to even be compatible with gcc14.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@LordGrimmauld
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 390204

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Mar 15, 2025
@LordGrimmauld LordGrimmauld added the 8.has: clean-up This PR removes packages or removes other cruft label Mar 15, 2025
Copy link
Member

@FliegendeWurst FliegendeWurst left a comment

Choose a reason for hiding this comment

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

You need to add an entry in pkgs/top-level/aliases.nix. Other than that I think it's okay to remove

@FliegendeWurst FliegendeWurst merged commit 14502e1 into NixOS:master Mar 15, 2025
23 of 27 checks passed
@LordGrimmauld LordGrimmauld mentioned this pull request May 18, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: clean-up This PR removes packages or removes other cruft 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants