summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-07-17 19:22:11 -0400
committers7hoang2020-07-17 19:41:44 -0400
commitdfcca0524877339fba81bbdd5eb880a174cb21c9 (patch)
tree7259612da8ca4e847f618efdcfa330f344114e6c
parent8d934a666726afabd8e2d8e916e2a627dd08a41b (diff)
downloadaur-dfcca0524877339fba81bbdd5eb880a174cb21c9.tar.gz
Add Clarifying Comments For Bundled Anki Install Script
mplayer seems very extra.
-rw-r--r--install_anki_bundled.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install_anki_bundled.sh b/install_anki_bundled.sh
index 972a1593e6e8..7ada2672f48c 100644
--- a/install_anki_bundled.sh
+++ b/install_anki_bundled.sh
@@ -7,3 +7,9 @@ python-pyaudio python-requests python-decorator \
python-psutil python-distro python-markdown \
python-pyqt5 python-pyqtwebengine
sudo -u anki-sync-server sh tools/build_ui.sh #for aqt dependency
+
+# mplayer is not included because I thought it was a lot of extra dependencies
+# for functionality that seems very extra (video capability). If you need this
+# you can install that yourself with:
+#
+# sudo pacman -S --asdeps mplayer