Package Details: kodi-git-eventclients r66565.3a1a944b00e-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.003499
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-08-20 15:24 (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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 54 Next › Last »

a36233 commented on 2017-02-13 17:00 (UTC)

It fails to build with: AUR/kodi-git/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp:227:14: error: ‘AVSubtitleRect {aka struct AVSubtitleRect}’ has no member named ‘data’ if (rect.data[0] == NULL) ^~~~ AUR/kodi-git/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp:284:17: error: ‘AVSubtitleRect {aka struct AVSubtitleRect}’ has no member named ‘linesize’ s += rect.linesize[0]; AUR/kodi-git/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp:284:17: error: ‘AVSubtitleRect {aka struct AVSubtitleRect}’ has no member named ‘linesize’ s += rect.linesize[0]; AUR/kodi-git/src/xbmc/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp:289:63: error: ‘AVSubtitleRect {aka struct AVSubtitleRect}’ has no member named ‘data’ overlay->palette[i] = Endian_SwapLE32(((uint32_t *)rect.data[1])[i]);

graysky commented on 2017-01-16 20:03 (UTC)

@BIE - Curious why have you included mesa-demos in the dependencies array. Seems to run just fine without it.

Beretta92 commented on 2016-12-25 23:05 (UTC)

can you please make it remove kodi-build folder at the end?

BlackIkeEagle commented on 2016-12-23 21:53 (UTC)

Here is a first version based on cmake, if you find issues or having trouble just let me know

tstenner commented on 2016-12-18 11:37 (UTC)

The new builds fail as the team switched to CMake (https://github.com/xbmc/xbmc/blob/master/project/cmake/README.md)

neo1973 commented on 2016-08-26 15:55 (UTC)

Try building without the patch to use the current libcurl.

borrelnoot commented on 2016-08-23 10:12 (UTC)

Thanks mac1202, that fixed it.

mac1202 commented on 2016-08-23 09:35 (UTC)

I have the same issue downgraded to curl-7.50.0-1 to be able to build kodi.