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 <[EMAIL PROTECTED]>
##
## 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
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to