Package Details: kodi-git-dev r69106.e3a11c594f9d-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: Kodi dev files (master branch)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi-dev
Provides: kodi-dev
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 84
Popularity: 0.000003
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2025-08-24 17:40 (UTC)

Dependencies (57)

Required by (56)

Sources (9)

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 2 3 4 5 6 7 .. 55 Next › Last »

graysky commented on 2024-11-23 20:02 (UTC)

@xiota - the ffmpeg7 PR needed a rebase, it was done earlier today.

graysky commented on 2024-10-31 18:44 (UTC)

Checksum of PR is correct and PR is still needed

m10r commented on 2024-03-30 20:13 (UTC)

@graysky @ilikenwf

Thanks for taking up on the FindThreads Issue

Was able to compile by downgrading my build container to https://archive.archlinux.org/repos/2023/09/19/$repo/os/$arch

pacman 6.0.2-7, cmake 3.27.5-1, make 4.4.1-2

graysky commented on 2024-03-30 18:51 (UTC)

https://github.com/xbmc/xbmc/issues/24919

ilikenwf commented on 2024-03-30 18:29 (UTC) (edited on 2024-03-30 18:37 (UTC) by ilikenwf)

@graysky @m10r I brought it up on the actual RFC thread about adding those flags:

https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/6#note_171460

Here's my workaround - replace the lines after the configure options:

  # makepkg is breaking the -Wl,-z,pack-relative-relocs ldflag for cmake's FindThreads
  export LDFLAGS=$(echo "$LDFLAGS" | sed 's/-Wl,-z,pack-relative-relocs//g')

  echo "building kodi"
  cmake "${_args[@]}" ../"$_gitname"
  make

This particular flag, when it works, just makes the resulting binary a little bit smaller and more organized, it isn't really to do with security, so removing it should be fine.

graysky commented on 2024-03-30 10:41 (UTC)

@ilikenwf - recommend you take this to the forum or open a task against pacman.

m10r commented on 2024-03-30 09:55 (UTC) (edited on 2024-03-30 10:15 (UTC) by m10r)

Just trying to build Kodi 21 RC2 and running into same Error mentioned by ilikenwf concernig:

Could NOT find Threads (missing: Threads_FOUND)

Just wondered if there are allready updates to simplify/fix the build process

Thanks for any Info