summarylogtreecommitdiffstats
path: root/webcamoid.install
blob: 6043fe73826351b3d5eb1913bdabc477019b9d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
post_install() {
    cat << EOF

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-*

Audio playback:

    - libpulse (RECOMMENDED)
    - alsa-lib
    - jack
    - qt5-multimedia

Virtual camera management:

    - kde-cli-tools (RECOMMENDED)
    - gksu
    - gtksu-git
    - kdesudo

EOF
}