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.061641
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 .. 47 48 49 50 51 52 53 54 Next › Last »

donvla commented on 2011-01-30 12:00 (UTC)

I'll add this _commit stuff later. I'm not at home right now.

donvla commented on 2011-01-30 12:00 (UTC)

@jack.mitchell: That was also my initial idea. There is a _commit var inside the PKGBUILD which points to the Dharma and current release SHA. Though I haven't used it yet. Use smth like: " (( _commit )) && git ckeckout -b temp ${_commit} " in the PKGBUILD. @Beretta92: That's definetely not related to the PKGBUILD. Ask this in the xbmc forums.

Beretta92 commented on 2011-01-30 10:11 (UTC)

configure: Skipping configuration of submodule lib/libflac/flac-1.2.1. I get this while configuring, would this be why I can't hear voices on HD movies? (On HD movies since a few revisions, I can't hear voices in .mkv but I hear the rests of the sounds like music etc....) any help?

jack.mitchell commented on 2011-01-29 22:55 (UTC)

I added a checkout of the Dharma release tag in the PKGBUILD and it built fine after it failed before. I think some sort of system for selecting revisons that we know build as we had for the SVN would be a good idea. I'm not sure how you do it in git but you should be able to select up to a certain commit?

Beretta92 commented on 2011-01-29 09:16 (UTC)

works for me with latest revision......

triarius commented on 2011-01-29 01:38 (UTC)

core/gcc 4.5.2-5 (base-devel) core/gcc-libs 4.5.2-5 (base) multilib/lib32-gcc-libs 4.5.2-5

jack.mitchell commented on 2011-01-28 18:21 (UTC)

local/gcc 4.5.2-5 (base-devel) The GNU Compiler Collection - C and C++ frontends local/gcc-libs 4.5.2-5 (base) Runtime libraries shipped by GCC local/lib32-gcc-libs 4.5.2-5 Runtime libraries shipped by GCC (32-bit)

Beretta92 commented on 2011-01-28 15:17 (UTC)

core/gcc 4.5.2-5

donvla commented on 2011-01-28 15:12 (UTC)

Which gcc package/version are you all using?