dsdreamer wrote: 
> The following script must be run in the same directory as was used for
> the CPAN build script above. It depends on having a ./slimserver-vendor
> directory with a successfully built
> arm-linux-gnueabihf-thread-multi-64int shared object file set. 
> > 
Code:
--------------------
  >   > 
  > #!/bin/bash
  > thisdir=`pwd`
  > if [ ! -f ./logitechmediaserver-7.8.0-noCPAN.tgz ]
  > then
  > wget 
http://downloads.slimdevices.com/LogitechMediaServer_v7.8.0/logitechmediaserver-7.8.0-noCPAN.tgz
  > fi
  > if [ ! -d ./logitechmediaserver-7.8.0-noCPAN ]
  > then
  > tar xf logitechmediaserver-7.8.0-noCPAN.tgz 
  > fi
  > cd logitechmediaserver-7.8.0-noCPAN/CPAN/
  > cp -r 
$thisdir/slimserver-vendor/CPAN/build/5.14/lib/perl5/arm-linux-gnueabihf-thread-multi-64int/*
 .
  > cd ./arch
  > cp -r $thisdir/slimserver-vendor/CPAN/build/arch/* .
  > cd ..
  > rm -rf ./auto
  > cd .. 
  > patch -p1 < $thisdir/0001-lms-server-DSD.patch
  > patch -p1 < $thisdir/0002-lms-server-aiff-non-transcode.patch
  > patch modules.conf < $thisdir/modules.patch
  > cd $thisdir
  > git clone https://github.com/SqueezeOnArch/dsdplay.git
  > cd dsdplay/
  > cd src/
  > make
  > cd build/
  > cp -v dsdplay $thisdir/logitechmediaserver-7.8.0-noCPAN/Bin 
  > cp -v $thisdir/dsdplay/src/doc/custom-convert.conf 
$thisdir/logitechmediaserver-7.8.0-noCPAN/
  > 
--------------------
> > 
> The attached patches are intended to enable DSD support, and allow LMS
> to use the Audio-Scan-0.95 version that results from the build
> procedure I outlined in the previous post.
Thanks -this is very interesting. Apologies if I am asking dumb
questions (I am very new to linux) but is the idea that one can execute
by 
a)simply executing the commands in your first post line by line. -Where
do the patches need to be? 
b) then executing the script in your second post

Is there a way of turning your build into a .deb package as I notice
that someone did with the 64bit perl 5.20 version of LMS

That said the standard debian image used for Cubox-i is jessie and I
think it may be using 5.18 I think the image was made in July and so
hasn't gone to 5.20, but I suspect it won;t work with 5.14


------------------------------------------------------------------------
adamdea's Profile: http://forums.slimdevices.com/member.php?userid=37603
View this thread: http://forums.slimdevices.com/showthread.php?t=102075

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to