Package Details: kodi-git-tools-texturepacker r67025.2e06c189dd88-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.001165
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-13 19:34 (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

« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 Next › Last »

donvla commented on 2011-01-31 13:31 (UTC)

That's pretty strange. Yesterday I compiled this commit successfully. Today it fails. Hmmm.

<deleted-account> commented on 2011-01-31 09:49 (UTC)

Package isn't even starting to build here - problem appears to be git related. The relevant bit: ==> Connecting to GIT server.... Cloning into xbmc... remote: Counting objects: 108442, done. remote: Compressing objects: 100% (37300/37300), done. remote: Total 108442 (delta 72490), reused 102218 (delta 69008) Receiving objects: 100% (108442/108442), 264.61 MiB | 596 KiB/s, done. Resolving deltas: 100% (72490/72490), done. fatal: Not a git repository (or any of the parent directories): .git Aborting... ==> ERROR: Makepkg was unable to build xbmc-git.

Beretta92 commented on 2011-01-30 13:35 (UTC)

thanks, too bad this one also has flac broken.....

donvla commented on 2011-01-30 12:54 (UTC)

Hi all, added the _commit variable which is uncommented. This one points to the commit I tested. If you want to use the latest commit, just comment the "_commit=..." line. I have to think a little about the pkgver naming. It should somehow reflect the commit SHA. Ideas are welcome.

donvla commented on 2011-01-30 12:00 (UTC)

I'll add this _commit stuff later. I'm not at home right now.

donvla commented on 2011-01-30 12:00 (UTC)

@jack.mitchell: That was also my initial idea. There is a _commit var inside the PKGBUILD which points to the Dharma and current release SHA. Though I haven't used it yet. Use smth like: " (( _commit )) && git ckeckout -b temp ${_commit} " in the PKGBUILD. @Beretta92: That's definetely not related to the PKGBUILD. Ask this in the xbmc forums.

Beretta92 commented on 2011-01-30 10:11 (UTC)

configure: Skipping configuration of submodule lib/libflac/flac-1.2.1. I get this while configuring, would this be why I can't hear voices on HD movies? (On HD movies since a few revisions, I can't hear voices in .mkv but I hear the rests of the sounds like music etc....) any help?

jack.mitchell commented on 2011-01-29 22:55 (UTC)

I added a checkout of the Dharma release tag in the PKGBUILD and it built fine after it failed before. I think some sort of system for selecting revisons that we know build as we had for the SVN would be a good idea. I'm not sure how you do it in git but you should be able to select up to a certain commit?

Beretta92 commented on 2011-01-29 09:16 (UTC)

works for me with latest revision......