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.000873
First Submitted: 2015-07-25 09:08 (UTC)
Last Updated: 2023-02-07 18:05 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

bhedrich commented on 2023-01-27 13:49 (UTC)

@Bevan The API=20 version works fine, tested on RPI 4, aarch64.

pejobo commented on 2023-01-27 09:05 (UTC)

I can confirm that it works fine with the Nexus Version, I have the combination running since the release day without issues.

Bevan commented on 2023-01-26 18:34 (UTC)

Due to several requests, I'm adding support for API=20 here. This is untested as I can only test against Arch's official packages which are still at Kodi version 19. I won't change the default for API until the official packages are updated though.

andreas_baumann commented on 2023-01-18 18:44 (UTC)

For kodi 20 (Nexus) I adapted:

API=20 ... case "$API" in 20) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Nexus" ;;

(JFYI: kodi is on 20 on ARM, not on x86_64 yet)

a_manthey commented on 2021-03-04 10:47 (UTC)

as kodi is version 19 API in PKGBUILD should be 19 too

DocMAX commented on 2017-06-11 16:44 (UTC)

I get an error when compiling master (99): [ 32%] Building CXX object CMakeFiles/pvr.hts.dir/src/HTSPDemuxer.cpp.o In file included from /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/HTSPDemuxer.cpp:24:0: /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/xbmc_codec_descriptor.hpp: In static member function 'static CodecDescriptor CodecDescriptor::GetCodecByName(const char*)': /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/xbmc_codec_descriptor.hpp:50:37: error: 'class CHelper_libXBMC_pvr' has no member named 'GetCodecByName' retVal = CodecDescriptor(PVR->GetCodecByName("MP2"), strCodecName); ^~~~~~~~~~~~~~ /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/xbmc_codec_descriptor.hpp:52:37: error: 'class CHelper_libXBMC_pvr' has no member named 'GetCodecByName' retVal = CodecDescriptor(PVR->GetCodecByName("MPEG2VIDEO"), strCodecName); ^~~~~~~~~~~~~~ /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/xbmc_codec_descriptor.hpp:54:37: error: 'class CHelper_libXBMC_pvr' has no member named 'GetCodecByName' retVal = CodecDescriptor(PVR->GetCodecByName("TEXT"), strCodecName); ^~~~~~~~~~~~~~ /home/docmax/.cache/pacaur/kodi-addon-pvr-hts-git/src/kodi-addon-pvr-hts-git/src/xbmc_codec_descriptor.hpp:56:37: error: 'class CHelper_libXBMC_pvr' has no member named 'GetCodecByName' retVal = CodecDescriptor(PVR->GetCodecByName(strCodecName), strCodecName); ^~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/pvr.hts.dir/build.make:111: CMakeFiles/pvr.hts.dir/src/HTSPDemuxer.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/pvr.hts.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Bevan commented on 2017-03-19 16:49 (UTC) (edited on 2017-03-19 16:50 (UTC) by Bevan)

francoism90: Indeed, when building for Krypton, kodi-platform and kodi-platform-git are identical. So I could depend on kodi-platform in that case. The dependency on the -git package has the following reasons: 1. Every version of kodi should be used with a specific version of kodi-platform. There are many people using this package with newer or older versions of Kodi than what is in the Arch repository. 2. The version of kodi-platform in the Arch repository has in the past deviated from the version corresponding to the current kodi release which lead to build failures etc.

francoism90 commented on 2017-03-19 10:38 (UTC)

Why does it has kodi-platform-git as make, and not kodi-platform? It compiles without any issues here when using the non git one. Thanks. :)