summarylogtreecommitdiffstats
path: root/webcamoid.install
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2016-12-03 23:59:26 -0300
committerGonzalo Exequiel Pedone2016-12-03 23:59:26 -0300
commit9b66398726d58a427b6d5442ecd1a670d6c68543 (patch)
tree44ca4d2fc7d25862a94c619b01dbaec810024800 /webcamoid.install
parent064e6acd37ee4ebc451722de94a722116f150da0 (diff)
downloadaur-9b66398726d58a427b6d5442ecd1a670d6c68543.tar.gz
Added options for selecting preferred libraries and frameworks.
Diffstat (limited to 'webcamoid.install')
-rw-r--r--webcamoid.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/webcamoid.install b/webcamoid.install
new file mode 100644
index 000000000000..29e9b636041c
--- /dev/null
+++ b/webcamoid.install
@@ -0,0 +1,13 @@
+post_install() {
+ cat << EOF
+
+Webcamoid requires at least one of the packages from each of the
+following groups to be installed for fully functioning.
+
+Codec frameworks:
+
+ - ffmpeg (RECOMMENDED)
+ - gst-plugins-base-libs
+
+ EOF
+}