Package Details: kodi-git-dev r69106.e3a11c594f9d-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: Kodi dev files (master branch)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi-dev
Provides: kodi-dev
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 84
Popularity: 0.000002
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2025-08-24 17:40 (UTC)

Dependencies (57)

Required by (56)

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 2 3 4 5 6 7 8 9 .. 55 Next › Last »

csts commented on 2024-03-05 03:42 (UTC) (edited on 2024-03-05 07:26 (UTC) by csts)

graysky, I asked Chaotic-AUR to change their kodi-git PKGBUILD to gl, if they do, you should change nothing

csts commented on 2024-03-05 02:18 (UTC)

graysky the problem is I can't do that, since I get kodi-git binary from Chaotic-AUR, and I'm guessing it sees only gles. I'm used to have HEVC working for too many years, and can't see why changing it now. Mayby you can make gl the default then let peeps choose gles on demand.

graysky commented on 2024-03-04 21:23 (UTC) (edited on 2024-03-04 21:23 (UTC) by graysky)

@csts - I commented on your issue but mirroring here for coverage:

Please see line 24 in the PKGBUILD wherein you need to define the _renderer variable to a value of either gles or gl.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kodi-git#n24

csts commented on 2024-03-04 19:59 (UTC) (edited on 2024-03-04 20:03 (UTC) by csts)

@graysky, a Kodi dev mentioned you switched build to GLES, and that's why I get a black screen with HEVC:
https://github.com/xbmc/xbmc/issues/24802#issuecomment-1976468327

graysky commented on 2023-12-23 09:34 (UTC)

@kevku - fixed in latest commit and yes, this PKGBUILD mirrors the official one which build both gl and gles separately. I guess I can modify it to have a variable define which one to build...

kevku commented on 2023-12-23 08:18 (UTC)

you removed provides=kodi-dev from the kodi-git-dev package. this pkgbuild also now builds everything twice which is pointless waste of time for 99% of people.

ilikenwf commented on 2023-12-22 18:50 (UTC)

Nice @graysky!

csts commented on 2023-12-22 14:26 (UTC)

Package updated in Chaotic-AUR 5 days ago:
https://github.com/chaotic-aur/packages/issues/2956

graysky commented on 2023-12-22 09:29 (UTC)

@ilikenwf - latest commit builds both gl and gles