Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

revert accidental commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17823 a1c6a512-1295-4272-9138-f99709370657

+2 -2
+2 -2
tools/rockboxdev.sh
··· 2 2 3 3 # this is where this script will store downloaded files and check for already 4 4 # downloaded files 5 - dlwhere="/usr/tmp/rbdev-dl" 5 + dlwhere="/tmp/rbdev-dl" 6 6 7 7 # will append the target string to the prefix dir mentioned here 8 8 # Note that the user running this script must be able to do make install in ··· 12 12 13 13 # This directory is used to extract all files and to build everything in. It 14 14 # must not exist before this script is invoked (as a security measure). 15 - builddir="/usr/tmp/rbdev-build" 15 + builddir="/tmp/rbdev-build" 16 16 17 17 # This script needs to use GNU Make. On Linux systems, GNU Make is invoked 18 18 # by running the "make" command, on most BSD systems, GNU Make is invoked