-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Update request: mpv 0.36.0 → 0.37.0 #270002
Labels
9.needs: package (update)
This needs a package to be updated
Comments
Tungsten842
added
the
9.needs: package (update)
This needs a package to be updated
label
Nov 25, 2023
The new mpv version relies on libplacebo 6.338.1, which is being worked on this PR. |
In case someone doesn't want to wait for the official update here's the overlay I'm currently using to build mpv 0.37.0. final: prev:
{
mpv-unwrapped =
let
newLibplacebo = prev.pkgs.libplacebo.overrideAttrs (oa: rec {
version = "6.338.1";
src = prev.pkgs.fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = oa.pname;
rev = "v${version}";
hash = "sha256-NZmwR3+lIC2PF+k+kqCjoMYkMM/PKOJmDwAq7t6YONY=";
};
buildInputs = oa.buildInputs ++ [ prev.pkgs.xxHash ];
});
in
(prev.mpv-unwrapped.override { libplacebo = newLibplacebo; }).overrideAttrs (oa: rec {
version = "0.37.0";
src = prev.pkgs.fetchFromGitHub {
owner = "mpv-player";
repo = "mpv";
rev = "v${version}";
hash = "sha256-izAz9Iiam7tJAWIQkmn2cKOfoaog8oPKq4sOUtp1nvU=";
};
});
} |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/2979 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/mpv-player/mpv/releases/tag/v0.37.0
Notify maintainers
@AndersonTorres @fpletz @globin @Ma27 @tadeokondrak
Note for maintainers: Please tag this issue in your PR.
Priorities
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: