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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 54 Next › Last »

Lenovsky commented on 2019-01-21 22:59 (UTC)

I've just disowned the package. My time has come, now it's someone else's turn ;)

vt220 commented on 2018-12-18 10:57 (UTC)

It seems that fstrcmp is also a build dependency now (and not only an installation dependency, as was mentioned below), is is possible please to add it as a build dependency as well?

WeenieHut commented on 2018-08-15 06:25 (UTC)

@martyg if you're going to post a patch don't include line breaks. Whenever I try to apply the patch its read as garbage. A for effort though.

martyg commented on 2018-08-01 02:59 (UTC)

  1. copying.txt is no longer present in the source distro (Errors the build)

  2. kodi binary will not load unless fstrcmp installed

  3. kodi binary now requires lirc library to load (No longer optional)

Patch enclosed. (This will build the Leia Alpha 3 tag) https://ptpb.pw/i23Z

kevku commented on 2018-07-28 07:57 (UTC)

new dependency fstrcmp https://github.com/xbmc/xbmc/pull/14221

Lenovsky commented on 2018-07-16 05:45 (UTC)

Thank you for all the information, the package should work fine now.

rio commented on 2018-07-13 19:56 (UTC) (edited on 2018-07-13 20:02 (UTC) by rio)

Can confirm the LICENSE.GPL issue. The license files changed to markdown in a commit from April:

https://github.com/xbmc/xbmc/commit/40fe25d9c4890e6d64e74b70eecee84a82d04928

Changing LICENSE.GPL to LICENSE.md in the PKGBUILD fixed the issue.

DanySK commented on 2018-07-12 21:50 (UTC)

Hi, packaging fails to me:

mv: cannot stat '/tmp/yaourt-tmp-danysk/aur-kodi-git/pkg/kodi-git/usr/share/doc/kodi/LICENSE.GPL': No such file or directory ==> ERROR: A failure occurred in package_kodi-git(). Aborting... ==> ERROR: Makepkg was unable to build kodi-git.

Can Anybody else confirm the issue?

martyg commented on 2018-07-04 21:07 (UTC)

As mentioned by @cspack77, lirc also needs to be installed during build.

The enclosed PKGBUILD patch gives me a working Leia Alpha-2 binary with LIRC remote support. This patch also corrects my earlier issue with libcec.

https://ptpb.pw/xRqB

martyg commented on 2018-07-01 00:56 (UTC)

Thank you for maintaining this. I was dying for a Kodi-19 preview.

FYI, the binary will not start unless libcec.so.4 is installed. So I guess libcec needs to be moved to the "depends" list.

This was built in a clean chroot, so no unnecessary junk was lying around when built.