Re: [vdr] Arabic language EPG is inappropriately displayed

2010-09-13 Thread Paul Menzel
Am Montag, den 13.09.2010, 20:05 +0300 schrieb semsem85 sami: > @Mr.Tux, > > could you please Add me on MSN @ sami8519 at hotmail dot com What do you mean? Do you want to be subscribed to the list? If that is true, please take a look at [1] which is also present in the automatically added foot

Re: [vdr] VDR Portal down?

2010-11-19 Thread Paul Menzel
Dear Achim, Am Freitag, den 19.11.2010, 09:46 +0100 schrieb Achim Tuffentsammer: > www.vdr-portal.de seems to be down (yesterday evening and today)? > Anyone else experience this? I can confirm this. It does not load for me either. Thanks, Paul signature.asc Description: This is a digitall

Re: [vdr] Include Path in Makefile (VDR >=1.7.15)

2010-12-12 Thread Paul Menzel
gt; >> No, the conditional variable assignment operator ?= allows one to > >> replace this variable via command line/environment. > > > > Thats not what the HISTORY reads. Either the Makefile or the HISTORY > > should be changed. > > This change was poste

Re: [vdr] Include Path in Makefile (VDR >=1.7.15)

2010-12-12 Thread Paul Menzel
Am Sonntag, den 12.12.2010, 16:46 +0100 schrieb Paul Menzel: > Am Sonntag, den 12.12.2010, 16:29 +0100 schrieb Klaus Schmidinger: > > On 20.11.2010 11:39, Joachim Wilke wrote: > > > 2010/11/19 Hans-Peter Jansen : > > >>> The HISTORY file states: > > >

[vdr] [PATCH] Makefile: pass `LDFLAGS` to compiler

2010-12-12 Thread Paul Menzel
nks, Paul 8<>8 Date: Sun, 12 Dec 2010 18:19:42 +0100 Some distributions pass special flags to the linker [1][2]. Respect those by using `LDFLAGS`. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/vdr/vd

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-12 Thread Paul Menzel
Am Sonntag, den 12.12.2010, 09:33 -0800 schrieb VDR User: > On Sun, Dec 12, 2010 at 9:21 AM, Steffen Barszus > wrote: > > Having epg in a DB (sqlite,mysql) might also be nice. > > You are going to find a lot of opposition to this. Thinking of sql, I > don't recall ever hearing anyone suggest VDR

[vdr] [PATCH] tools.h: include `stdarg.h` to fix `error: 'va_list' has not been declared` with uClibc

2010-12-12 Thread Paul Menzel
From a94d15b582df5d1464cec8bc7dd68be46e1bf937 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 12 Dec 2010 19:21:25 +0100 Subject: [PATCH] tools.h: include `stdarg.h` For some reason using uClibc `tools.h` needs to have `stdarg.h` included explicitly. Otherwise it fails with the following

[vdr] [RFC] [PATCH] tools.c: use C++ headers instead of deprecated C headers

2010-12-12 Thread Paul Menzel
] https://secure.wikimedia.org/wikipedia/en/wiki/Stdarg.h Signed-off-by: Paul Menzel --- tools.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools.c b/tools.c index 3ce12ec..9a400a8 100644 --- a/tools.c +++ b/tools.c @@ -8,9 +8,12 @@ */ #include "to

Re: [vdr] [PATCH] tools.h: include `stdarg.h` to fix `error: 'va_list' has not been declared` with uClibc

2010-12-13 Thread Paul Menzel
Am Montag, den 13.12.2010, 00:18 +0100 schrieb Klaus Schmidinger: > On 12.12.2010 23:03, Paul Menzel wrote: > > From a94d15b582df5d1464cec8bc7dd68be46e1bf937 Mon Sep 17 00:00:00 2001 > > From: Paul Menzel > > Date: Sun, 12 Dec 2010 19:21:25 +0100 > > Subject: [PATCH]

Re: [vdr] [PATCH] Makefile: pass `LDFLAGS` to compiler

2010-12-13 Thread Paul Menzel
Am Montag, den 13.12.2010, 00:29 +0100 schrieb Joerg Bornkessel: > > Am Samstag, den 25.09.2010, 13:15 +0200 schrieb Joerg Bornkessel: > > > […] > > > >> [2] http://www.gentoo.org/proj/en/qa/asneeded.xml > > > Should `LDFLAGS` also be passed to the compiler when building the > > plugins? > >

Re: [vdr] [PATCH] Makefile: pass `LDFLAGS` to compiler

2010-12-13 Thread Paul Menzel
Am Montag, den 13.12.2010, 11:29 +0100 schrieb Paul Menzel: > Am Montag, den 13.12.2010, 00:29 +0100 schrieb Joerg Bornkessel: > > > > Am Samstag, den 25.09.2010, 13:15 +0200 schrieb Joerg Bornkessel: > > > > > […] > > > > > > >

[vdr] [PATCH v2] Makefile: pass `LDFLAGS` to compiler

