Search Criteria
Package Details: kodi-addon-pvr-hts 21.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-addon-pvr-hts.git (read-only, click to copy) |
---|---|
Package Base: | kodi-addon-pvr-hts |
Description: | Tvheadend HTSP PVR client addon for Kodi |
Upstream URL: | https://github.com/kodi-pvr/pvr.hts |
Keywords: | hts kodi pvr tvheadend |
Licenses: | GPL |
Groups: | kodi-addons |
Submitter: | AlD |
Maintainer: | AlD |
Last Packager: | AlD |
Votes: | 32 |
Popularity: | 0.024936 |
First Submitted: | 2015-08-11 02:08 (UTC) |
Last Updated: | 2024-06-11 11:27 (UTC) |
Dependencies (6)
- kodi (kodi-ext-gitAUR, kodi-gles)
- p8-platform (libplatform-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- kodi-dev (kodi-ext-git-devAUR, kodi-git-devAUR, kodi-stable-git-devAUR) (make)
- kodi-platform (kodi-platform-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
flexmcmurphy commented on 2022-06-21 22:07 (UTC) (edited on 2022-06-22 00:04 (UTC) by flexmcmurphy)
Just want to leave these instructions for anyone (like me) new to AUR Packages:
To install "kodi-addon-pvr-hts 19.0.6-1" I had Kodi 19.4.0 that I installed from Add/Remove Software in Manjaro (pamac)
From command line I created a working directory in my home folder then...
cd /home/flex/kodi
git clone https://aur.archlinux.org/kodi-addon-pvr-hts.git
makepkg
At this point I was told that I was missing the dependencies: cmake, kodi-platform and kodi-dev
I installed these again using the Add/Remove Software utility in Manjaro (you could also use pamac or pacman)
If the make (compilation) is successful you will get a bunch of files in that directory you git cloned to. One such file is: kodi-addon-pvr-hts-19.0.6-1-x86_64.pkg.tar.zst
I right clicked on that from Manjaro Dolphin File Explorer and selected: "Open with Software Installer" and this installed the package into /home/flex/.kodi/addons/packages/
I then rebooted the computer and when I restarted Kodi it asked me if I wanted to enable the HTSP Client Add-on to which I said yes and then could configure it and it works!
jody commented on 2021-07-31 10:59 (UTC)
well not with starting kodi, though takes long, starts but keeps crashing after a while
francoism90 commented on 2021-07-31 10:48 (UTC)
Anyone else having issues starting kodi with this package installed?
kleini commented on 2021-03-02 11:05 (UTC)
I still have kodi version 18.9 installed and the latest version 8.2.2 of this addon fails to build against kodi 18.9 obviously. So the dependencies should be extended to contain a version if kodi 19.0 is required at minimum.
wuestengecko commented on 2020-03-15 23:18 (UTC)
@willemw: It's not a problem to use VCS sources if you guarantee to actually fetch that version (usually by targetting the specific release tag). The official kernel package actually does just that. However it's usually preferred to use tarballs, because these a) can be checksummed easily and b) are often signed contrary to (often) unsigned git tags. And also, you don't fetch the entire development history when downloading a tarball (which is especially relevant for large projects, not so much this addon).
@AlD: Two issues with that.
#branch=Leia
always refers to the newest version of the package, not what is defined by$pkgver
). This behaviour is only desired in VCS packages.$pkgver
and the upstream version drifting out of sync, which is against Arch's packaging standards. That isn't really an immediate problem just in terms of pacman detecting upgrades, but it will probably lead to confusion if anyone wants to make a bug report ("I have v4.4.21 installed from the AUR" - "But the current version is v4.4.20 ..." -- and that's the harmless case).I suggest that, when upstream releases the next version (assuming that is going to be 4.4.21), you only bump
$pkgrel
to get$pkgver
back in sync, and in that same commit change thesource=()
to refer to something like#tag=$pkgver-$_kodi_branch
, with$_kodi_branch=Leia
replacing the (now obsolete)$_gitver
. (Alternatively change the git source to use the Github-generated tarballs, but that's mainly a thing of package maintainer's preference.)I can prepare a patch to the PKGBUILD tomorrow if I wasn't clear enough on what I meant. :)
willemw commented on 2020-02-19 21:12 (UTC)
@AID: OK, I missed that. There already exists a package with a VCS name (kodi-addon-pvr-hts-git).
This package does not end on "-git", but the source files are from VCS. Is that not a problem? AUR helpers may not update this package when requested (--devel), because the package name does not end on "-git".
AlD commented on 2020-02-19 20:57 (UTC)
@willemw, AFAIK check-summing is not supported for VCS sources.
willemw commented on 2020-02-17 17:08 (UTC)
The md5sum should not be 'SKIP'.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »