From patchwork Fri Mar 30 17:01:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: VDRU VDRU X-Patchwork-Id: 12937 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1SDfCf-0007o4-5X for vdr@linuxtv.org; Fri, 30 Mar 2012 19:01:33 +0200 X-tubIT-Incoming-IP: 209.85.161.182 Received: from mail-gx0-f182.google.com ([209.85.161.182]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtps [TLSv1:RC4-SHA:128] for id 1SDfCe-0002Df-Bn; Fri, 30 Mar 2012 19:01:32 +0200 Received: by ggnk4 with SMTP id k4so511852ggn.41 for ; Fri, 30 Mar 2012 10:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iAOCyrFbw8rnImD/M3b/lqPh0F9F2iXEWQcx4JRiO+E=; b=dwM1BMinAMs5KQPXuXEpf+DvchMgzHsR3JJf2RpU9BvWwS6LMI5Ux3aCw7ythc6xNg fv+h6jnjBnimTOrHwFLs97HZU0plGYfdZlvprBk0285EL7lpp4bH1MlG+yZEmNlCO2QE ENuHUOiLh4fHUCAyWCNGlKpHStphQctXzgz8DnsLofWH/Fcu/ci5Pgl6Y9OxxJy6+voM 7qjW+2uKh5mfAK7UBQ/8StEQhd8Pwqf9q2Hz78v4p1E9+O15k6rSRpYXhG5rwOreXCCT n+cf7l0kcPnhROQ/JOoWISCkkvp5FVldgfW8IRe7SZb8Lj8L8nBeJpQZ1MPaZ/HAz5Iq zI5w== MIME-Version: 1.0 Received: by 10.50.202.105 with SMTP id kh9mr2000420igc.68.1333126889798; Fri, 30 Mar 2012 10:01:29 -0700 (PDT) Received: by 10.231.178.72 with HTTP; Fri, 30 Mar 2012 10:01:29 -0700 (PDT) In-Reply-To: <4F75D902.90905@iki.fi> References: <4F75D902.90905@iki.fi> Date: Fri, 30 Mar 2012 10:01:29 -0700 Message-ID: From: VDR User To: VDR Mailing List X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.3.30.165121 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1100_1199 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, CT_TEXT_PLAIN_UTF8_CAPS 0, DATE_TZ_NA 0, WEBMAIL_SOURCE 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CT_TEXT_PLAIN 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PHISH_SPEAR_HTTP_RECEIVED 0, __PHISH_SPEAR_STRUCTURE_1 0, __PHISH_SPEAR_STRUCTURE_2 0, __RDNS_GMAIL 0, __RUS_OBFU_PHONE 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_NS ' X-LSpam-Score: -1.8 (-) X-LSpam-Report: No, score=-1.8 required=5.0 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, T_DKIM_INVALID=0.01 autolearn=no Subject: Re: [vdr] Xine plugin and vdr 1.7.27 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 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: Fri, 30 Mar 2012 17:01:33 -0000 Status: O X-Status: X-Keywords: X-UID: 25975 On Fri, Mar 30, 2012 at 9:02 AM, Jouni Karvo wrote: > it seems xine-plugin 0.9.4 does not compile with vdr 1.7.27. I'm not sure if Rnissl has done a proper fix yet but in the meantime you can try: diff -pruN xine-0.9.4-orig/Makefile xine-0.9.4/Makefile --- xine-0.9.4-orig/Makefile 2012-03-30 09:54:28.000000000 -0700 +++ xine-0.9.4/Makefile 2012-03-30 09:55:25.000000000 -0700 @@ -97,7 +97,7 @@ OBJS = $(PLUGIN).o xineDevice.o xineLib. ### The main target: -all: libvdr-$(PLUGIN).so i18n xineplayer +all: libvdr-$(PLUGIN).so xineplayer ### Implicit rules: diff -pruN xine-0.9.4-orig/xine.c xine-0.9.4/xine.c --- xine-0.9.4-orig/xine.c 2012-03-30 09:54:28.000000000 -0700 +++ xine-0.9.4/xine.c 2012-03-30 09:55:01.000000000 -0700 @@ -13,7 +13,6 @@ #include "xineDevice.h" #include "xineSettings.h" #include "xineSetupPage.h" -#include "xineI18n.h" @@ -208,9 +207,6 @@ bool cPluginXine::ProcessArgs(int argc, bool cPluginXine::Initialize(void) { -#if APIVERSNUM < 10507 - RegisterI18n(PluginXine::Phrases); -#endif // Initialize any background activities the plugin shall perform. m_remote = new PluginXine::cXineRemote(m_remoteOn);