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.

Link Security framework on macOS

Add Security.framework to the Zig root module to resolve missing
symbol/linker errors when using macOS Security APIs

+1
+1
zig/build.zig
··· 95 95 exe.root_module.addLibraryPath(.{ .cwd_relative = "/usr/local/lib" }); 96 96 } 97 97 exe.root_module.linkFramework("CoreFoundation", .{}); 98 + exe.root_module.linkFramework("Security", .{}); 98 99 } 99 100 100 101 if (target.result.os.tag == .linux) {