Package Details: kodi-git-eventclients r67025.2e06c189dd88-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: Kodi Event Clients (master branch)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi-eventclients
Provides: kodi-eventclients
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.001238
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-13 19:34 (UTC)

Dependencies (61)

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

vially commented on 2012-11-17 06:35 (UTC)

@MatejLach If you do need CEC support (I think it's only required if you use this CEC adapter: http://www.pulse-eight.com/store/products/104-usb-hdmi-cec-adapter.aspx) BlackIkeEagle's solution might be the easiest way to fix it. However, if you don't need CEC support you could just remove the --enable-cec compile flag from the PKGBUILD

BlackIkeEagle commented on 2012-11-16 21:49 (UTC)

@MatejLach: yes, just read the comment of '2012-10-21 18:37', a little bit scrolling down on this page

MatejLach commented on 2012-11-16 20:41 (UTC)

Fails to compile for me, last couple of lines: will not check for RPi support (unsupported cpu: x86_64) checking for CEC... no configure: error: == libcec disabled. CEC adapter support will not be available. == ==> ERROR: A failure occurred in build(). Aborting... The build failed. Any ideas?

cgirard commented on 2012-11-05 12:13 (UTC)

Could you add systemd service file similar to what is provided by xbmc in [community]: https://projects.archlinux.org/svntogit/community.git/tree/trunk/xbmc.service?h=packages/xbmc Thanks

blackhole commented on 2012-10-30 13:54 (UTC)

In the last version external .srt subtitles not working

BlackIkeEagle commented on 2012-10-21 18:37 (UTC)

@graysky & all: for the ones willing to test xbmc-git i'll provide daily snapshots in my repository, this repository also contains the last libcec and a modified lockdev atm the xbmc package in community cant handle libcec >= 2 so libcec will not be upgraded until xbmc11 supports libcec2 or until xbmc frodo lands in our repositories [herecura-testing] Server = http://repo.herecura.be/herecura-testing/$arch

graysky commented on 2012-10-18 19:58 (UTC)

checking for nfsc/libnfs.h... yes checking for libnfs soname... libnfs.so.1 checking afpfs-ng/libafpclient.h usability... yes checking afpfs-ng/libafpclient.h presence... yes checking for afpfs-ng/libafpclient.h... yes checking for libafpclient soname... libafpclient.so.0 checking plist/plist.h usability... yes checking plist/plist.h presence... yes checking for plist/plist.h... yes checking for libplist soname... libplist.so.1 checking shairport/shairport.h usability... no checking shairport/shairport.h presence... no checking for shairport/shairport.h... no configure: == Could not find libshairport. AirTunes support disabled. == checking shairport/ao.h usability... no checking shairport/ao.h presence... no checking for shairport/ao.h... no checking for UDEV... yes configure: == libusb disabled. == will not check for RPi support (unsupported cpu: i686) checking for CEC... no configure: error: == libcec disabled. CEC adapter support will not be available. == ==> ERROR: A failure occurred in build(). Aborting...

<deleted-account> commented on 2012-10-12 09:22 (UTC)

@Beretta92: the needed version of libcec changed (now it is >=2.0) and the packaged one is 1.9. Installing libcec-git from AUR should work (or disabling it as you did if not needed would work as well). Note for the ones trying to install libcec-git: if you receive an error while linking against liblockdev then you have to recompile lockdev package manually with -fPIC.

Beretta92 commented on 2012-10-11 22:59 (UTC)

looks like CEC is broken.. disable CEC works

dejavu commented on 2012-10-08 11:30 (UTC)

@BlackIkeEagle: It's nice that you are so motivated to provide us an uptodate PKGBUILD. But would it be possible to update the package only when you change something. For sure you can test the PKGBUILD locally. Thanks.