Search Criteria
Package Details: kodi-addon-inputstream-adaptive-git 21.4.6.Omega.r0.g0e0820d5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-addon-inputstream-adaptive-git.git (read-only, click to copy) |
---|---|
Package Base: | kodi-addon-inputstream-adaptive-git |
Description: | InputStream client for adaptive streams for Kodi 21+ |
Upstream URL: | https://github.com/xbmc/inputstream.adaptive |
Licenses: | GPL2 |
Conflicts: | kodi-addon-inputstream-adaptive |
Provides: | kodi-addon-inputstream-adaptive |
Submitter: | kevku |
Maintainer: | kevku |
Last Packager: | kevku |
Votes: | 16 |
Popularity: | 0.007139 |
First Submitted: | 2016-11-28 17:20 (UTC) |
Last Updated: | 2024-05-02 13:34 (UTC) |
Dependencies (5)
- pugixml (pugixml-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- kodi-dev (kodi-stable-git-devAUR, kodi-ext-git-devAUR, kodi-git-devAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
Required by (2)
- kodi-addon-script-module-inputstreamhelper (requires kodi-addon-inputstream-adaptive)
- kodi-plugin-video-picta-bin (requires kodi-addon-inputstream-adaptive)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Niklas commented on 2019-02-08 20:12 (UTC)
@fotoniker: not necessary since good AUR helpers should give you the option to choose between e.g. kodi-git and kodi-devel
Xavier commented on 2019-01-30 19:10 (UTC)
missing a dot "." at the end of the cmake line
Rotgruen commented on 2019-01-29 22:25 (UTC)
When trying to install the package I get the following error message: "no source or binary directory provided". I have installed kodi-devel in advance
fotoniker commented on 2019-01-15 17:07 (UTC)
please add 'kodi-devel' to the depends, thanks.
knappster commented on 2018-10-27 10:57 (UTC)
It looks like the colorspace code coincides with changes that were made to Kodi 18 beta 4. I am able to build inputstream 2.3.3 once beta 4 is installed (but not when beta 3 was)
Hagar commented on 2018-10-15 08:06 (UTC)
2.2.28 from 8 days ago does build.
Hagar commented on 2018-10-15 07:24 (UTC) (edited on 2018-10-15 07:26 (UTC) by Hagar)
I am unable to build after colorspace additions.
src/kodi-addon-inputstream-adaptive-18-git/src/main.cpp
error: ‘struct INPUTSTREAM_INFO’ has no member named ‘m_codecFourCC’
error: ‘struct INPUTSTREAM_INFO’ has no member named ‘m_colorSpace’
error: ‘COLORSPACE_UNKNOWN’ is not a member of ‘INPUTSTREAM_INFO’
error: ‘struct INPUTSTREAM_INFO’ has no member named ‘m_colorRange’
error: ‘COLORRANGE_UNKNOWN’ is not a member of ‘INPUTSTREAM_INFO’
Any Suggestions ?
Niklas commented on 2018-09-13 15:22 (UTC)
oh sorry
tadly commented on 2018-09-13 15:14 (UTC)
I might as well explain the issue.
With your
source
you are telling makepkg to clone the repository into thegitsrc
directory.Later on, in the pkgver, build and package functions, you're navigation to
"${srcdir}/${pkgname}"
which obviously doesn't exist.tadly commented on 2018-09-13 15:11 (UTC)
I'm pretty sure it doesn't because it can't work the way it is.
I guess whatever you are testing is hitting a cache :)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »