mod-audio / mod-desktop

MOD Audio for the desktop
https://mod.audio/
GNU Affero General Public License v3.0
169 stars 9 forks source link

I would like to help with the flatpak packaging #53

Open billyblackburn opened 8 months ago

billyblackburn commented 8 months ago

I would like to help with the flatpak packaging

falkTX commented 8 months ago

that's great! do you have previous experience with flatpak?

the builder needs to have Qt5 as dep, others too but lets start with just Qt as that is the biggest dep.

for runtime it needs to allow wayland/x11 plus pipewire and direct alsa audio. then for handling files it only needs to be able to write to its own folder

best approach here would be to add a flatpak-build step through CI (github actions) so we can verify early that build works and also when we break it by mistake. are you able to open a pull request for this?