ralphy wrote: 
> 
> I have alpine linux running on a dockstar 

Awesome.

ralphy wrote: 
> 
> Could you provide squeezelite and prerequisites packages? That will give
> me something usefull to test with until the repo is ready.

I think I have a partial repo ready, and by partial I just mean
everything I have built but not everything that's in the normal Alpine
repos.  It took me a bit to figure out a script to re-sign a lot of
packages so they are all under one key without having to recompile them.
I think I have it sorted.

Add the repo:

Code:
--------------------
    
  m300-01:~$ 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:
--------------------
    
  m300-01:~$ sudo tar xzvf sodface-pub-key.tar.gz -C /etc/apk/keys/
  s...@sodface.com-5e51d361.rsa.pub
  
--------------------


Run apk update:

Code:
--------------------
    
  m300-01:~$ sudo apk update
  fetch http://www.sodface.com/repo/armel/APKINDEX.tar.gz
  main  [http://www.sodface.com/repo]
  OK: 501 distinct packages available
  
--------------------


Install squeezelite:

Code:
--------------------
    
  m300-01:~$ sudo apk add squeezelite
  (1/14) Installing rsync-openrc (3.1.3-r2)
  (2/14) Installing libgcc (9.2.0-r3)
  (3/14) Installing libogg (1.3.4-r0)
  (4/14) Installing libstdc++ (9.2.0-r3)
  (5/14) Installing flac (1.3.3-r0)
  (6/14) Installing alsa-lib (1.2.2-r0)
  (7/14) Installing faad2-libs (2.9.1-r0)
  (8/14) Installing faad2 (2.9.1-r0)
  (9/14) Installing mpg123-libs (1.25.13-r0)
  (10/14) Installing mpg123 (1.25.13-r0)
  (11/14) Installing libvorbis (1.3.6-r2)
  (12/14) Installing libmad (0.15.1b-r9)
  (13/14) Installing squeezelite (1.9.6.1210-r0)
  Executing squeezelite-1.9.6.1210-r0.pre-install
  (14/14) Installing squeezelite-openrc (1.9.6.1210-r0)
  OK: 30 MiB in 57 packages
  
--------------------


I know you know all this ralphy but just in case someone else is
following the thread and just to show that I tested it at least once! 
Please let me know how it works for you.


------------------------------------------------------------------------
sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=111730

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to