Skip to content

Commit 6dd8bca

Browse files
committed
32956: remove ffmpeg and imagemagick from _recommended/distros/*.txt files
1 parent d8f707c commit 6dd8bca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/_recommended/distros/debian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dvipng
1313
# to run the Jmol 3D viewer from the console and generate images for 3D plots in the documentation
1414
default-jdk
1515
# to produce animations
16-
ffmpeg
16+
# ffmpeg -- this is a separate script package
1717
libavdevice-dev
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# To convert Jupyter notebooks to pdf:
22
# pandoc -- this is a separate script package
33
# To produce animations:
4-
ffmpeg
5-
imagemagick
4+
# ffmpeg -- this is a separate script package
5+
# imagemagick -- this is a separate script package
66
# Homebrew's texinfo can be used to build the info files for ecl and
77
# maxima but the OS X default version of texinfo cannot.
88
texinfo
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# To convert Jupyter notebooks to pdf:
22
# pandoc -- this is a separate script package
33
# To produce animations:
4-
ffmpeg
5-
imagemagick
4+
# ffmpeg -- this is a separate script package
5+
# imagemagick -- this is a separate script package
66
# MacPorts's texinfo can be used to build the info files for ecl and
77
# maxima but the OS X default version of texinfo cannot.
88
texinfo

0 commit comments

Comments
 (0)