20 lines
500 B
YAML
20 lines
500 B
YAML
compose:
|
|
modules:
|
|
- audacity:stable
|
|
flatpak:
|
|
id: org.audacityteam.Audacity
|
|
branch: stable
|
|
command: audacity
|
|
rename-appdata-file: audacity.appdata.xml
|
|
rename-desktop-file: audacity.desktop
|
|
rename-icon: audacity
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--share=network
|
|
--socket=pulseaudio
|
|
--device=all
|
|
--filesystem=host
|
|
--filesystem=/tmp
|
|
--env=ALSA_CONFIG_PATH=
|
|
--filesystem=xdg-run/pipewire-0
|