Package Details: kodi-git r67165.504c69cc3b2b-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.000672
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-12-08 16:30 (UTC)

Dependencies (105)

Required by (0)

Sources (9)

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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 55 Next › Last »

gee commented on 2012-12-26 02:34 (UTC)

Thanks!

BlackIkeEagle commented on 2012-12-25 09:02 (UTC)

@gee: since pulseaudio became somewhat a hard dependency when enabling pulse i dropped it because it was not working as expected on my test setups when i find enough time i might look into it to make it work

gee commented on 2012-12-25 04:04 (UTC)

@BlackIkeEagle: Thanks for the daily build, is there any chance you would build with pulse enabled? Thanks!

BlackIkeEagle commented on 2012-12-23 18:29 (UTC)

@all: if you just want to test the latest xbmc-git, there is a nightly snapshot built by me every day which is available in my repository [herecura-testing]. for people wanting the latest libcec stuff this is moved to [blackeagle-pre-community] repo. you can find all this at http://repo.herecura.be

martinoff commented on 2012-12-23 18:20 (UTC)

it's ok again with this commit https://github.com/xbmc/xbmc/commit/641c81e4e63f115c770d0f8675d672088fd09085

martinoff commented on 2012-12-23 17:56 (UTC)

cant build it today http://sprunge.us/KgEZ

bszmyd commented on 2012-12-16 16:57 (UTC)

Maybe add ccache as an optional dep to lessen rebuild time? Also, do we still need to patch the SystemInfo.cpp file after 7290a: """ Author: theuni <theuni-nospam-@xbmc.org> Date: Wed Apr 4 19:07:26 2012 -0400 fixed: linux distro name finder This was completely broken if lsb_release did not exist. We actually check the release files now. Also, /etc/buildroot-release added. """

knedlyk commented on 2012-12-06 18:54 (UTC)

There is no sense to add --enable-libcec in configure flags because build is failed with current libcec packages. Without this flag configurator chooses automatically whether to compile with cec libs or not. I recommend to avoid cec flag in general case. Probably xbmc-git requires libcec-git package from AUR to build properly.