2021-08-17 18:48:25 +02:00
|
|
|
# This file contains a list of package dependencies.
|
|
|
|
[common]
|
2021-09-09 16:40:03 +02:00
|
|
|
python3 = buster, bullseye, bionic, focal
|
|
|
|
python3-pip = buster, bullseye, bionic, focal
|
|
|
|
python3-venv = buster, bullseye, bionic, focal
|
2021-08-17 18:48:25 +02:00
|
|
|
|
|
|
|
[liquidsoap]
|
|
|
|
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
|
|
|
liquidsoap-plugin-alsa = bionic
|
|
|
|
liquidsoap-plugin-ao = bionic
|
|
|
|
liquidsoap-plugin-ogg = bionic
|
|
|
|
liquidsoap-plugin-portaudio = bionic
|
|
|
|
# Already recommended packages in bionic
|
|
|
|
# See `apt show liquidsoap`
|
|
|
|
; liquidsoap-plugin-faad = bionic
|
|
|
|
; liquidsoap-plugin-flac = bionic
|
|
|
|
; liquidsoap-plugin-icecast = bionic
|
|
|
|
; liquidsoap-plugin-lame = bionic
|
|
|
|
; liquidsoap-plugin-mad = bionic
|
|
|
|
; liquidsoap-plugin-pulseaudio = bionic
|
|
|
|
; liquidsoap-plugin-taglib = bionic
|
|
|
|
; liquidsoap-plugin-voaacenc = bionic
|
|
|
|
; liquidsoap-plugin-vorbis = bionic
|
2021-09-09 16:40:03 +02:00
|
|
|
liquidsoap = buster, bullseye, bionic, focal
|
2021-08-17 18:48:25 +02:00
|
|
|
|
2021-08-17 18:53:38 +02:00
|
|
|
[recorder]
|
2021-09-09 16:40:03 +02:00
|
|
|
ecasound = buster, bullseye, bionic, focal
|
2021-08-17 18:53:38 +02:00
|
|
|
|
2021-08-17 18:48:25 +02:00
|
|
|
[misc]
|
|
|
|
# Used by pypofetch to check if a file is open.
|
|
|
|
# TODO: consider using a python library
|
2021-09-09 16:40:03 +02:00
|
|
|
lsof = buster, bullseye, bionic, focal
|