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.

devcontainer: install cmake and flatpak

+5 -3
+5 -3
.devcontainer/Dockerfile
··· 1 - FROM rust:1.81-bookworm 1 + FROM rust:1.83-bookworm 2 2 3 3 RUN apt-get update && apt-get install -y apt-utils && \ 4 4 apt-get install -y build-essential \ ··· 12 12 git \ 13 13 protobuf-compiler \ 14 14 locales \ 15 - vim 15 + vim \ 16 + cmake \ 17 + flatpak 16 18 17 19 RUN locale-gen en_US.UTF-8 18 20 ··· 34 36 35 37 ENV PATH=/root/.bun/bin:$PATH 36 38 37 - RUN pkgx install node protoc buf 39 + RUN pkgx install node protoc buf deno 38 40 39 41 ENV LANG=en_US.UTF-8 40 42