3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #164858 from r-ryantm/auto-update/dav1d

This commit is contained in:
Sandro 2022-03-23 04:58:25 +01:00 committed by GitHub
commit f0717ed92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@ assert useVulkan -> withExamples;
stdenv.mkDerivation rec {
pname = "dav1d";
version = "0.9.2";
version = "1.0.0";
src = fetchFromGitLab {
domain = "code.videolan.org";
owner = "videolan";
repo = pname;
rev = version;
sha256 = "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl";
sha256 = "sha256-RVr7NFVxY+6MBD8NV7eMW8TEWuCgcfqpula1o1VZe0o=";
};
nativeBuildInputs = [ meson ninja nasm pkg-config ];
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
"-Denable_examples=${lib.boolToString withExamples}"
];
doCheck = true;
meta = with lib; {
description = "A cross-platform AV1 decoder focused on speed and correctness";
longDescription = ''