Package Details: kodi-git r66565.3a1a944b00e-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.003955
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-08-20 15:24 (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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 54 Next › Last »

BlackIkeEagle commented on 2013-08-14 19:31 (UTC)

@MrSatchmoo replace bluez with bluez-libs i will change it for now since bluez (5) is not yet that widely used

MrSatchmoo commented on 2013-08-14 17:37 (UTC)

How do I install this package with bluez4? I'm using Gnome and it still depends on it. Thanks in advance!

marzoul commented on 2013-08-12 20:50 (UTC)

Right. And sorry for the typo about %h!

BlackIkeEagle commented on 2013-08-12 18:27 (UTC)

thanks but without any .gitconfig or other predefined configuration it must be git log -1 --date=short --format="%cd.%h" | tr -d '-'

marzoul commented on 2013-08-12 12:24 (UTC)

There is a much simpler and cleaner way to code the function pkgver(), with exactly the same result: pkgver() { cd "$srcdir/$_gitname" git log -1 --format="%cd.%s" | tr -d '-' } Only a suggestion :-)

BlackIkeEagle commented on 2013-06-15 08:37 (UTC)

i dont think the dependency must be changed, all seems to work for me with bluez

Beretta92 commented on 2013-06-09 13:08 (UTC)

sorry I meant the depedency needs to be changed. That's it ;)

BlackIkeEagle commented on 2013-06-09 07:32 (UTC)

@Beretta92, do you mean it is not working with bluez5, it builds fine, but i have no system to test the bluetooth stuff atm

Beretta92 commented on 2013-06-08 22:27 (UTC)

bluez dependency needs to be changed to bluez4 now

flamusdiu commented on 2013-06-03 23:54 (UTC)

Also, something that I do on the xen-tools-git is add this: pkgver() { cd $_gitname # Use the tag of the last commit git describe --always | sed 's|-|.|g' } So the pkgver is also the last commit when you install it. Just a note. =) Installing the app now.