Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-19 Thread Tobi
I have the package in my private repository for Debian/Jessie which should work for OSMC and guess also for the current raspbian. deb http://e-tobi.net/vdr-experimental jessie vdr-multipatch Tobias ___ vdr mailing list vdr@linuxtv.org http://www.linux

Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-19 Thread Matthias Lötzke
Hello Helmut, Helmut Auer wrote: > To track this down go to the v4l directory and execute: > > make -n links > > which will show: > echo creating symbolic links... > find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln > -sf --target-directory=. > find ../linux/sound -n

Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-19 Thread Joerg Bornkessel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 19.10.2015 um 08:25 schrieb tho...@reufer.ch: > Quoting Torgeir Veimo : > >> Do you know any rpi distro this one will be included in? Don't >> think it's included in raspian yet? > > There's an ebuild in the Gentoo portage tree and hopefully the >

Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-19 Thread Helmut Auer
Hello Matthias find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sfv --target-directory=. xargs: ln: Zu viele Ebenen aus symbolischen Links But I found a curious solution. It works when I echo the xargs output and pipe it into sh. So this patch resolves my problem