Missing mesa makedep (for GL headers)
Search Criteria
Package Details: kodi-git r67165.504c69cc3b2b-1
Package Actions
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.000672 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-12-08 16:30 (UTC) |
Dependencies (105)
- bluez-libs (bluez-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dav1d (dav1d-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- exiv2 (exiv2-gitAUR)
- fmt (fmt-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libass (libass-gitAUR)
- libbluray (libbluray-gitAUR)
- libcdio (libcdio-gitAUR)
- libcec (libcec-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libnfs (libnfs-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libplist (libplist-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 85 more dependencies...
Required by (0)
Sources (9)
- git+https://github.com/xbmc/xbmc.git#branch=master
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/flatbuffers-23.3.3.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/fstrcmp-0.7.D001.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz
- libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz
- libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz
- libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 55 Next › Last »
justinkb commented on 2015-07-08 22:30 (UTC)
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);
cleanrock commented on 2015-01-03 19:36 (UTC)
Ok, not sure if my eyes or browser tricked me, thanks.
BlackIkeEagle commented on 2015-01-03 18:36 (UTC)
@cleanrock, bizarre, there is provides=('xbmc' 'kodi') so it should work all fine
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.