Hi, are you sure you are using the current git? It already contains the following:
Am 17.10.2012 09:40, schrieb
cedric.dewijs@xxxxxxxxxx:
-- Oorspronkelijk bericht -- Date: Tue, 16 Oct 2012 21:22:09 +0200 From: cedric.dewijs@xxxxxxxxxx To: vdr@xxxxxxxxxxx Subject: vdr-plugin-epgsearch-git failes to build Reply-To: VDR Mailing List <vdr@xxxxxxxxxxx> Hi All, I have tried to build vdr-plugin-epgsearch-git on arch linux. It faileswiththe following message. Does a patch exist for this problem? Best regards, CedricSolved 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@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr |
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr