Package Details: kodi-git r67077.44376d5e9c74-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.001119
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-23 20:01 (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 .. 44 45 46 47 48 49 50 51 52 53 54 Next › Last »

matteomattei commented on 2011-05-01 09:05 (UTC)

I got this error: make[3]: Leaving directory `/var/abs/local/yaourtbuild/xbmc-git/src/xbmc/xbmc/screensavers/rsxs-0.9' make[2]: Leaving directory `/var/abs/local/yaourtbuild/xbmc-git/src/xbmc/xbmc/screensavers/rsxs-0.9' make[1]: Leaving directory `/var/abs/local/yaourtbuild/xbmc-git/src/xbmc/xbmc/screensavers/rsxs-0.9/xbmc' make -C xbmc make[1]: Entering directory `/var/abs/local/yaourtbuild/xbmc-git/src/xbmc/xbmc' CPP Application.o CPP ApplicationMessenger.o CPP Autorun.o Autorun.cpp: In static member function ‘static bool MEDIA_DETECT::CAutorun::RunDisc(XFILE::IDirectory*, const CStdString&, int&, bool, bool)’: Autorun.cpp:147:8: warning: variable ‘szSlash’ set but not used [-Wunused-but-set-variable] Autorun.cpp:156:8: warning: variable ‘bAllowPictures’ set but not used [-Wunused-but-set-variable] CPP AutoSwitch.o CPP DynamicDll.o CPP Favourites.o CPP FileItem.o CPP LangInfo.o CPP GUIInfoManager.o make[1]: *** [GUIInfoManager.o] Error 1 make[1]: Leaving directory `/var/abs/local/yaourtbuild/xbmc-git/src/xbmc/xbmc' make: *** [xbmc/xbmc.a] Error 2

gridaphobe commented on 2011-04-24 14:57 (UTC)

I just built this package, and XBMC crashes each time I try to play a video using the xvid codec. All of the videos play fine in vlc, and they played fine in XBMC when I was running Ubuntu last week. I had the same issue with the main XBMC package, and saw a discussion about configuring with --disable-external-ffmpeg, which I confirmed is being used by this package. Other videos, such as a .mkv play without issue. Any ideas?

Beretta92 commented on 2011-04-21 00:21 (UTC)

actually, commenting: make -C lib/addons/script.module.pil make -C lib/addons/script.module.pysqlite fixed my problem, what are they needed for? looks like plugins still work...

Beretta92 commented on 2011-04-21 00:13 (UTC)

Hi donvla, could you check with latest revs, I'm getting errors about /src/xbmc/lib/addons/script.module.pil that looks for /src/xbmc/lib/python/python which does not exist.... I'm wondering if we should change python 2 dep for python24 since XBMC expects python 2.4 and not 2.7....

<deleted-account> commented on 2011-04-12 19:02 (UTC)

yep that's what i did...just asked as I was not sure whether the dharma branch was merged with the master branch! by the way if you don't disable external python build fails.

donvla commented on 2011-04-11 19:24 (UTC)

Just comment the first _commit line and then uncomment the _commit line under the "# 10.1-Dharma release commit" comment.

<deleted-account> commented on 2011-04-11 17:31 (UTC)

hi donvla in order to build 10.1 dharma is the following line enough _commit=e9e909922ed87c4f0bc9 or do I need to add a line for switching to dharma git branch too ?

BlackIkeEagle commented on 2011-04-11 07:03 (UTC)

@CPUnltd: you dont need mysql itself, libmysqlclient should be enough and you need it anyway for xbmc since its a dependency if you get a build error, it could be normal since youre building a snapshot, have you tried to run xbmc 10.1 ?

CPUnltd commented on 2011-04-11 00:31 (UTC)

I haven't made any symlinks as of yet... do I need to actually install mysql and build xbmc again? I rebuilt it with what I have in my system as of now and I still get the same error. also tried force-installing libmysqlclient earlier today (hoping to have the latest and greatest) then rebuilt xbmc to no avail...