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

Corpswalker commented on 2013-05-01 09:27 (UTC)

Got a problem compiling the XScreensaver plugin. Work-around in PKGBUILD: "--disable-rsxs" Someone else got the same problem?

cgirard commented on 2013-04-16 12:46 (UTC)

No problem. Thx!

BlackIkeEagle commented on 2013-04-16 12:17 (UTC)

@cgirard ok i missed the part about the -build directories and did not really look into it yet. i'll fix it soon depending on the time

cgirard commented on 2013-04-16 08:41 (UTC)

It is not only about the time it takes it is also about the extra space on disk. Everything is explained on the wiki: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Guidelines

BlackIkeEagle commented on 2013-04-15 20:23 (UTC)

@cgirard - the pkgver issue i'm not really concerned about - i'll look into that later (i'm building in chroots and dit not yet check what comes into src/), since it does not take more than a second to move to the new workdir i dont lie awake about it at night @martinoff, @Beretta92 fixed to build with samba4 (it worked in a chroot for me) @orgel java-runtime-headless is still provided by jre7-openjdk-headless and could be provided by another package so i'll leave it like this

Beretta92 commented on 2013-04-15 20:04 (UTC)

Does this compile with samba 4?

<deleted-account> commented on 2013-04-15 05:47 (UTC)

The Java dependencies as java-runtime-headless were removed, please replace with jre7-openjdk-headless or jre7-openjdk.

martinoff commented on 2013-04-13 10:00 (UTC)

libsmbclient error with samba 4 cant find libsmbclient.h as samba4 dont have it

cgirard commented on 2013-04-10 12:10 (UTC)

Two things : - The way you generate pkgver is problematic. For instance I have made a build yesterday and another today: "warning: downgrading package xbmc-git (20130409.17411f2-1 => 20130409.ceb3a34-1)" - You do not need to create a build directory as makepkg already create a clone of the git checkout.