Package Details: kodi-git r67025.2e06c189dd88-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: A software media player and entertainment hub for digital media (master branch, gles renderer)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi, kodi-gbm, kodi-gles, kodi-wayland, kodi-x11
Provides: kodi-common, kodi-gbm, kodi-wayland, kodi-x11
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.001142
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-13 19:34 (UTC)

Dependencies (105)

Required by (0)

Sources (10)

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 »

beojan commented on 2018-01-14 18:01 (UTC) (edited on 2018-01-14 18:02 (UTC) by beojan)

Doesn't build:

/home/beojan/.cache/pacaur/kodi-git/src/xbmc/xbmc/dbwrappers/sqlitedataset.cpp:295: error: undefined reference to 'sqlite3_backup_init'

/home/beojan/.cache/pacaur/kodi-git/src/xbmc/xbmc/dbwrappers/sqlitedataset.cpp:299: error: undefined reference to 'sqlite3_backup_step'

/home/beojan/.cache/pacaur/kodi-git/src/xbmc/xbmc/dbwrappers/sqlitedataset.cpp:300: error: undefined reference to 'sqlite3_backup_finish'

collect2: error: ld returned 1 exit status

make[2]: *** [CMakeFiles/kodi.dir/build.make:486: kodi-x11] Error 1

make[2]: Leaving directory '/home/beojan/.cache/pacaur/kodi-git/src/xbmc'

make[1]: *** [CMakeFiles/Makefile2:1552: CMakeFiles/kodi.dir/all] Error 2

make[1]: Leaving directory '/home/beojan/.cache/pacaur/kodi-git/src/xbmc'

make: *** [Makefile:141: all] Error 2

chuck123 commented on 2018-01-06 13:34 (UTC)

Thank you very much for your help. Everything installed succesfully. Inputstream also installed without any errors. Problem solved. :)

Niklas commented on 2018-01-06 00:19 (UTC) (edited on 2018-01-06 00:20 (UTC) by Niklas)

No you didn't. If you don't install kodi-dev-git when you install kodi-git, it won't be installed. You explicately need to install BOTH at the same time. So just reinstall kodi-git while also installing kodi-git-dev.

A helper like Yaourt would probably take care of this.

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.