List of failed plugins for vdr-1.5.7

Message ID 2d842fa80708130709p2f18bc95i32f722f14c467d73@mail.gmail.com
State New
Headers

Commit Message

C.Y.M Aug. 13, 2007, 2:09 p.m. UTC
  On 8/13/07, Stone <syphyr@gmail.com> wrote:
>
> I must have had an older cvs link for the dvd plugin.  The Dvd plugin
> works now, thanks.
>
> Epgsearch now also builds with beta 13, thanks.
>
> Out of the rest, there are only two more that I really care about to fix
> for testing: text2skin and undelete.  Anyone have those patched up for the
> new i18n stuff?



I think I fixed undelete-0.0.6 with the following patch.  I hope I did that
right.. :)  So, the only thing I think I need help with is text2skin.
Thanks.
  

Comments

VDRU VDRU Aug. 13, 2007, 2:28 p.m. UTC | #1
Could someone post the link to the dvd cvs real quick?  I was under
the impression it hasn't been maintained in a long time so I've been
using dvd-0.3.6-b03.

Thanks.
  
C.Y.M Aug. 13, 2007, 2:46 p.m. UTC | #2
On 8/13/07, VDR User <user.vdr@gmail.com> wrote:
>
> Could someone post the link to the dvd cvs real quick?  I was under
> the impression it hasn't been maintained in a long time so I've been
> using dvd-0.3.6-b03.



cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin
co -P dvd
  
C.Y.M Aug. 13, 2007, 5:58 p.m. UTC | #3
>
> I think I have also fixed text2skin to atleast compile with vdr-1.5.7.
> The new "gettext" language still needs to be implemented, but I think
> text2skin should work with the previous i18n method.  Please let me know if
> it works ok.



Best Regars.
  

Patch

--- undelete-0.0.6/undelete.c.orig	2007-08-13 06:46:16.000000000 -0700
+++ undelete-0.0.6/undelete.c	2007-08-13 06:59:10.000000000 -0700
@@ -198,7 +198,11 @@ 
 private:
   // Add any member variables or functions you may need here.
   void FreeKeyNames(void);
+#if VDRVERSNUM >= 10507
+  char* OSDLanguage;
+#else
   int OSDLanguage;
+#endif
   void TestAndSetOSDLanguage(void);
   bool ProcessArg(int argc, char *argv[]);
 #ifdef UND_Debug