Changelog
2022-07-28: Removed Haiku, Slackware, and Alpine. We'll have to look at those another time (Haiku will not be until very later, however).
Saucedacity could be packaged and distributed on a numerous amount of platforms. Of course, we focus on 2 main platforms: Windows and Linux. However, it could be a good opportunity to bring Saucedacity to platforms that either 1) need an audio editor or 2) need a modern audio editor (namely being an alternative to Audacity).
Proposed OSes
This list is to be expanded in the mean time, and it might seem surprising (with the way the list is currently):
- Flatpak - We can publish our flatpak to Flathub
- Arch Linux (AUR), as suggested by some.
- Maybe OpenIndiana
Help Wanted
I know that should Saucedacity be working on any platforms on the list above, it'll add to my tasks with Saucedacity, of which I already have enough to do right now. Therefore, I would like to put out a "Help Wanted" sign to anyone who might be interested. If you have experience with packaging, your skills will be especially useful to Saucedacity (and particularly to this issue).
Status
AUR: Researching
Flatpak: Researching. We might be eyeing Tenacity.
OpenIndiana: In progress
Notes on Building
AUR
- Might add some PKGBUILDS.
Flatpak
- Currently eyeing Tenacity's flatpak builds. Comment below if you think this is a good idea.
OpenIndiana
- Building with Conan fails due to Conan executing
make -j<n>
(e.g. make -j6
), which OpenIndiana's make
does not like.
- Building without Conan is currently in the works. I am attempting to find development packages for the different required libraries (right now zlib)