Hello,
her is a new release of plugin extb. (This Plugin control a extension board.)
Project's homepage: http://www.deltab.de/content/view/74/76/ http://www.deltab.de/content/view/24/63
Changes: - Updated i18n handling, required vdr-1.6
Enjoy, Andreas
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 tg@e-tobi.net ## ## 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 <vector> #define __STL_CONFIG_H #include <vdr/thread.h> +#include <cstdlib> +#include <cstring>
/////////////////////////////////////////////////////////////////////////////// // Want more debugstuff comment out follow line
Hello,
Am Freitag, den 28.03.2008, 11:17 +0100 schrieb Tobi:
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)
Thanks, for your feedback. I release extb-0.3.1 to solv this problems.
Andreas
Hello,
her is a new release of plugin extb. (This Plugin control a extension board.)
Project's homepage: http://www.deltab.de/content/view/74/76/ http://www.deltab.de/content/view/24/63
Hi - what is this 'extension board' ?
Hello,
Am Sonntag, den 30.03.2008, 09:53 +1300 wrote Simon Baxter:
Hi - what is this 'extension board' ?
It's a older project (early 2003) with a small produced series of boards. This board was publish only at vdr-portal.de. See too http://www.tb-electronic.de/vdr/vdr_extension_board.html
Andreas
Andreas Brachold ha scritto:
Hello,
her is a new release of plugin extb. (This Plugin control a extension board.)
Project's homepage: http://www.deltab.de/content/view/74/76/ http://www.deltab.de/content/view/24/63
Changes:
- Updated i18n handling, required vdr-1.6
Enjoy, Andreas
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
The history has wrong date:
2008-04-28 Version 0.3.1 2008-04-27 Version 0.3.0
We are on March again, not April :-)
Diego