Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-19 Thread thomas

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 current  
version will be available soon.


Regards,
Thomas


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] rpihddevice plugin 1.0.0

2015-10-19 Thread Gerald Dachs

Am 2015-10-19 01:22, schrieb Torgeir Veimo:

Do you know any rpi distro this one will be included in? Don't think
it's included in raspian yet?


MLD: http://www.minidvblinux.de/

Gerald

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


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.linuxtv.org/cgi-bin/mailman/listinfo/vdr


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 -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf 
> --target-directory=.
> find ../linux/drivers/staging -name '*.[ch]' -type f -print0 | xargs -0n 255 
> ln -sf --target-directory=.
> find ../linux/drivers/misc -name '*.[ch]' -type f -print0 | xargs -0n 255 ln 
> -sf --target-directory=.
> 
> execute the find commands to see which one fails for further information use: 
> ln -sfv

All of them fail. Unfortunately adding -v does not provide any
additional information.


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:


--- media_build_experimental/v4l/Makefile  2015-10-19
21:59:34.0 +0200
+++ media_build_experimental-ml/v4l/Makefile   2015-10-19
22:11:20.0 +0200
@@ -262,10 +262,10 @@

 links::
@echo creating symbolic links...
-   @find ../linux/drivers/media -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
-   @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n
255 ln -sf --target-directory=.
-   @find ../linux/drivers/staging -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
-   @find ../linux/drivers/misc -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
+   @find ../linux/drivers/media -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh
+   @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n
255 echo ln -sf --target-directory=. | sh
+   @find ../linux/drivers/staging -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh
+   @find ../linux/drivers/misc -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh

 config-compat.h:: $(obj)/.version .myconfig scripts/make_config_compat.pl
perl scripts/make_config_compat.pl $(SRCDIR) $(obj)/.myconfig
$(obj)/config-compat.h


This is strange. Anyhow my VDR is up and running again.
Thanks for providing me a starting point to look at.


Best regards

Matthias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


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
> current version will be available soon.
> 
The Time should be right for this ;)
Is the needed vdr patch testet with the latest vdr-2.3.1 developer
version?
Or need it some adaptions?
short yes/no will help me to save my time with experiments...

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: added by hd_bru...@gentoo.org

iEYEARECAAYFAlYlaI0ACgkQdn07HTTCgIoQpQCfTBlQdiYOdsOLZdxYakQ6USlo
7wEAnjtI+7nX3r9At/LXSj9HROe4SM9L
=jHI4
-END PGP SIGNATURE-

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr