Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-06-06 Thread Michael Herger
Does it work with jivelite on other platforms? Perhaps instrument copyResampled and see if it it returning at the BytesPerPixel check. Bingo: the source's BytesPerPixel is only 2. -- Michael ___ unix mailing list unix@lists.slimdevices.com

Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-06-06 Thread mherger
I speak more latin than I do speak C. But that's my best guess: Code: diff --git a/src/resize.c b/src/resize.c index 9bf6f34..41f7605 100644 --- a/src/resize.c +++ b/src/resize.c @@ -71,7 +71,11 @@ void copyResampled (SDL_Surface *dst, SDL_Surface *src, int x,

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-06-06 Thread kesey
Triode, I tried to install on a new micro SD Card as per the script on post #27, and get the following when I try to install LMS with ./soa-install-lms.sh == Making package: logitechmediaserver 7.8.0-1 (Fri Jun 6 13:22:02 IST 2014) == Checking runtime dependencies... == Installing missing

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-06-06 Thread albertone74
kesey wrote: Triode, I tried to install on a new micro SD Card as per the script on post #27, and get the following when I try to install LMS with ./soa-install-lms.sh == Making package: logitechmediaserver 7.8.0-1 (Fri Jun 6 13:22:02 IST 2014) == Checking runtime dependencies... ==

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-06-06 Thread Triode
albertone74 wrote: Same issue here. I didn't get these error messages the first time I installed the LMS by using the first script to create the OS image. Thanks. Arch has upated to perl 5.20. It will need an update to to the LMS build file.

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-06-06 Thread Michael Herger
Arch has upated to perl 5.20. It will need an update to to the LMS build file. Just when I wanted to ask you how you dealt with this in your distribution :-). Did you see that other thread on the topic?