9 buildOctavePackage rec {
13 src = fetchFromGitHub {
15 repo = "octave-video";
17 hash = "sha256-JFySAu/3lCnfuFMNGYPzX2MqhsRi1+IyJQBcKB9vCo0=";
24 propagatedBuildInputs = [
29 homepage = "https://octave.sourceforge.io/video/index.html";
30 license = with licenses; [ gpl3Plus bsd3 ];
31 maintainers = with maintainers; [ KarlJoad ];
32 description = "Wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG";