Package Base Details: kodi-git

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.078662
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-04-08 15:00 (UTC)

Pinned Comments

graysky commented on 2022-06-11 11:49 (UTC)

@laichiaheng - kodi is bound to a specific version of ffmpeg which is generally older than Arch's package. We avoid incompatibilities by using that specific version (ie internal ffmpeg). Recommend that you build kodi in clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 54 Next › Last »

chuck123 commented on 2018-01-05 22:59 (UTC)

so this means that i already had installed kodi-dev-git. But when i type pacman Qqm only kodi-git is listed as installed kodi-dev-git isn't listed. So kodi-dev-git is installed right? But i still can't install inputstream adaptive. Same error.

Niklas commented on 2018-01-05 22:47 (UTC)

You must build both kodi-git and kodi-dev-git at once and install both resulting packages. They do not just depend on each other, you can't even build the one packages without the other when using this PKGBUILD. That's why reinstalling kodi-git is necessary.

chuck123 commented on 2018-01-05 22:39 (UTC) (edited on 2018-01-05 22:47 (UTC) by chuck123)

when i try to install kodi-dev-git pacman always installs kodi-git (reinstalls kodi-git) And kodi-dev-git stays uninstalled.

Niklas commented on 2018-01-05 21:51 (UTC)

kodi-dev-git contains the files needed to build some Kodi addons. It is a subpackage of kodi-git.

chuck123 commented on 2018-01-05 21:11 (UTC)

kodi-git yes. But not kodi-dev-git. I am installing kodi-dev-git now. Arent kodi-git and kodi-dev-git the same?

Niklas commented on 2018-01-05 20:42 (UTC)

kodi-git and kodi-dev-git as well? They're dependencies so I think you should have them though.

chuck123 commented on 2018-01-05 19:40 (UTC) (edited on 2018-01-05 19:54 (UTC) by chuck123)

i installed kodi-platform-git. but unfortunatly the same error occurs.

/home/****/.cache/pacaur/kodi-addon-inputstream-adaptive-git/src/kodi-addon-inputstream-adaptive-git/src/main.h:22:10: schwerwiegender Fehler: kodi/addon-instance/Inputstream.h: Datei oder Verzeichnis nicht gefunden #include <kodi addon-instance="" inputstream.h=""></kodi>

Niklas commented on 2018-01-05 19:31 (UTC)

You need kodi-platform-git, a dependency which is apparently not included in the PKGBUILD.

chuck123 commented on 2018-01-05 18:53 (UTC) (edited on 2018-01-05 18:55 (UTC) by chuck123)

thanks for your help. I did what you advised me to do. but at the end i get following error: /home/****/.cache/pacaur/kodi-addon-inputstream-adaptive-git/src/kodi-addon-inputstream-adaptive-git/src/main.h:22:10: schwerwiegender Fehler: kodi/addon-instance/Inputstream.h: Datei oder Verzeichnis nicht gefunden #include <kodi addon-instance="" inputstream.h=""></kodi>

Translation of the error: schwerwiegender Fehler = fatal error Datei oder Verzeichnis nicht gefunden = file or directory not found

What went wrong?

Niklas commented on 2018-01-05 18:26 (UTC)

Just comment that source line and uncomment the one two lines below.