Package Details: kodi-addon-inputstream-adaptive-git 21.4.6.Omega.r0.g0e0820d5-1

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.005482
First Submitted: 2016-11-28 17:20 (UTC)
Last Updated: 2024-05-02 13:34 (UTC)

Dependencies (5)

Required by (2)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

csts commented on 2022-11-24 08:02 (UTC)

Fails to build:
https://www.zerobin.tk/?3e1e7c3b4f6c0de0#BJ6q78ER1aZ8E8TJvf5Hf7anuXcQDaR4sNycaGkQjW9r

FunctionalHacker commented on 2022-08-24 16:12 (UTC)

@arfoll that was it, builds now. Would it make sense for this package to depend straight to kodi-git-dev instead of the generic kodi-dev which is provided by many different versions?

arfoll commented on 2022-08-09 07:14 (UTC)

@FunctionalHacker - probably you have not got a recent enough provider of kodi-dev, to build this on Nexus branch you also need a kodi-git -dev pkg based on Nexus or you receive very similar issues to what you describe.

FunctionalHacker commented on 2022-06-19 08:57 (UTC)

I'm unable to build the addon, It fails with the following vague error

make[2]: *** [src/test/CMakeFiles/inputstream.adaptive_test.dir/build.make:104: src/test/CMakeFiles/inputstream.adaptive_test.dir/TestHLSTree.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:314: src/test/CMakeFiles/inputstream.adaptive_test.dir/all] Error 2
[ 31%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/istream_reader.cc.o
[ 31%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/master_parser.cc.o
[ 32%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/parser_utils.cc.o
[ 33%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/segment_parser.cc.o
[ 34%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/size_parser.cc.o
[ 35%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/skip_parser.cc.o
[ 35%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/unknown_parser.cc.o
[ 36%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/var_int_parser.cc.o
[ 37%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/virtual_block_parser.cc.o
[ 38%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/void_parser.cc.o
[ 39%] Building CXX object lib/webm_parser/CMakeFiles/webm_parser.dir/src/webm_parser.cc.o
[ 40%] Linking CXX static library libwebm_parser.a
[ 40%] Built target webm_parser
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'kodi-addon-inputstream-adaptive-git-20.2.0.Nexus.r19.g59ce7b0-1': 
error: packages failed to build: kodi-addon-inputstream-adaptive-git-20.2.0.Nexus.r19.g59ce7b0-1

I was able to build the package outside of pacman/makepkg with this guide but I was not able to determine what exactly is wrong with this PKGBUILD

gazza_c commented on 2022-01-25 05:16 (UTC) (edited on 2022-01-28 06:39 (UTC) by gazza_c)

Whilst building for version 20 or Nexus, get the following

Please specify at least one package name on the command line. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Bento4 (missing: BENTO4_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) FindBento4.cmake:64 (find_package_handle_standard_args) CMakeLists.txt:64 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/alarm/kodi-addon-inputstream-adaptive-git/src/kodi-addon-inputstream-adaptive-git/kodi-addon-inputstream-adaptive-git-build/CMakeFiles/CMakeOutput.log". ==> ERROR: A failure occurred in build(). Aborting...

Clues?

Ok - latest PKGBUILD fixes - thanks @kevku.

kevku commented on 2020-12-19 20:27 (UTC)

that's not how it works, those packages need to add provides=('kodi-dev=18')

procobain commented on 2020-12-19 13:45 (UTC)

Please add within the dependencies:: kodi (kodi-rpi kodi-rpi-git kodi-rpi-legacy) kodi-dev (kodi-rpi-dev kodi-rpi-git-dev kodi-rpi-legacy-dev)

mokos commented on 2020-12-17 16:49 (UTC)

guys just asking... why not edit this file with the following:

sudo cat /usr/share/polkit-1/rules.d/10-kodi.rules polkit.addRule(function(action, subject) { polkit.log("action=" + action); polkit.log("subject=" + subject); if (action.id.indexOf("org.freedesktop.login1.") == 0) { return polkit.Result.YES; } if (action.id.indexOf("org.freedesktop.udisks.") == 0) { return polkit.Result.YES; } if (action.id.indexOf("org.freedesktop.udisks2.") == 0) { return polkit.Result.YES; } });

this way you enable all options on power menu for every user!!!! you can reboot/poweroff/exit system running kodi without the restriction for KODI user only!!!!! cant you just edit the polkit rule for kodi???? thank you!!!

zertyz commented on 2020-05-02 19:51 (UTC) (edited on 2020-05-02 20:46 (UTC) by zertyz)

please add armv6h (raspberry pi 1) to the list of supported platforms. I just confirmed it works fine.

mokos commented on 2019-02-15 18:47 (UTC) (edited on 2019-02-20 17:09 (UTC) by mokos)

ok i'll admit that I'm big idiot!! the package works fine but after install you need to remember : 1. go to your installed addons in kodi and search for inputstream!!! 2. you need to enable the addon and configure it in order to use it!!

p.s. god damn its the second time that i was stuck... [Big Idiot!!] ---does anyone knows how to install for Krypton 17.6????? can anyone help??---