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.004036
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-08-20 15:24 (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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 54 Next › Last »

graysky commented on 2014-11-05 20:07 (UTC)

Thanks BlakeIke. You have a typo in kodi.install - missing a leading / in front of usr...

BlackIkeEagle commented on 2014-11-04 13:01 (UTC)

kodi-git requires libcec 2.2.0 just wait for a bit, libcec 2.2.0 is in community-testing now, we need to verify the other packages using libcec before moving it in community

dhead666 commented on 2014-11-04 02:47 (UTC)

@graysky I also seeing this error in a clean chroot, I didn't figure out how to solve it but I don't need cec so I just disabled it and the rest of the build process continue nicely (with the changes for kodi). These are the changes I made for 14.0b1 https://github.com/dhead666/archlinux-pkgbuilds/commit/07fd47c9d15272e6e87baa3831ccc8aa4449adb8 one mistake I made is that sdl2 is a required runtime depend if you build kodi with it (needed for joystick support, can be disabled and then sdl2 not needed for build). p.s. You might want to look a little bit before at these lines: PeripheralCecAdapter.cpp: In member function 'void PERIPHERALS::CPeripheralCecAdapter::SetConfigurationFromSettings()': PeripheralCecAdapter.cpp:1272:35: error: 'CEC_CLIENT_VERSION_2_2_0' was not declared in this scope m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;

graysky commented on 2014-11-03 22:57 (UTC)

Anyone else getting build errors? /build/kodi-git/src/xbmc/Makefile.include:93: recipe for target 'PeripheralCecAdapter.o' failed make[1]: *** [PeripheralCecAdapter.o] Error 1 Makefile:517: recipe for target 'xbmc/peripherals/devices/peripheral-devices.a' failed make: *** [xbmc/peripherals/devices/peripheral-devices.a] Error 2 make: *** Waiting for unfinished jobs.... CPP xbmc/pictures/PictureInfoLoader.o CPP xbmc/music/MusicDbUrl.o CPP xbmc/pictures/PictureInfoTag.o CPP xbmc/pictures/PictureThumbLoader.o CPP xbmc/music/MusicInfoLoader.o CPP xbmc/pictures/SlideShowPicture.o AR xbmc/peripherals/peripherals.a CPP xbmc/music/MusicThumbLoader.o CPP xbmc/music/Song.o CPP xbmc/music/windows/GUIWindowMusicPlaylist.o CPP xbmc/music/windows/GUIWindowMusicPlaylistEditor.o CPP xbmc/music/windows/GUIWindowMusicSongs.o CPP xbmc/music/windows/GUIWindowVisualisation.o GUIWindowMusicPlaylist.cpp: In member function 'virtual void CGUIWindowMusicPlayList::OnItemLoaded(CFileItem*)': GUIWindowMusicPlaylist.cpp:475:83: warning: '0' flag ignored with precision and '%i' gnu_printf format [-Wformat=] str = StringUtils::Format("%02.2i. %s ", pItem->m_iprogramCount, str.c_str()); ^ AR xbmc/music/windows/musicwindows.a AR xbmc/pictures/pictures.a AR xbmc/music/music.a ==> ERROR: A failure occurred in build(). Aborting...

dhead666 commented on 2014-10-31 23:45 (UTC)

It seems like SDL2 support was added but only now the readme is updated with the depends. https://github.com/xbmc/xbmc/pull/5364 https://github.com/xbmc/xbmc/pull/5605/files#diff-a0cd151ce52150a9660215a43dca4752R55

BlackIkeEagle commented on 2014-10-23 06:41 (UTC)

headsup: i will move xbmc-git to kodi-git later today

dhead666 commented on 2014-10-22 08:54 (UTC)

I believe it's possible to remove the dependency on flac. https://github.com/xbmc/xbmc/pull/5527

Beretta92 commented on 2014-10-21 20:35 (UTC)

xbmc.sh.in should be renamed kodi.sh.in in PKGBUILD

<deleted-account> commented on 2014-08-26 10:57 (UTC)

missing depends mesa-demos. Without it, XBMC claims there is no OpenGL hardware and doesn't start.