Package Details: kodi-addon-pvr-vdr-vnsi 20.4.0-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-pvr-vdr-vnsi.git (read-only, click to copy)
Package Base: kodi-addon-pvr-vdr-vnsi
Description: PVR add-on for XBMC to add VDR as a TV/PVR Backend
Upstream URL: https://github.com/kodi-pvr/pvr.vdr.vnsi
Licenses: GPL2
Submitter: CReimer
Maintainer: CReimer (M-Reimer)
Last Packager: M-Reimer
Votes: 6
Popularity: 0.000000
First Submitted: 2015-08-10 11:38 (UTC)
Last Updated: 2023-02-11 09:48 (UTC)

Latest Comments

M-Reimer commented on 2019-02-02 10:06 (UTC) (edited on 2019-02-02 10:06 (UTC) by M-Reimer)

A full set of Kodi 18 PKGBUILD's is already available on the project GIT:

https://github.com/VDR4Arch/vdr4arch/tree/kodi18

So far Arch itself doesn't ship Kodi 18, so I can't update the AUR PKGBUILD.

Kompilator commented on 2019-01-30 18:22 (UTC)

I used this git repo as source and it is now working for kodi 18:

https://github.com/FernetMenta/pvr.vdr.vnsi

mbroemme commented on 2017-02-09 08:58 (UTC)

@CReimer: You can get the patch for the PKGBUILD to update the addon for Kodi 17 (Krypton) here: https://zuppy.pm/patches/kodi-addon-pvr-vdr-vnsi-2.6.17.patch

mbroemme commented on 2017-02-08 23:48 (UTC)

Fails to build with Kodi 17 from Arch Linux official repository: CMake Error at CMakeLists.txt:9 (find_package): By not providing "Findkodi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "kodi", but CMake did not find one. Could not find a package configuration file provided by "kodi" with any of the following names: kodiConfig.cmake kodi-config.cmake Add the installation prefix of "kodi" to CMAKE_PREFIX_PATH or set "kodi_DIR" to a directory containing one of the above files. If "kodi" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred!

tthynnin commented on 2016-04-03 18:17 (UTC)

Fails to build. libplatform has changed to p8-platform.

CReimer commented on 2016-03-01 10:55 (UTC)

It's fixed. Thanks.

Sonic-Y3k commented on 2016-03-01 07:10 (UTC) (edited on 2016-03-01 07:10 (UTC) by Sonic-Y3k)

This fails to build, addon.xml.in is now called addon.xml... Greetings! --- PKGBUILD 2016-03-01 08:08:33.827776953 +0100 +++ PKGBUILD 2016-03-01 08:08:26.807914557 +0100 @@ -18,7 +18,7 @@ pkgver() { cd "${srcdir}/pvr.vdr.vnsi/pvr.vdr.vnsi" - grep ' version' addon.xml.in | cut -d'"' -f2 + grep ' version' addon.xml | cut -d'"' -f2 } prepare() {