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).
Add the repo to the repositories file:
Code:
--------------------
$ cat /etc/apk/repositories
http://www.sodface.com/repo
--------------------
My public key is available here:
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/
[email protected]
--------------------
Run apk update:
Code:
--------------------
$ sudo apk update
--------------------
Install squeezelite:
Code:
--------------------
$ sudo apk add squeezelite
--------------------
Install LMS:
Code:
--------------------
$ sudo apk add lms
--------------------
LMS consists of 4 packages, my plan is to only update the lms-nocpan
package and leave the other three relatively static:
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
--------------------
Let me know if you try it out or have any suggestions, thanks!
------------------------------------------------------------------------
sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=112276
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix