>-- Oorspronkelijk bericht -- >Date: Tue, 16 Oct 2012 09:01:36 +0200 >From: Ole Ernst <olebowle@xxxxxxx> >To: vdr@xxxxxxxxxxx >Subject: Re: plugin vdr-live failes to build >Reply-To: VDR Mailing List <vdr@xxxxxxxxxxx> > > >Am 16.10.2012 07:16, schrieb cedric.dewijs@xxxxxxxxxx: >> Hi All, >> >> I'm trying to build vdr-plugin-live on arch linux. It gives the following >> error while compiling. I have downloaded the PKGBUILD files with this command: >> svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr >> >> How can I fix this? >> Best regards, >> Cedric > >Hi, > >you need to apply this patch[1] before building the plugin. > >Best Regards > >[1] >http://www.vdr-portal.de/board1-news/board2-vdr-news/p1083437-announce-vdr-developer-version-1-7-29/#post1083437 > Thank you, it works. Below are the required changes to the PKGBUILD: ... backup=('etc/vdr/plugins/plugin.live.conf') source=(plugin.live.conf fix_typo.patch live_1.7.28_fix.diff) install=vdr-plugin-$_pluginname-git.install conflicts=(vdr-plugin-$_pluginname) md5sums=('90f93b9d138b85deef022d4559f3f1dc' '5803ce45303698cd7489d6f8d1b80094' '74167417d121da69f1bd06235324440f') build() { ... #patch -p1 -i ${srcdir}/fix_typo.patch || return 1 patch -p1 -i ${srcdir}/live_1.7.28_fix.diff || return 1 make VDRDIR="/usr/include/vdr" LIBDIR="." \ ... Regards, Cedric _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr