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

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.

cspack77 commented on 2018-06-03 23:45 (UTC)

lirc is now a make dependency. https://github.com/xbmc/xbmc/commit/6e156bea5bf3a7fb8967e888238b6a07b967a90b

fleixi commented on 2018-05-12 16:48 (UTC)

Since the last ffmpeg update to Version 1:3.4.2-2 kodi is compile without error but start with this error:

ffmpeg[7FFAACA5C900]: Invalid return value 0 for stream protocol 12:11:39.467 T:140714615097600 DEBUG: Previous line repeats 5 times. 12:11:39.467 T:140714615097600 ERROR: Could not find suitable input format: image/png

and segfault.

If i enable the buildin ffmpeg from kodi in the package.conf kodi is working again but is logical bigger and i like to get rid of double packages.

Im the onlyone with this problem?

Niklas commented on 2018-03-24 22:31 (UTC) (edited on 2018-03-24 22:31 (UTC) by Niklas)

@sarvex: This is not possible because the dynamic version number is calculated from the amount of commits on Git since the last major release.

sarvex commented on 2018-03-24 14:58 (UTC)

It would be really save some bandwidth if the archive tarball is used for sources

source=("https://github.com/xbmc/xbmc/archive/master.tar.gz")