Package Base Details: kodi-git

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.061641
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-04-08 15:00 (UTC)

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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 54 Next › Last »

justinkb commented on 2015-07-21 15:38 (UTC)

I see you added mesa as a makedepends and a regular (runtime) dependency. I don't think it's actually required at runtime (at least if you're on proprietary NVIDIA drivers, for other drivers mesa would get pulled in via other ways anyway), just for building

justinkb commented on 2015-07-08 22:30 (UTC)

Missing mesa makedep (for GL headers)

Beretta92 commented on 2015-05-30 21:49 (UTC)

GUIDialogContextMenu.P:412: *** missing separator. Arrêt. Makefile:469 : la recette pour la cible « xbmc/dialogs/dialogs.a » a échouée make: *** [xbmc/dialogs/dialogs.a] Erreur 2

JohnnySSH commented on 2015-05-26 16:53 (UTC)

Currently unable to build... getting this error: In file included from dirname.h:22:0, from argp-namefrob.h:169, from argp-fmtstream.c:34: ./stdbool.h:104:70: error: expected ';', identifier or '(' before '_Bool' typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; ^ ./stdbool.h:104:70: warning: useless type name in empty declaration Makefile:442: recipe for target 'argp-fmtstream.o' failed System is up to date as of now with all packages.

cgirard commented on 2015-03-19 23:22 (UTC)

Got the same, I removed bluez-libs to make the compilation works. Seems it cannot even be disabled with a compile flag.

Beretta92 commented on 2015-03-19 22:33 (UTC)

I'm getting bluetooth related errors while building since a few days, any ideas? In file included from TCPServer.cpp:43:0: /usr/include/bluetooth/bluetooth.h: In function ‘void bswap_128(const void*, void*)’: /usr/include/bluetooth/bluetooth.h:348:21: erreur: invalid conversion from ‘const void*’ to ‘const uint8_t* {aka const unsigned char*}’ [-fpermissive] const uint8_t *s = src; ^ /usr/include/bluetooth/bluetooth.h:349:15: erreur: invalid conversion from ‘void*’ to ‘uint8_t* {aka unsigned char*}’ [-fpermissive] uint8_t *d = dst; ^ CPP xbmc/utils/RssManager.o CPP xbmc/ApplicationMessenger.o /media/Multimedia/kodi-git/src/xbmc/Makefile.include:93 : la recette pour la cible « TCPServer.o » a échouée make[1]: *** [TCPServer.o] Erreur 1 Makefile:473 : la recette pour la cible « xbmc/network/network.a » a échouée make: *** [xbmc/network/network.a] Erreur 2 make: *** Attente des tâches non terminées....

billyburly commented on 2015-01-13 03:49 (UTC)

Currently failing while trying to build TexturePacker with the following errors about GifHelper: decoder/GifHelper.cpp:85:32: error: too few arguments to function 'int DGifCloseFile(GifFileType*, int*)' int err = DGifCloseFile(m_gif); ^ In file included from decoder/GifHelper.h:23:0, from decoder/GifHelper.cpp:21: /usr/include/gif_lib.h:183:9: note: declared here int DGifCloseFile(GifFileType * GifFile, int *ErrorCode); ^ decoder/GifHelper.cpp: In member function 'bool GifHelper::LoadGifMetaData(GifFileType*)': decoder/GifHelper.cpp:122:46: error: invalid conversion from 'const char*' to 'char*' [-fpermissive] char* error = GifErrorString(m_gif->Error);