36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
flatpak:
|
|
id: com.github.wwmm.easyeffects
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- easyeffects
|
|
command: easyeffects
|
|
add-extensions:
|
|
org.fedoraproject.LinuxAudio.Plugins:
|
|
directory: extensions/Plugins
|
|
version: f44
|
|
add-ld-path: lib64
|
|
merge-dirs: lv2
|
|
subdirectories: true
|
|
no-autodownload: true
|
|
# these plugins are specifically used, download them automatically
|
|
org.fedoraproject.LinuxAudio.Plugins.Calf:
|
|
directory: extensions/Plugins/Calf
|
|
version: f44
|
|
org.fedoraproject.LinuxAudio.Plugins.LSP:
|
|
directory: extensions/Plugins/LSP
|
|
version: f44
|
|
org.fedoraproject.LinuxAudio.Plugins.MDA:
|
|
directory: extensions/Plugins/MDA
|
|
version: f44
|
|
org.fedoraproject.LinuxAudio.Plugins.ZamPlugins:
|
|
directory: extensions/Plugins/ZamPlugins
|
|
version: f44
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=xdg-run/pipewire-0:ro
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--env=LV2_PATH=/app/extensions/Plugins/lv2:/app/lib64/lv2:/usr/lib64/lv2
|