Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-10 Thread Michael Stepanov
Tried to replace include/vdr and include/libsi by headers from the vdr-dev in the Makefile: include-dir: [EMAIL PROTECTED] -p include/vdr -@(cd include/vdr; for i in ../../*.h; do ln -fs $$i .; done) [EMAIL PROTECTED] -p include/libsi -@(cd include/libsi; for i in ../../libsi/*.h; do ln -fs $$i

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-08 Thread Michael Stepanov
Thanks a lot, Clemens, for your reply. This is my mistake that I didn't explain clearly what actually I need. I use LinuxMCE (http://linuxmce.com) with integrated VDR 1.6.0. I have just VDR headers and binary. So, I can easily build any plugins which have debian patch using dpkg-buildpackage. In

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-08 Thread Dieter Hametner
Hello On Monday, 8. September 2008 Michael Stepanov wrote: Thanks a lot, Clemens, for your reply. This is my mistake that I didn't explain clearly what actually I need. I use LinuxMCE (http://linuxmce.com) with integrated VDR 1.6.0. I have just VDR headers and binary. So, I can easily build

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-08 Thread Dieter Hametner
Hi Michael On Monday, 8. September 2008 Michael Stepanov wrote: 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

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-08 Thread Michael Stepanov
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

[vdr] Build plugin with different headers then in VDR distribution

2008-09-07 Thread Michael Stepanov
Hi, I need to have a possibility to build VDR plugins using headers which are different then in VDR distribution. Does somebody knows how to do it? Thanks in advance. -- Cheers, Michael ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-07 Thread Clemens Kirchgatterer
Michael Stepanov [EMAIL PROTECTED] wrote: I need to have a possibility to build VDR plugins using headers which are different then in VDR distribution. what does VDR distribution mean? the vdr source code? what are you trying to achieve? i guess you have to download the desired vdr version,

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-07 Thread Michael Stepanov
On Sun, Sep 7, 2008 at 9:26 PM, Clemens Kirchgatterer [EMAIL PROTECTED]wrote: Michael Stepanov [EMAIL PROTECTED] wrote: I need to have a possibility to build VDR plugins using headers which are different then in VDR distribution. what does VDR distribution mean? the vdr source code? what

Re: [vdr] Build plugin with different headers then in VDR distribution

2008-09-07 Thread Clemens Kirchgatterer
Michael Stepanov [EMAIL PROTECTED] wrote: what does VDR distribution mean? the vdr source code? what are you trying to achieve? i guess you have to download the desired vdr version, copy your plugins into its PLUGINS/src directory and compile them as usual. Yes, I mean VDR sources. I