[vdr] Current xine-lib: vdr-xine breakage

2008-02-20 Thread Darren Salt
You'll need the following patch to avoid build failure with recent xine-lib 1.1.x, patched for vdr-xine. Details: XINE_PLUGINDIR now references libdir (that's the build failure: recursive reference), and using xineplug_LTLIBRARIES removes any need to override libdir. This patch will break builds

Re: [vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Matthias Schwarzott
On Mittwoch, 20. Februar 2008, Ville Aakko wrote: > Hi Ludwig and Christian, > > I noticed the betas right after I posted the previous email, and made > a local ebuild for the latest beta (0.9.24.beta19), and it emerges and > runs. Hope the beta doesn't blow up my VDR =) Hi all! I also did an ebui

Re: [vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Christian Wieninger
Hi Ville, Ville Aakko schrieb: > runs. Hope the beta doesn't blow up my VDR =) > > "This is a *developer* version. Even though *I* use it in my productive environment..." ;-) Some other people also work with this beta. So there should be no problems, but who knows... ;-) BR, Christian

Re: [vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Ville Aakko
Hi Ludwig and Christian, I noticed the betas right after I posted the previous email, and made a local ebuild for the latest beta (0.9.24.beta19), and it emerges and runs. Hope the beta doesn't blow up my VDR =) -- Ville Aakko - [EMAIL PROTECTED] ___

Re: [vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Christian Wieninger
Hi, Ville Aakko schrieb: > Hi! > > Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via > vdr-1.5 overlay ebuilds?). > > please try the current beta of 0.9.24 at http://winni.vdr-developer.org/epgsearch/index_eng.html. This one has the necessary changes for vdr-1.5.15. Here's a

Re: [vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Ludwig Nussel
Ville Aakko wrote: > Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via > vdr-1.5 overlay ebuilds?). I use this: Index: epgsearch-0.9.23/mail.c === --- epgsearch-0.9.23.orig/mail.c +++ epgsearch-0.9.23/mail.c @@ -362

[vdr] vdr 1.5.15 and epgsearch-0.9.23

2008-02-20 Thread Ville Aakko
Hi! Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via vdr-1.5 overlay ebuilds?). The emerge fails here, complete log attached (sorry for the color codes). The relevant errors are, I belive (sorry if the line breaks are messed up, the attached log should be OK): mail.c:365:

[vdr] load i18n versions of commands/reccmds.conf

2008-02-20 Thread oleg roitburd
Hi, For a few time Lucean has annonced this patch http://linvdr.org/mailinglists/vdr/2005/11/msg00348.html I'm seeking a newer version. Old version doesn't working with new gettext system in vdr >= 1.5.7 Languages aren't more stored as strings (char *) config.c: In function 'bool LoadCommandsI18n

Re: [vdr] gentoo + vdr-1.5.12 + VDR_LOCAL_PATCHES_DIR

2008-02-20 Thread Lucian Muresan
Theunis Potgieter wrote: > zzam logged on 15min after you posted :) > > On 19/02/2008, *JJussi* <[EMAIL PROTECTED] > > wrote: > > On Monday, 18. Februaryta 2008 13:06:35 Theunis Potgieter wrote: > > ask your question on irc > > > > irc://irc.freenode.

Re: [vdr] VDR developer version 1.5.15 - compilation warnings

2008-02-20 Thread Ludwig Nussel
Klaus Schmidinger wrote: > On 02/19/08 21:26, Ludwig Nussel wrote: > > Klaus Schmidinger wrote: > >> Apparently there are macros for this, like PRId64 and such. > >> But i don't like having to write something like > >> > >> int64_t n = ...; > >> printf("Some number %" PRId64 "\n", n); > >> > >>