Unverified Commit b4edb67e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

libsForQt5.kimageformats: provide dav1d, libaom and libyuv

parent a5b2fe73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  mkDerivation, lib,
  extra-cmake-modules,
  ilmbase, karchive, openexr, libavif, libheif, libjxl, libraw, qtbase
  ilmbase, karchive, openexr, dav1d, libaom, libavif, libheif, libjxl, libraw, libyuv, qtbase
}:

let inherit (lib) getDev; in
@@ -10,7 +10,7 @@ mkDerivation {
  pname = "kimageformats";

  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ karchive openexr libavif libheif libjxl libraw qtbase ];
  buildInputs = [ karchive openexr libaom libavif dav1d libheif libjxl libraw libyuv qtbase ];
  outputs = [ "out" ]; # plugins only
  CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
  cmakeFlags = [