mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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:
parent
71426f2cfa
commit
61616535b9
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, makeWrapper
|
||||
, SDL, ffmpeg, frei0r, libjack2, libdv, libsamplerate
|
||||
, libvorbis, libxml2, movit, pkgconfig, sox
|
||||
, gtk2, genericUpdater, common-updater-scripts
|
||||
, SDL, ffmpeg, frei0r, libjack2, libdv, libsamplerate, libexif
|
||||
, libvorbis, libxml2, movit, pkgconfig, sox, fftw, opencv4, SDL2
|
||||
, gtk2, genericUpdater, common-updater-scripts, libebur128
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
SDL ffmpeg frei0r libjack2 libdv libsamplerate libvorbis libxml2
|
||||
makeWrapper movit pkgconfig sox
|
||||
gtk2
|
||||
makeWrapper movit pkgconfig sox libexif gtk2 fftw libebur128
|
||||
opencv4 SDL2
|
||||
];
|
||||
|
||||
# Mostly taken from:
|
||||
|
Loading…
Reference in New Issue
Block a user