From patchwork Mon Aug 13 14:09:59 2007 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12500 Received: from nf-out-0910.google.com ([64.233.182.189]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1IKach-0001kq-2N for vdr@linuxtv.org; Mon, 13 Aug 2007 16:10:23 +0200 Received: by nf-out-0910.google.com with SMTP id d21so623126nfb for ; Mon, 13 Aug 2007 07:10:03 -0700 (PDT) Received: by 10.78.136.9 with SMTP id j9mr2185421hud.1187014199494; Mon, 13 Aug 2007 07:09:59 -0700 (PDT) Received: by 10.78.185.19 with HTTP; Mon, 13 Aug 2007 07:09:59 -0700 (PDT) Message-ID: <2d842fa80708130709p2f18bc95i32f722f14c467d73@mail.gmail.com> Date: Mon, 13 Aug 2007 16:09:59 +0200 From: Stone To: "VDR Mailing List" In-Reply-To: <2d842fa80708130614x4e14178arb1c61794a678955b@mail.gmail.com> MIME-Version: 1.0 References: <2d842fa80708121755i4d09ba20i533e7718dfdff584@mail.gmail.com> <46C00A7C.70806@gmx.de> <2d842fa80708130614x4e14178arb1c61794a678955b@mail.gmail.com> Subject: Re: [vdr] List of failed plugins for vdr-1.5.7 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 14:10:23 -0000 Status: O X-Status: X-Keywords: X-UID: 13718 On 8/13/07, Stone 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. --- 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