Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libvdpau: 1.2 -> 1.3, vdpauinfo: 1.0 -> 1.3 #80186

Merged
merged 2 commits into from Mar 6, 2020

Conversation

felschr
Copy link
Member

@felschr felschr commented Feb 15, 2020

Motivation for this change

libvdpau 1.3 adds support for VP9 decoding.
Fixes #74211

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor

over 5000+ linux rebuilds, please target staging

@felschr
Copy link
Member Author

felschr commented Feb 16, 2020

@jonringer Oh, sorry. I wasn't aware of that policy. I've rebased the changes onto staging.

@FRidh
Copy link
Member

FRidh commented Feb 16, 2020

What reverse dependencies have been tested?

@FRidh FRidh added this to WIP in Staging via automation Feb 16, 2020
@FRidh FRidh moved this from WIP to Needs review in Staging Feb 16, 2020
@felschr
Copy link
Member Author

felschr commented Feb 16, 2020

I've only tested the output of vdpauinfo so far. On my machine it lists all codecs that were listed before with the addition of VP9.

@FRidh FRidh merged commit efc1e24 into NixOS:staging Mar 6, 2020
Staging automation moved this from Needs review to Done Mar 6, 2020
@felschr felschr deleted the feat/libvdpau-1.3 branch March 6, 2020 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

update libvdpau to add VP9 decoding support
4 participants