mlt: add libexif, gtk2, fftw, libebur128, opencv4, and SDL2 dependencies

This enables more optional features. I'm not sure what the difference is
between mlt and mlt-qt5. I suppose both derivations should be kept in sync?
This commit is contained in:
Peter Simons 2020-09-27 17:05:35 +02:00
parent 71426f2cfa
commit 61616535b9

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, makeWrapper { stdenv, fetchFromGitHub, makeWrapper
, SDL, ffmpeg, frei0r, libjack2, libdv, libsamplerate , SDL, ffmpeg, frei0r, libjack2, libdv, libsamplerate, libexif
, libvorbis, libxml2, movit, pkgconfig, sox , libvorbis, libxml2, movit, pkgconfig, sox, fftw, opencv4, SDL2
, gtk2, genericUpdater, common-updater-scripts , gtk2, genericUpdater, common-updater-scripts, libebur128
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
SDL ffmpeg frei0r libjack2 libdv libsamplerate libvorbis libxml2 SDL ffmpeg frei0r libjack2 libdv libsamplerate libvorbis libxml2
makeWrapper movit pkgconfig sox makeWrapper movit pkgconfig sox libexif gtk2 fftw libebur128
gtk2 opencv4 SDL2
]; ];
# Mostly taken from: # Mostly taken from: