Skip to content

libvdpau-va-gl: update to latest git#449230

Closed
haterdotdev wants to merge 2 commits intoNixOS:masterfrom
haterdotdev:libvdpau-va-gl-update
Closed

libvdpau-va-gl: update to latest git#449230
haterdotdev wants to merge 2 commits intoNixOS:masterfrom
haterdotdev:libvdpau-va-gl-update

Conversation

@haterdotdev
Copy link

The old version fails to build with modern CMake versions. This update bumps the package to the latest upstream commit, which updates the CMakeFiles to fix the build.

Closes #448918

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.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 12.first-time contribution This PR is the author's first one; please be gentle! 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Oct 6, 2025
rev = "v${version}";
sha256 = "0asndybfv8xb0fx73sjjw5kydqrahqkm6n04lh589pbf18s5qlld";
rev = "a845e8720d900e4bcc89e7ee16106ce63b44af0d";
sha256 = "sha256-CtpyWod+blqC3u12MaQyqFOXurCP5Rb2PYq7PoaoASA=";
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we're touching this line anyway,

Suggested change
sha256 = "sha256-CtpyWod+blqC3u12MaQyqFOXurCP5Rb2PYq7PoaoASA=";
hash = "sha256-CtpyWod+blqC3u12MaQyqFOXurCP5Rb2PYq7PoaoASA=";

pname = "libvdpau-va-gl";
version = "0.4.2";
version = "git-a845e87";
Copy link
Contributor

Choose a reason for hiding this comment

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

Please review our versioning guidelines. https://github.com/NixOS/nixpkgs/tree/master/pkgs#versioning

This should be 0.4.2-unstable-[whatever]

Copy link
Contributor

Choose a reason for hiding this comment

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

Commit message should also follow the guidelines mentioned at the link above, and reformatting should not be its own commit.

Copy link
Author

Choose a reason for hiding this comment

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

Commit message should also follow the guidelines mentioned at the link above, and reformatting should not be its own commit.

Sorry for that, i forgot to do that before pushing it.

Copy link
Author

Choose a reason for hiding this comment

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

Please review our versioning guidelines. https://github.com/NixOS/nixpkgs/tree/master/pkgs#versioning

This should be 0.4.2-unstable-[whatever]

I'll fix that ASAP, thanks for your review, i'll take a better look into the conventions.

@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Oct 6, 2025
@teto teto mentioned this pull request Oct 7, 2025
13 tasks
@haterdotdev haterdotdev force-pushed the libvdpau-va-gl-update branch 2 times, most recently from b7507eb to 71c366c Compare October 7, 2025 08:26
Update to the latest commit. Fixes CMake incompatibility.
@haterdotdev haterdotdev force-pushed the libvdpau-va-gl-update branch from 71c366c to 69be2cd Compare October 7, 2025 08:37
@haterdotdev haterdotdev closed this Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build failure: libvdpau-va-gl

2 participants