manim: use ffmpeg instead of ffmpeg_3
This commit is contained in:
parent
00019c6847
commit
0cd34b70ea
|
@ -1,5 +1,5 @@
|
||||||
{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder, file, fetchpatch
|
{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder, file, fetchpatch
|
||||||
, cairo, ffmpeg_3, sox, xdg-utils, texlive
|
, cairo, ffmpeg, sox, xdg-utils, texlive
|
||||||
, colour, numpy, pillow, progressbar, scipy, tqdm, opencv , pycairo, pydub
|
, colour, numpy, pillow, progressbar, scipy, tqdm, opencv , pycairo, pydub
|
||||||
, pbr, fetchPypi
|
, pbr, fetchPypi
|
||||||
}:
|
}:
|
||||||
|
@ -28,14 +28,14 @@ buildPythonApplication rec {
|
||||||
pycairo
|
pycairo
|
||||||
pydub
|
pydub
|
||||||
|
|
||||||
cairo sox ffmpeg_3 xdg-utils
|
cairo sox ffmpeg xdg-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
# Test with texlive to see whether it works but don't propagate
|
# Test with texlive to see whether it works but don't propagate
|
||||||
# because it's huge and optional
|
# because it's huge and optional
|
||||||
# TODO: Use smaller TexLive distribution
|
# TODO: Use smaller TexLive distribution
|
||||||
# Doesn't need everything but it's hard to figure out what it needs
|
# Doesn't need everything but it's hard to figure out what it needs
|
||||||
checkInputs = [ cairo sox ffmpeg_3 xdg-utils texlive.combined.scheme-full ];
|
checkInputs = [ cairo sox ffmpeg xdg-utils texlive.combined.scheme-full ];
|
||||||
|
|
||||||
# Simple test and complex test with LaTeX
|
# Simple test and complex test with LaTeX
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue