From patchwork Fri Mar 28 10:17:02 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Grimm X-Patchwork-Id: 12638 Received: from moutng.kundenserver.de ([212.227.126.188]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1JfBeu-0002xq-Or for vdr@linuxtv.org; Fri, 28 Mar 2008 11:18:05 +0100 Received: from [192.168.30.21] (erft-4db9c495.pool.einsundeins.de [77.185.196.149]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1JfBdw0vrc-0002SL; Fri, 28 Mar 2008 11:17:08 +0100 Message-ID: <47ECC59E.2000202@e-tobi.net> Date: Fri, 28 Mar 2008 11:17:02 +0100 From: Tobi User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: VDR Mailing List References: <1206650611.4717.13.camel@wopr.deltab.de> In-Reply-To: <1206650611.4717.13.camel@wopr.deltab.de> X-Provags-ID: V01U2FsdGVkX1+vv1S8nemL3elyKJjbWxGN0tsnFcXzWNvfx/L TgCAhvzMpeMH3Qsrh0gFRmggJCtGWn2q3MrAANEVqYUrAuLhGq yWcH+FKx10X97tfbg60ThI3EK9cXaMk X-LSpam-Score: -2.6 (--) X-LSpam-Report: No, score=-2.6 required=5.0 tests=BAYES_00=-2.599 autolearn=ham Subject: Re: [vdr] [ANNOUNCE] extb-0.3.0 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: Fri, 28 Mar 2008 10:18:06 -0000 Status: O X-Status: X-Keywords: X-UID: 16290 Hello! Andreas Brachold wrote: > Project's homepage: http://www.deltab.de/content/view/74/76/ > http://www.deltab.de/content/view/24/63 Some small problems: - The po dir in your tarball is missing the chmod +x Flag! - Your COPYRIGHT file contains an old version of the GPL2 (wrong FSF address, please see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - GCC 4.3 requires some additional includes (see attached patch) bye, Tobias #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_gcc-4.3.dpatch by Tobias Grimm ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad vdr-plugin-extb-0.3.0~/lirc.h vdr-plugin-extb-0.3.0/lirc.h --- vdr-plugin-extb-0.3.0~/lirc.h 2008-03-27 19:29:29.000000000 +0100 +++ vdr-plugin-extb-0.3.0/lirc.h 2008-03-28 11:11:29.000000000 +0100 @@ -25,6 +25,8 @@ #include #define __STL_CONFIG_H #include +#include +#include /////////////////////////////////////////////////////////////////////////////// // Want more debugstuff comment out follow line