[ANNOUNCE] extb-0.3.0

Message ID 47ECC59E.2000202@e-tobi.net
State New
Headers

Commit Message

Tobias Grimm March 28, 2008, 10:17 a.m. UTC
  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@
  

Comments

Andreas Brachold March 28, 2008, 5:06 p.m. UTC | #1
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
  

Patch

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