mlt: Add rubberband support
This commit is contained in:
parent
edf9128c17
commit
0676b5af69
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitHub, makeWrapper
|
||||
, SDL, ffmpeg_4, frei0r, libjack2, libdv, libsamplerate, libexif
|
||||
, libvorbis, libxml2, movit, pkg-config, sox, fftw, opencv4, SDL2
|
||||
, gtk2, gitUpdater, libebur128
|
||||
, gtk2, gitUpdater, libebur128, rubberband
|
||||
, jack2, ladspa-sdk, swig, which, ncurses
|
||||
, enablePython ? false, python3
|
||||
}:
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
SDL ffmpeg_4 frei0r libjack2 libdv libsamplerate libvorbis libxml2.dev
|
||||
movit sox libexif gtk2 fftw libebur128 opencv4 SDL2 jack2
|
||||
ladspa-sdk
|
||||
ladspa-sdk rubberband
|
||||
] ++ lib.optional enablePython ncurses;
|
||||
|
||||
nativeBuildInputs = [ pkg-config makeWrapper which ]
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
, ladspa-sdk
|
||||
, gitUpdater
|
||||
, ladspaPlugins
|
||||
, rubberband
|
||||
, mkDerivation
|
||||
, which
|
||||
}:
|
||||
|
@ -53,6 +54,7 @@ mkDerivation rec {
|
|||
opencv3
|
||||
ladspa-sdk
|
||||
ladspaPlugins
|
||||
rubberband
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake which pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue