Commit 0676b5af authored by Manuel Bärenz's avatar Manuel Bärenz Committed by Manuel Bärenz
Browse files

mlt: Add rubberband support

parent edf9128c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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 ]
+2 −0
Original line number Diff line number Diff line
@@ -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 ];