A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 34 lines 1.3 kB view raw
1 __________ __ ___. 2 Open \______ \ ____ ____ | | _\_ |__ _______ ___ 3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / 4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 \/ \/ \/ \/ \/ 7 8 This directory the scripts used to create release artifacts. All 9 generated data is stored in an output directory (called "output"). 10 11 All of these scripts take two arguments; the git tag and the version string. 12 13 NOTE that these scripts assume that you have the necessary compilers already 14 present in your PATH. 15 16 The scripts: 17 18 bins.pl Builds all the binary rockbox zip files 19 manuals.pl Builds all manuals (pdf and html-zip) 20 sources.sh Builds the source tarball 21 voices.pl Builds all "complete enough" voice files 22 23 Only "stable" targets, their manuals, and a selection of voice files are built; 24 these are designated in tools/builds.pm 25 26 Example: 27 28 tools/release/sources.sh v3.15-final 3.15 29 30 Other notes: 31 32 * Update www/tools/dailybuild-voices.pl file to add the release target 33 voice list! 34 * Update release target in tools/builds.pm