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
|
{ lib, stdenv, fetchFromGitHub, makeWrapper
|
||||||
, SDL, ffmpeg_4, frei0r, libjack2, libdv, libsamplerate, libexif
|
, SDL, ffmpeg_4, frei0r, libjack2, libdv, libsamplerate, libexif
|
||||||
, libvorbis, libxml2, movit, pkg-config, sox, fftw, opencv4, SDL2
|
, libvorbis, libxml2, movit, pkg-config, sox, fftw, opencv4, SDL2
|
||||||
, gtk2, gitUpdater, libebur128
|
, gtk2, gitUpdater, libebur128, rubberband
|
||||||
, jack2, ladspa-sdk, swig, which, ncurses
|
, jack2, ladspa-sdk, swig, which, ncurses
|
||||||
, enablePython ? false, python3
|
, enablePython ? false, python3
|
||||||
}:
|
}:
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL ffmpeg_4 frei0r libjack2 libdv libsamplerate libvorbis libxml2.dev
|
SDL ffmpeg_4 frei0r libjack2 libdv libsamplerate libvorbis libxml2.dev
|
||||||
movit sox libexif gtk2 fftw libebur128 opencv4 SDL2 jack2
|
movit sox libexif gtk2 fftw libebur128 opencv4 SDL2 jack2
|
||||||
ladspa-sdk
|
ladspa-sdk rubberband
|
||||||
] ++ lib.optional enablePython ncurses;
|
] ++ lib.optional enablePython ncurses;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper which ]
|
nativeBuildInputs = [ pkg-config makeWrapper which ]
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
, ladspa-sdk
|
, ladspa-sdk
|
||||||
, gitUpdater
|
, gitUpdater
|
||||||
, ladspaPlugins
|
, ladspaPlugins
|
||||||
|
, rubberband
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
|
@ -53,6 +54,7 @@ mkDerivation rec {
|
||||||
opencv3
|
opencv3
|
||||||
ladspa-sdk
|
ladspa-sdk
|
||||||
ladspaPlugins
|
ladspaPlugins
|
||||||
|
rubberband
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake which pkg-config ];
|
nativeBuildInputs = [ cmake which pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue