<div dir="ltr">Thanks a lot, Dieter, for your solution. It seems very useful. Especially when VDR installed from the package and not from the sources. But I don't understand clearly how to run your script? What parameters should be passed there? Just keyword plugins? And where in should be run? From the building pluguns directory?<br>
<br><div class="gmail_quote">On Mon, Sep 8, 2008 at 1:57 PM, Dieter Hametner <span dir="ltr"><<a href="mailto:dh%2Bvdr@gekrumbel.de">dh+vdr@gekrumbel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<br>
<div class="Ih2E3d"><br>
</div>I started my contribution to the development of the LIVE plugin without<br>
installed vdr sources.<br>
<br>
I installed the "vdr-dev" package from e-tobi debian repository and used<br>
the following script to build the binary of the plugin.<br>
<br>
'libvdr-live.so.1.6.0' is created in the .libs subdirectory then. Of course<br>
the binary had to be copied into the right installation path afterwards.<br>
----------------------------<br>
#!/bin/sh<br>
<br>
# check if this are live sources<br>
# (there is an extra live subdir in the sources)<br>
[ -d live ] || exit 0<br>
<br>
mkdir -p .libs<br>
VDRDIR=/usr/include/vdr LIBDIR=.libs make $*<br>
----------------------------<br>
<br>
Kind regards<br>
Dieter Hametner<br>
<font color="#888888"><br>
--<br>
Dieter Hametner dh (plus) vdr (at) gekrumbel (dot) de<br>
live plugin developer <a href="http://live.vdr-developer.org" target="_blank">http://live.vdr-developer.org</a><br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
vdr mailing list<br>
<a href="mailto:vdr@linuxtv.org">vdr@linuxtv.org</a><br>
<a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr" target="_blank">http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Michael<br>
</div>