Search Criteria
Package Details: kodi-addon-pvr-hts-git r803.3993a8a-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: | |
Conflicts: | |
Provides: | |
Submitter: | Bevan |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 17 |
Popularity: | 0.000863 |
First Submitted: | 2015-07-25 09:08 |
Last Updated: | 2019-04-27 15:35 |
Dependencies (5)
- kodi (kodi-c2-x11, kodi-git, kodi-devel)
- kodi-platform (kodi-platform-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- kodi-dev (kodi-git-dev, kodi-devel-dev) (make)
Latest Comments
1 2 3 4 5 Next › Last »
DocMAX commented on 2017-06-11 16:44
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
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
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. :)
Bevan commented on 2017-02-20 20:51
@Plexcon: The actual error will be printed somewhere above the lines you pasted here. If you want to post it here, please export LANG=C before running makepkg so that the output is in English.
Plexcon commented on 2017-02-19 16:16
make[2]: *** [CMakeFiles/export-files.dir/build.make:58: CMakeFiles/export-files] Error 1
make[2]: se sale del directorio '/tmp/yaourt-tmp-kandinsky/aur-kodi-dev-git/src/kodi-build'
make[1]: *** [CMakeFiles/Makefile2:1072: CMakeFiles/export-files.dir/all] Error 2
make[1]: se sale del directorio '/tmp/yaourt-tmp-kandinsky/aur-kodi-dev-git/src/kodi-build'
make: *** [Makefile:139: all] Error 2
==> ERROR: Se produjo un fallo en build().
Cancelando…
==> ERROR: Makepkg no ha podido compilar kodi-git.
==> ¿Reiniciar la compilación de kodi-dev-git? [s/N]
Bevan commented on 2017-02-05 20:21
I had a look into the kodi-git and kodi-pre-release packages and they seem to also create a kodi-dev-git / kodi-dev-pre-release package. I guess this contains the necessary files.
Since there are different kodi packages here in AUR and the official repositories, I cannot really include this as a makedepend. I guess I will add a comment to the PKGBUILD…
stuomas commented on 2017-02-05 20:12
I installed version 17 Krypton of kodi-git, and now it is working. Seems some files are just missing from the new master branch...should I notify someone?
stuomas commented on 2017-02-05 16:55
@Bevan okay, thank you for helping though. I will look somewhere else. Maybe this is some new "feature" in the v18 alpha
Bevan commented on 2017-02-05 15:42
What kodi package are you using? It should definitely contain these files to allow building addons. There is not much we can do on our side here :-/
stuomas commented on 2017-02-05 15:39
@Bevan the list is empty, there is no files with cmake ending
I want to edit that I have kodi-git installed today, and actually it is not v17 Krypton as I previously told. It's some v18 alpha. Does it have something to do with this?