Releases: joerg-krause/librespot
Releases · joerg-krause/librespot
librespot for ARMv5 (v2016.07.01)
Binary release of librespot for the ARMv5TE target, build with the musl C library.
Fixes: close ALSA stream on stop [ea0fe73]
librespot for ARMv5 (v2016.05.15)
Binary release of librespot for the ARMv5TE target, build with the musl C library:
$ file librespot
librespot: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-arm.so.1, stripped
Built-in features:
- ALSA
- Tremor
- Device discovery
Needed libraries:
$ arm-linux-readelf -d librespot | grep NEEDED
0x00000001 (NEEDED) Shared library: [libdns_sd.so.1]
0x00000001 (NEEDED) Shared library: [libc.so]
0x00000001 (NEEDED) Shared library: [libasound.so.2]
0x00000001 (NEEDED) Shared library: [libogg.so.0]
0x00000001 (NEEDED) Shared library: [libgcc_s.so.1]