Home: Branches in this repository - mwilck/Audiveris-flatpak GitHub Wiki
Base branches
The branches contain no Java dependencies and no tesseract language files. Both are required to build the Audiveris flatpak packages. See README.md for instructions how to bootstrap them.
scripts
: base branch containing just the scripts and templates, for openJDK11 (Audiveris 5.2.4 andmaster
branch)scripts-17
: base branch containing just the scripts and templates, for openJDK17 (Auer diveris 5.2.5 anddevelopment
branch)
Ready-to-build branches
These branches have been created from the base branches for different Audiveris code bases. They are ready for building: Java dependencies and Tesseract trained data for English, German, French, and Italian have been added. A simple flatpak-builder
command should create the package for the respective version.
b5.2.4
: for building Audiveris 5.2.4b5.2.5
: for building Audiveris 5.2.5development
: for building the current development branch of Audiveris (5.3 alpha)master
: for building the master branch of Audiveris.