Package Details: kodi-git-tools-texturepacker r67077.44376d5e9c74-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: Kodi Texturepacker tool (master branch)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi-tools-texturepacker
Provides: kodi-tools-texturepacker
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.001097
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-23 20:01 (UTC)

Dependencies (63)

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

1 2 3 4 5 6 .. 54 Next › Last »

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

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

xiota commented on 2024-11-18 17:56 (UTC)

Fresh clone.

patching file xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemux.cpp
Hunk #1 FAILED at 15.
Hunk #3 succeeded at 48 with fuzz 2.
Hunk #4 FAILED at 67.
2 out of 4 hunks FAILED -- saving rejects to file xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemux.cpp.rej

Also, when building kodi-stable-git, have some java related errors. Had to change makedep to java-runtime<=21. Might also apply to this package.

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