<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
are you sure you are using the current git? It already contains the
following:<br>
<br>
<pre><code>#if APIVERSNUM < 10728
cReplayControl::SetRecording(recording->FileName(), recording->Title());
#else
cReplayControl::SetRecording(recording->FileName());
#endif
return osReplay;
see <a class="moz-txt-link-freetext" href="http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/tree/menu_searchresults.c">http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/tree/menu_searchresults.c</a>
cheers,
Christian
</code></pre>
<br>
<div class="moz-cite-prefix">Am 17.10.2012 09:40, schrieb
<a class="moz-txt-link-abbreviated" href="mailto:cedric.dewijs@telfort.nl">cedric.dewijs@telfort.nl</a>:<br>
</div>
<blockquote cite="mid:4FC4F23300033E93@mta-nl-5.mail.tiscali.sys"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">-- Oorspronkelijk bericht --
Date: Tue, 16 Oct 2012 21:22:09 +0200
From: <a class="moz-txt-link-abbreviated" href="mailto:cedric.dewijs@telfort.nl">cedric.dewijs@telfort.nl</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:vdr@linuxtv.org">vdr@linuxtv.org</a>
Subject: [vdr] vdr-plugin-epgsearch-git failes to build
Reply-To: VDR Mailing List <a class="moz-txt-link-rfc2396E" href="mailto:vdr@linuxtv.org"><vdr@linuxtv.org></a>
Hi All,
I have tried to build vdr-plugin-epgsearch-git on arch linux. It failes
</pre>
</blockquote>
<pre wrap="">with
</pre>
<blockquote type="cite">
<pre wrap="">the following message.
Does a patch exist for this problem?
Best regards,
Cedric
</pre>
</blockquote>
<pre wrap="">
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
<a class="moz-txt-link-abbreviated" href="mailto:vdr@linuxtv.org">vdr@linuxtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr">http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr</a>
</pre>
</blockquote>
<br>
</body>
</html>