Package Details: kodi-addon-pvr-hts-git r1063.c8e933b-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-pvr-hts-git.git (read-only, click to copy)
Package Base: kodi-addon-pvr-hts-git
Description: Tvheadend HTSP PVR client addon for Kodi
Upstream URL: https://github.com/kodi-pvr/pvr.hts
Licenses: GPL
Conflicts: kodi-addon-pvr-hts, kodi-pvr-addons
Provides: kodi-addon-pvr-hts
Submitter: Bevan
Maintainer: Bevan
Last Packager: Bevan
Votes: 18
Popularity: 0.000335
First Submitted: 2015-07-25 09:08 (UTC)
Last Updated: 2023-02-07 18:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Bevan commented on 2016-02-05 19:55 (UTC) (edited on 2016-02-05 19:56 (UTC) by Bevan)

Since a few days libplatform also is too new for stable kodi versions. Get the current version of the kodi-platform-git PKGBUILD first, which depends on libplatform-legacy instead if you build it for any of the stable kodi versions. After installing that you will be able to build this package again. Please also note the instructions in kodi-platform-git's and this package's PKGBUILD.

silent commented on 2016-02-05 19:48 (UTC)

I get the same error as JohnnySSH, but both with libplatform and libplatform-git.

JohnnySSH commented on 2016-01-10 17:14 (UTC)

@Bevan Thank you! With the 'stable' libplatform the HTS plugin compiled perfectly :-)

Bevan commented on 2016-01-10 12:54 (UTC)

@JohnnySSH: I assume you have libplatform-git installed instead of libplatform. There was a naming change of the platform package recently and the kodi plugins are not ready for this change, yet. That's also the reason why kodi-platform-git is stuck to an older version and flagged out of date. So, currently you need the stable libplatform version to compile kodi plugins.

JohnnySSH commented on 2016-01-10 06:21 (UTC) (edited on 2016-01-10 06:23 (UTC) by JohnnySSH)

Hi, I'm having errors while building: CMake Error at CMakeLists.txt:9 (find_package): By not providing "Findplatform.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "platform", but CMake did not find one. Could not find a package configuration file provided by "platform" with any of the following names: platformConfig.cmake platform-config.cmake Add the installation prefix of "platform" to CMAKE_PREFIX_PATH or set "platform_DIR" to a directory containing one of the above files. If "platform" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! I have these cmake files: /usr/lib/kodiplatform/kodiplatform-config.cmake /usr/lib/p8-platform/p8-platform-config.cmake Kodi Platform version is newly built from git AUR package... as per dependency link above. Having built this package many times before, could something have changed with Platform?? Anyway, am just after a fix thanks :-) [EDIT] looks like kodi-platform-git has been flagged out of date; that might just be the ticket once it gets updates....

planas commented on 2015-09-16 22:52 (UTC)

It works fine for me after applying the aforementioned patch. Hopefully they'll end merging the patch on the 15.x branch

pejobo commented on 2015-08-21 20:27 (UTC)

Ok, it turned out that your finding is correct. So kodi 15.1 and pvr don't go together

pejobo commented on 2015-08-21 14:09 (UTC)

Thank you digging into the issue! I've got no build chain setup for kodi and don't want to compile on raspberry :/ I went back to kodi 15.0, so it's ok for me now. I added a question to the discussion on github. If I find some time I'll try to add some value to the discussions. There are some hints at http://forum.kodi.tv/showthread.php?tid=229401 and it looks like the issue you linked is also present in 15.0. But my issue seems to be "15.1 only".

Bevan commented on 2015-08-21 13:52 (UTC)

Just stumbled across this recent commit: https://github.com/xbmc/xbmc/commit/69d18fd5c7772554e16921f7066362bdbfa934ff and the discussion about it: https://github.com/xbmc/xbmc/pull/7367 This commit changes exactly the code path that was causing the crash here. So maybe you could try to apply that patch.

Bevan commented on 2015-08-21 13:44 (UTC)

While debugging the issue it suddenly disappeared again. I assume it is related to some specific entries in the EPG, maybe malformed or violating the specification. As soon as the issue reappears I will try to debug it again. pejobo, is this still an issue for you? I could provide stack traces in an upstream bug report.