2010-12-13 Thread Paul Menzel
Am Montag, den 13.12.2010, 11:56 +0100 schrieb Paul Menzel: > Am Montag, den 13.12.2010, 11:29 +0100 schrieb Paul Menzel: > > Am Montag, den 13.12.2010, 00:29 +0100 schrieb Joerg Bornkessel: > > > > > > Am Samstag, den 25.09.2010, 13:15 +02

Re: [vdr] [PATCH] Makefile: pass `LDFLAGS` to compiler

2010-12-13 Thread Paul Menzel
Am Montag, den 13.12.2010, 23:03 +0100 schrieb Joerg Bornkessel: > > Am Montag, den 13.12.2010, 00:29 +0100 schrieb Joerg Bornkessel: > > >> > Am Samstag, den 25.09.2010, 13:15 +0200 schrieb Joerg Bornkessel: > > > I was wondering why skincurses had no patch applied or change regarding > > `LDFLA

Re: [vdr] [PATCH v3] Makefile: pass `LDFLAGS` to compiler

2010-12-16 Thread Paul Menzel
.html [3] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/vdr-plugin.eclass?view=markup (code line 232) Signed-off-by: Paul Menzel Signed-off-by: Joerg Bornkessel --- v2 → v3: Change script `newplugin`. Patch submitted by Joerg [4]. [4] http://www.linuxtv.org/pipermail/vdr/2010-Decem

Re: [vdr] [PATCH v2] Makefile: pass `LDFLAGS` to compiler

2010-12-16 Thread Paul Menzel
Dear Jörg, Am Montag, den 13.12.2010, 23:49 +0100 schrieb Joerg Bornkessel: […] > is it possible to add the patch/diff attached to the mail? > I get the patches always inherited in the mail. > Its more ezy to handle by Klaus then. I am used to Git, where it is easy to apply mail messages using

[vdr] distribution of systemd service file

2011-01-19 Thread Paul Menzel
Dear VDR folks, I just noticed that Davide Cavalca added an systemd [1] service file for VDR to OpenBricks [2]. Is it useful to get this included upstream, so that all distributions can use it? I just found this one comment, that these service files supposed to be uniform between distributions [

[vdr] [RFC] [PATCH] player.c: fix `(error) Common realloc mistake: 'buffer' nulled but not freed upon failure`

2011-02-14 Thread Paul Menzel
meego.gitorious.org/qemu-maemo/qemu/commit/29718712eb2e53c09d28f08e39f6514d690f6fd3 Signed-off-by: Paul Menzel CC: Klaus Schmidinger --- Dear VDR folks, please advise if the `break` is enough and what kind of error message would be useful. I would then apply this fix to the whole tree and

Re: [vdr] Email problem - who is the postmaster?

2011-02-16 Thread Paul Menzel
Dear Scott, Am Montag, den 14.02.2011, 19:54 + schrieb Scott Waye: > What is the postmaster email address for this list? sorry, I do not know. > I get some of the messages 7 times 20 minutes apart. I do not experience this problem. Do you have the headers of some of the messages where th

Re: [vdr] Plugin for MHEG (BBC RedButton service)

2011-03-19 Thread Paul Menzel
Dear John, Am Samstag, den 19.03.2011, 11:49 + schrieb John Williams: > I have adapted the standalone "redbutton" program > (http://redbutton.sourceforge.net/) into a plugin for VDR. This allows > me to view the "Redbutton" data service broadcast by the BBC. great to hear that. To everyone

[vdr] [PATCH] PLUGINS/src/osddemo/osddemo.c: fix possible null pointer dereference

2011-04-03 Thread Paul Menzel
before in line 265 the same check is performed. Signed-off-by: Paul Menzel CC: Klaus Schmidinger --- PLUGINS/src/osddemo/osddemo.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/PLUGINS/src/osddemo/osddemo.c b/PLUGINS/src/osddemo/osddemo.c index 2e6a33b..d3ec718 1006

[vdr] [PATCH] PLUGINS/src/dvbsddevice/dvbsdffosd.c: remove superflous variable `Bitmap`

2011-04-03 Thread Paul Menzel
Date: Fri, 4 Feb 2011 14:58:23 +0100 Cppcheck reports the following. cppcheck: (style) Variable 'Bitmap' is assigned a value that is never used Therefore remove the variable `Bitmap` for stylistic reasons since the compiler probably optimized that out anyway. Signed-of

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.18

2011-04-17 Thread Paul Menzel
Dear Klaus, thank you for this new release. Am Sonntag, den 17.04.2011, 16:50 +0200 schrieb Klaus Schmidinger: > VDR developer version 1.7.18 is now available at > >ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.18.tar.bz2 > > A 'diff' against the previous version is available at > >

[vdr] non standard `.c` extension for C++ files

2011-04-23 Thread Paul Menzel
Dear VDR developers, I am curious why the C++ source files have the extension `.c` and not `.c{c,pp,xx}`. I am asking because I tried to use `scan-build` from Clang/LLVM and by default – and I did not find an option to change that – it treats `.c` files as C files and not C++. Running Clang dir

<    1   2