summarylogtreecommitdiffstats
path: root/webcamoid.install
diff options
context:
space:
mode:
Diffstat (limited to 'webcamoid.install')
-rw-r--r--webcamoid.install14
1 files changed, 13 insertions, 1 deletions
diff --git a/webcamoid.install b/webcamoid.install
index 29e9b636041c..74924ff196bb 100644
--- a/webcamoid.install
+++ b/webcamoid.install
@@ -4,10 +4,22 @@ post_install() {
Webcamoid requires at least one of the packages from each of the
following groups to be installed for fully functioning.
+Capture backend:
+
+ - v4l-utils (RECOMMENDED)
+ - libuvc-git
+
Codec frameworks:
- ffmpeg (RECOMMENDED)
- - gst-plugins-base-libs
+ - gst-plugins-*
+
+Audio playback:
+
+ - libpulse (RECOMMENDED)
+ - alsa-lib
+ - openal
+ - jack
EOF
}