Merge pull request #235259 from risicle/ris-dav1d-passthru-tests
dav1d: add some key reverse dependencies to `passthru.tests`
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
, withTools ? false # "dav1d" binary
|
, withTools ? false # "dav1d" binary
|
||||||
, withExamples ? false, SDL2 # "dav1dplay" binary
|
, withExamples ? false, SDL2 # "dav1dplay" binary
|
||||||
, useVulkan ? false, libplacebo, vulkan-loader, vulkan-headers
|
, useVulkan ? false, libplacebo, vulkan-loader, vulkan-headers
|
||||||
|
|
||||||
|
# for passthru.tests
|
||||||
|
, ffmpeg
|
||||||
|
, gdal
|
||||||
|
, handbrake
|
||||||
|
, libavif
|
||||||
|
, libheif
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert useVulkan -> withExamples;
|
assert useVulkan -> withExamples;
|
||||||
@@ -34,6 +41,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit
|
||||||
|
ffmpeg
|
||||||
|
gdal
|
||||||
|
handbrake
|
||||||
|
libavif
|
||||||
|
libheif;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A cross-platform AV1 decoder focused on speed and correctness";
|
description = "A cross-platform AV1 decoder focused on speed and correctness";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user