Package Details: kodi-git r67025.2e06c189dd88-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.001142
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-13 19:34 (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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 54 Next › Last »

a36233 commented on 2017-04-18 13:46 (UTC)

Please change makedeps: 'rapidjson-git' to 'rapidjson'.

BTW_IUseGentoo commented on 2017-04-17 23:04 (UTC) (edited on 2017-04-17 23:07 (UTC) by BTW_IUseGentoo)

@slobeck I was able to build @BlackIkeEagle's "rapidjson-git" PKG and in turn "kodi-git". "rapidjson-git" calls for "gtest" so I got it from Community "gtest" and from AUR "mingw-w64-gtest" (not sure if I needed both PKG's). It still failed to build so I copied the contents of "/usr/src/gtest/" to a newly created DIR "/usr/src/gtest/include/gtest/" and "rapidjson-git" completed building. I was able to build "kodi-git" without any issues after. Thanks!!

slobeck commented on 2017-04-12 21:51 (UTC)

@BlackIkeEagle your rapidjson-git fails to build CMake Error at googletest/cmake_install.cmake:44 (file): file INSTALL cannot find "/usr/src/gtest/include/gtest". Call Stack (most recent call first): test/cmake_install.cmake:37 (include) cmake_install.cmake:106 (include) make: *** [Makefile:76: install] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

BlackIkeEagle commented on 2017-04-12 07:39 (UTC)

@tixetsal You can get the proper pkgbuild for rapidjson-git here: https://github.com/herecura/rapidjson-git I'm going to have to create a rapidjson package anyway so its available by the time kodi 18 has to go to community

tixetsal commented on 2017-04-11 15:11 (UTC) (edited on 2017-04-11 20:23 (UTC) by tixetsal)

@BlackIkeEagle I tried downloading rapidjson, but of course it gets replaced by rapidjson-git as the package managers run through dependencies. I wanted to make sure that it wasn't something I was doing. I appreciate the work that you put into maintaining kodi-git.

BlackIkeEagle commented on 2017-04-11 05:00 (UTC)

@tixetsal I know, the maintainer of rapidjson-git must fix the package first. see my comments there: https://aur.archlinux.org/packages/rapidjson-git/

tixetsal commented on 2017-04-10 16:07 (UTC) (edited on 2017-04-10 16:08 (UTC) by tixetsal)

I still can't build this package (with yaourt or pacaur), and I don't know what I'm doing wrong. I receive the following error: xbmc/utils/StringUtils.h: needs update CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find RapidJSON (missing: RapidJSON_VERSION) Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindRapidJSON.cmake:27 (find_package_handle_standard_args) cmake/scripts/common/Macros.cmake:315 (find_package) CMakeLists.txt:168 (core_require_dep) -- Configuring incomplete, errors occurred! See also "/tmp/makepkg/kodi-git/src/xbmc/CMakeFiles/CMakeOutput.log". See also "/tmp/makepkg/kodi-git/src/xbmc/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting...

BlackIkeEagle commented on 2017-04-09 12:54 (UTC)

@dbrobins thanks I'll update the patch

dbrobins commented on 2017-04-09 02:48 (UTC)

The 0001-fmt-does-not-have-sprintf.patch appears to be doing the wrong thing - instead of switching to fmt::format it should be adding a #include "fmt/printf.h". With the patch as it is, it doesn't convert printf-style strings, which for me meant (1) kodi.log was filled with formatting chars rather than timestamp etc., and (2) when it tried to do the database update, I got databases like 'MyVideos%d' and 'MyMusic%d'.

BlackIkeEagle commented on 2017-03-30 06:08 (UTC)

@tixetsal, Yes they are rapidly intorducing changes and I'm currently unable to fix them for now, wendsday I hope I can start looking into it. If just want to test a version you could use the last built kodi-git from my repo https://repo.herecura.eu [herecura]