In case anyone wants to try LMS or Squeezelite on Alpine Linux, here are some directions for adding my repo and installing the packages. Right now, only x86_64 has both LMS and Squeezelite. Armel only has Squeezelite and it's an older version. I'm leaving the armel repo online but I'm not really updating it anymore since my experience with the circa 2011 Dell M300 wasn't that great. I had fun working on it with Ralphy's help but ultimately I decided to move on and picked up an x86_64 Dell/Wyse 5070 which has been awesome so far as my new home server (with LMS). I hope to add some arm packages also, for rpi4 and pi zero w, not sure when I'll get to it though.
Add the repo to the repositories file:
My public key is available here:
http://www.sodface.com/repo/sodface-pub-key.tar.gz
Extract to /etc/apk/keys/
Run apk update:
Install squeezelite:
Install LMS:
LMS consists of 5 packages, my plan is to only update the lms-nocpan package and leave the other four relatively static:
Let me know if you try it out or have any suggestions, thanks!
Add the repo to the repositories file:
Code:
$ cat /etc/apk/repositories
http://www.sodface.com/repo
http://www.sodface.com/repo/sodface-pub-key.tar.gz
Extract to /etc/apk/keys/
Code:
$ sudo tar xzvf sodface-pub-key.tar.gz -C /etc/apk/keys/
sod@sodface.com-5e51d361.rsa.pub
Code:
$ sudo apk update
Code:
$ sudo apk add squeezelite
Code:
$ sudo apk add lms
Code:
lms-8.0-r2.apk
lms-modules-8.0-r0.apk
lms-nocpan-8.0.0.1590233071-r0.apk
lms-openrc-8.0-r2.apk
lms-utils-8.0-r0.apk
squeezelite-1.9.7.1246-r0.apk
squeezelite-doc-1.9.7.1246-r0.apk
squeezelite-openrc-1.9.7.1246-r0.apk