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)

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

MatejLach commented on 2013-01-03 20:11 (UTC)

Thanks for this package, but please don't update it as much, as those of us using an AUR helper are then asked to update, when none is needed. Only update it when the build is broken. Thank you,

graysky commented on 2012-12-28 11:52 (UTC)

@BlackIke-Your efforts maintaining this package are appreciated. Please stop updated it with just the pkgver bump. Doing so causes multiple (meaningless) entries in the package log. It makes it very tedious for us to see what of substance has changed between versions. http://pkgbuild.com/git/aur-mirror.git/log/xbmc-git

dejavu commented on 2012-12-27 13:59 (UTC)

Just use my posted polkit rules: https://bbs.archlinux.org/viewtopic.php?pid=1202676#p1202676. Works very well. And simply put that into the PKGBUILD: # Polkit rules install -d -m700 $pkgdir/etc/polkit-1/rules.d install -D -m644 $srcdir/10-xbmc.rules $pkgdir/etc/polkit-1/rules.d/10-xbmc.rules

BlackIkeEagle commented on 2012-12-26 19:59 (UTC)

@all: the xbmc-pulse-git will dissapear from my repo, it will be taken here next nightly will have: - pulseaudio enabled again - small update to service file for the listen tcp issue but still no final solution for the shutdown/reboot/... stuff - removed lsb_release 'hack' since it should be working ok from xbmc

BlackIkeEagle commented on 2012-12-26 19:52 (UTC)

@bszmyd: for ccache use makepkg.conf BUILDENV=(fakeroot !distcc color !ccache check !sign) by default it is disabled remove the exclamation mark and it should be enabled so you can use ccache

BlackIkeEagle commented on 2012-12-26 17:36 (UTC)

@all if you are interested, i'll provide a xbmc-pulse-git in my personal repository for testing, it might dissapear soon, we'll see

BlackIkeEagle commented on 2012-12-26 17:34 (UTC)

@Beretta92: it will be as community is now with extra or less dependencies i have to look into it if maybe we need to split into a pulse and non-pulse enabled binary. all when there is time :p i still have to test if there are the same issues with pulseaudio as i encountered before at the start of frodo development and i hope we'll get a good working service file so we no longer need the 'display manager' workaround currently i have to build again with pulse and see what it gives me

Beretta92 commented on 2012-12-26 15:20 (UTC)

maybe ask how the comunity pkg is going to be?

BlackIkeEagle commented on 2012-12-26 12:03 (UTC)

@Beretta92, the best way to make sure everything works fine (and the way i'm using xbmc standalone atm) is by using a display manager. atm i use lxdm with autologin configured and then everything works. i'm also looking into the systemd services stuff but that is not as simple as assumed

Beretta92 commented on 2012-12-26 10:56 (UTC)

any chances to get shutdown etc working again?