It's a split package just like the one in community. You want to install the -git flavors if you want the latest code. Bad idea to mix them.
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 55 Next › Last »
graysky commented on 2022-01-09 13:05 (UTC)
bananabrain commented on 2022-01-09 12:47 (UTC)
Slightly confused here.
I've just built this and have in front of me four *.zst install files.
Is it the case that the independently available git packages eventclients, dev and texturepacker have been bundled in with the main kodi package?
I know I need eventclients. Do I need the dev and texturepacker files to run kodi as I did from the community repo?
Thank you for providing these packages.
graysky commented on 2021-12-14 15:07 (UTC)
@EndlessEden - try the latest commit
EndlessEden commented on 2021-12-14 04:57 (UTC)
Build fails from missing patch.
"src/xbmc/tools/depends/target/libspdlog/0001-fix_fmt_version.patch : No such file or directory"
graysky commented on 2021-06-20 15:44 (UTC) (edited on 2021-06-20 15:45 (UTC) by graysky)
The most recent commit allows you to build with clang rather than with gcc. Just set the _clangbuild
variable to something. LTO is accomplished with -flto=thin
and seems to work well. Please try and report any problems.
graysky commented on 2021-06-09 10:28 (UTC) (edited on 2021-06-09 11:39 (UTC) by graysky)
Not needed here the last time I built this package r57584.8cbbb961201-1. Guessing you're not building in a clean build root and that the dep detect script in kodi's code found that on your system. Build in a clean build root.
EDIT: the most recent commit builds fine as-is.
deadite66 commented on 2021-06-09 06:08 (UTC)
Fails to build for me unless i add -DENABLE_PIPEWIRE=OFF
graysky commented on 2021-03-11 11:28 (UTC)
Why are you spamming this git package AUR page with requests for an old stable release? Please stop. If you want to build an EOL'ed version, seek the official build which is archived: https://github.com/archlinux/svntogit-community/tree/a2dfde4f5a9c836877ef10a7c6a735887cea4df4/trunk
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.