Search Criteria
Package Details: kodi-addon-pvr-iptvsimple-git r154.d782816-1
Git Clone URL: | https://aur.archlinux.org/kodi-addon-pvr-iptvsimple-git.git (read-only) |
---|---|
Package Base: | kodi-addon-pvr-iptvsimple-git |
Description: | Kodi's IPTV Simple client addon. |
Upstream URL: | https://github.com/kodi-pvr/pvr.iptvsimple |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | BluePeril |
Maintainer: | None |
Last Packager: | francoism90 |
Votes: | 27 |
Popularity: | 0.248592 |
First Submitted: | 2015-07-25 10:27 |
Last Updated: | 2017-03-18 19:01 |
Dependencies (6)
- kodi (kodi-c2-x11, kodi-gb-git, kodi-git, kodi-devel)
- p8-platform (libplatform-git, p8-platform-gb)
- cmake (cmake-git) (make)
- git (git-git) (make)
- kodi-dev (kodi-gb-dev-git, kodi-dev-git, kodi-devel-dev) (make)
- kodi-platform (kodi-gb-platform, kodi-platform-git) (make)
Latest Comments
1 2 3 Next › Last »
francoism90 commented on 2019-02-10 14:52
I'm not using this package anymore, and I'm unable to test. Sorry.
knedlyk commented on 2019-02-09 19:17
@francoism90 Cannot build package with the new cmake, please add WORKING_DIRECTORY:
build() { cd "${srcdir}/${_gitname}" cmake \ -DADDONS_TO_BUILD=pvr.iptvsimple \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib/kodi \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_MODULE_PATH=/usr/lib/kodi \ WORKING_DIRECTORY . }
francoism90 commented on 2019-02-06 19:43
@knedlyk What's the relation with this package?
knedlyk commented on 2019-02-05 23:12
I have this issue: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/issues/28
francoism90 commented on 2017-03-18 18:58
I've updated the PKG, please let me know if there are issues. :)
blackhole commented on 2017-02-12 15:32
I think you must add branch Krypton
source=("git+https://github.com/kodi-pvr/${_gitname}.git#branch=Krypton")
ArthurBorsboom commented on 2017-02-12 15:16
CMake Error at CMakeLists.txt:7 (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.
TheNovaLive commented on 2017-01-14 04:27
@max007: Now kodi-git is Kodi 18 alpha Leia.
Well, I try to edit PKGBUILD, and then install. After I unsubscribe here!
from:
source=("git+https://github.com/kodi-pvr/${_gitname}.git#branch=Jarvis")
to:
source=("git+https://github.com/kodi-pvr/${_gitname}.git#branch=Leia")
max007 commented on 2017-01-13 23:03
If you have error during installation and are using Krypton release, you need to edit PKGBUILD:
from:
source=("git+https://github.com/kodi-pvr/${_gitname}.git#branch=Jarvis")
to:
source=("git+https://github.com/kodi-pvr/${_gitname}.git#branch=Krypton")
TheNovaLive commented on 2017-01-10 19:49
@CryptoManiac:
On the laptop installed successfully -kodi-git, kodi-platform-git, kodi-tools-texturepacker-git, kodi-eventclients-git, kodi-dev-git.
It is impossible to establish -kodi-addon-pvr-iptvsimple-git
Help me please!
CMake Error at CMakeLists.txt:7 (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.