A modern, network-enabled music player platform built on Rockbox technology. rockboxd.tsiry-sandratraina.com
rust deno navidrome airplay libadwaita zig mpris snapcast mpd rockbox audio subsonic
2

Configure Feed

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

deps: notify 8.2.0 to drop mio 0.8.11 (NetBSD build fix)

rockbox-library used notify 6.1.1, which pulls mio 0.8.11. mio 0.8's
kqueue code types the kevent udata field as intptr_t on NetBSD, clashing
with libc's *mut c_void, so it fails to compile there. notify 8.2.0 uses
mio 1.2.1 (fixed) + the kqueue crate, so rockbox-cli/rockbox-server now
resolve to mio 1.2.1 only.

notify 8 requires walkdir ^2.4, which the deno submodule pinned to
=2.3.2; the submodule is bumped to =2.5.0 (pushed to rockbox-deno main)
and its pointer updated here.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

No differences found between the selected revisions.