Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2013-03-12 Thread Joerg Bornkessel
That issue was fixed in version 0.3.1. Are there any further changes that are required for VDR 2.0.0? rotorng-0.3.1 - still relies on the old Makefile this is easy to fix, copy the Makefile from dvbhddevice adapt the line PLUGIN and OBJS, thats all no backwards crap, no worrys :) depend the

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2013-02-20 Thread Morfsta
On Tue, Feb 19, 2013 at 5:03 PM, YUP yupad...@gmail.com wrote: Hey Morfsta, Vdr 2.0.0 is coming, it's time to update your plugin. BTW, take a look into this issue http://projects.vdr-developer.org/issues/740 . The same error I discovered when compiled against vdr-1.7.38. Regards, Yarema

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2013-02-19 Thread YUP
Hey Morfsta, Vdr 2.0.0 is coming, it's time to update your plugin. BTW, take a look into this issue http://projects.vdr-developer.org/issues/740 . The same error I discovered when compiled against vdr-1.7.38. Regards, Yarema 2012/10/27 Lars Hanisch d...@flensrocker.de Hi, Am 26.10.2012

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-26 Thread Lars Hanisch
Hi, Am 25.10.2012 19:44, schrieb Morfsta: On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch d...@flensrocker.de wrote: You've forgotten the wrap the definition of ChannelSwitch into #if's: --- a/rotorng.c +++ b/rotorng.c @@ -333,7 +333,11 @@ int last_position_shown; bool transfer;

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-26 Thread Morfsta
On Fri, Oct 26, 2012 at 7:59 AM, Lars Hanisch d...@flensrocker.de wrote: There are two places: one in the class definition and one a few lines below that. Just search for ChannelSwitch... :) Line 336 and line 347. Oops. Thanks for the help, I'll update and release a fixed version. Thanks

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-26 Thread Morfsta
Okay, updated version (0.3.1) has been uploaded to the VDR Projects site. I have also fixed all the compilation warnings (at last)! Thanks ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Lars Hanisch
Hi, Am 25.10.2012 17:23, schrieb Morfsta: The third version of my plugin rotorng has been released here: - http://projects.vdr-developer.org/projects/plg-rotor-ng/files This plugin allows you to steer a disecq 1.1 rotor, find satellites with a signal meter and to store them at given

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Lars Hanisch
Hi, Am 25.10.2012 17:23, schrieb Morfsta: The third version of my plugin rotorng has been released here: - http://projects.vdr-developer.org/projects/plg-rotor-ng/files This plugin allows you to steer a disecq 1.1 rotor, find satellites with a signal meter and to store them at given

Re: [vdr] [ANNOUNCE] vdr-rotorng-0.3

2012-10-25 Thread Morfsta
On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch d...@flensrocker.de wrote: You've forgotten the wrap the definition of ChannelSwitch into #if's: --- a/rotorng.c +++ b/rotorng.c @@ -333,7 +333,11 @@ int last_position_shown; bool transfer; protected: +#if VDRVERSNUM = 10726