mlt: Add rubberband support

This commit is contained in:
Manuel Bärenz 2022-11-17 18:56:16 +01:00 committed by Manuel Bärenz
parent edf9128c17
commit 0676b5af69
2 changed files with 4 additions and 2 deletions

View File

@ -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 ]

View File

@ -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 ];