[vdr] Betr: vdr-plugin-epgsearch-git failes to build

2012-10-17 Thread cedric . dewijs

-- Oorspronkelijk bericht --
Date: Tue, 16 Oct 2012 21:22:09 +0200
From: cedric.dew...@telfort.nl
To: vdr@linuxtv.org
Subject: [vdr] vdr-plugin-epgsearch-git failes to build
Reply-To: VDR Mailing List vdr@linuxtv.org


Hi All,

I have tried to build vdr-plugin-epgsearch-git on arch linux. It failes
with
the following message.

Does a patch exist for this problem?

Best regards,
Cedric


Solved it. Heres the patch and the pkgbuild:
Best regards,
Cedric


$ cat epgsearch_1.7.28_fix.diff 
diff -ruN vdr-plugin-epgsearch/menu_searchresults.c 
vdr-plugin-epgsearch.patched/menu_searchresults.c
--- vdr-plugin-epgsearch/menu_searchresults.c   2012-10-17 08:49:55.640273045
+0200
+++ vdr-plugin-epgsearch.patched/menu_searchresults.c   2012-10-17 
08:47:47.764960995
+0200
@@ -815,7 +815,7 @@
{
   cRecording *recording = GetRecording(ri);
   if (recording) {
- cReplayControl::SetRecording(recording-FileName(), 
recording-Title());
+ cReplayControl::SetRecording(recording-FileName());
  return osReplay;
   }
}
PKGBUILD
...
source=(01_debian-defaults.dpatch
compile_fix.patch
vdr-plugin-epgsearch-git.install
epgsearch_1.7.28_fix.diff)
conflicts=(vdr-plugin-$_pluginname)

md5sums=('25f21df320e3d508b03a33d30eea0b29'
 '777a7141278a54a22412c203a1039e64'
 '637c68e6a2717b61c42fa25ea7868f74'
 '3b78bfa0c6f7a50b20101a70c5c8ec16')
...
  cd $srcdir/vdr-plugin-${_pluginname}-build

  patch -p1 -i ../01_debian-defaults.dpatch || return 1
  patch -p1 -i ../compile_fix.patch || return 1
  patch -p1 -i ../epgsearch_1.7.28_fix.diff || return 1
  
  make HAVE_PCREPOSIX=1 MANDIR=$pkgdir/usr/man \
...






   




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] standard skin does not fit on 1280x1024

2012-10-17 Thread cedric . dewijs
Hi All,

I have just installed VDR 1.7.31. It works OK, but on my 1280x1024 monitor,
the on screen menu does not fit, it's too big.

What is the best way to make the OSD fit onto my monitor?

Best regards,
Cedric

   




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] standard skin does not fit on 1280x1024

2012-10-17 Thread VDR User
On Wed, Oct 17, 2012 at 5:44 AM,  cedric.dew...@telfort.nl wrote:
 I have just installed VDR 1.7.31. It works OK, but on my 1280x1024 monitor,
 the on screen menu does not fit, it's too big.

 What is the best way to make the OSD fit onto my monitor?

Did you try changing the osd size in settings?

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] in-kernel lirc and devinput

2012-10-17 Thread Jouni Karvo

hi,

earlier, I used to compile lirc separately, but nowadays there are lirc 
modules in the kernel source, using /dev/input and IR keymaps. After 
switching to these, it seems many of the buttons in the remote have 
stopped working, as they are now interpreted as keyboard presses instead 
of RC commands for lirc.


Is there a howto-guide somewhere on how to set up VDR when using the new 
in-kernel features?


yours,
Jouni

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] in-kernel lirc and devinput

2012-10-17 Thread Tony Houghton
On Wed, 17 Oct 2012 21:21:41 +0300
Jouni Karvo jouni.ka...@iki.fi wrote:

 hi,
 
 earlier, I used to compile lirc separately, but nowadays there are lirc 
 modules in the kernel source, using /dev/input and IR keymaps. After 
 switching to these, it seems many of the buttons in the remote have 
 stopped working, as they are now interpreted as keyboard presses instead 
 of RC commands for lirc.
 
 Is there a howto-guide somewhere on how to set up VDR when using the new 
 in-kernel features?

I prefer inputlirc to the original lirc. If you configure it to start at
boot and grab the input device it should stop X or whatever from
interpreting it as key presses.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] in-kernel lirc and devinput

2012-10-17 Thread Johan Andersson
Hi,

Dunno if there is a howto, googling around when I had the same problem with 
Ubuntu 12.04, told me to put some disabling stuff in xorg.conf.

/Johan

17 okt 2012 kl. 20:21 skrev Jouni Karvo jouni.ka...@iki.fi:

 hi,
 
 earlier, I used to compile lirc separately, but nowadays there are lirc 
 modules in the kernel source, using /dev/input and IR keymaps. After 
 switching to these, it seems many of the buttons in the remote have stopped 
 working, as they are now interpreted as keyboard presses instead of RC 
 commands for lirc.
 
 Is there a howto-guide somewhere on how to set up VDR when using the new 
 in-kernel features?
 
 yours,
Jouni
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr