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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 54 Next › Last »

cgirard commented on 2013-01-31 10:51 (UTC)

@bszmyd: I was about to suggest you to rather fill this as a feature request against abs (which ships PKGBUILD-git.proto) but I suspect (cf. [1]) this wont be accepted. I wasn't familiar with git-new-workdir but this seems interesting. [1] https://bugs.archlinux.org/task/29104

bszmyd commented on 2013-01-30 15:56 (UTC)

Any objections to making this change to the build script. It achieves the same thing and saves all the git object storage space from being duplicated, roughly 250MiB at last check, and faster. diff --git a/PKGBUILD.new b/PKGBUILD index a302a78..754ba64 100644 --- a/PKGBUILD.new +++ b/PKGBUILD @@ -70,7 +70,7 @@ build() { msg "creating build directory" cd ${srcdir} [ -d ${_gitname}-build ] && rm -rf ${_gitname}-build - cp -a ${_gitname} ${_gitname}-build + /usr/share/git/workdir/git-new-workdir ${_gitname} ${_gitname}-build master msg "Starting make..." cd ${_gitname}-build

gee commented on 2013-01-25 05:38 (UTC)

Thanks for enabling pulse by default!

BlackIkeEagle commented on 2013-01-05 11:47 (UTC)

fixed libdvdcss issue

graysky commented on 2013-01-04 21:56 (UTC)

@maggie - It's not just you: http://forum.xbmc.org/showthread.php?tid=150756 @BlackIkeE - Any thoughts?

maggie commented on 2013-01-04 21:38 (UTC)

Hello: This package does not build for me. Here is the error I see. Creating config.mak and config.h... ./configure: line 31239: ./configure: No such file or directory configure: error: Submodule lib/libdvd/libdvdcss failed to configure ==> ERROR: A failure occurred in build(). Aborting...

BlackIkeEagle commented on 2013-01-04 16:33 (UTC)

@MatejLach : wait until it is fixed in the xbmc source tree or try an older commit 7a6cb7f49ae19dca3c48c40fa3bd20dc3c490e60 was still working for me you can uncomment _commit in the pkgbuild to build an 'older' version

MatejLach commented on 2013-01-04 14:51 (UTC)

With the latest PKGBUILD I always get this: Creating config.mak and config.h... ./configure: line 31239: ./configure: No such file or directory configure: error: Submodule lib/libdvd/libdvdcss failed to configure ==> ERROR: A failure occurred in build(). Aborting... Any help?

artemklevtsov commented on 2013-01-04 11:18 (UTC)

@BlackIkeEagle: thanks for the tips.