I got bored and packaged the binary addons in a single package.
Warning: low quality packaging!, I don't plan to submit this to AUR, also it might be preferred to package the addons with kodi-git.
https://github.com/dhead666/archlinux-pkgbuilds/blob/master/kodi-git-binary-addons/PKGBUILD
Search Criteria
Package Details: kodi-git r67025.2e06c189dd88-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.001142 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-11-13 19:34 (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 (10)
- 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
- pr24972.patch
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 54 Next › Last »
dhead666 commented on 2015-11-23 17:24 (UTC)
BlackIkeEagle commented on 2015-09-11 16:39 (UTC)
@cgirard sorry I was aware of the change but did not update it yet :s
cgirard commented on 2015-09-11 09:53 (UTC)
dcadec-git (libdcadec) is a new missing dependency.
cgirard commented on 2015-08-12 10:13 (UTC)
crossguid is a missing dep (I have just packaged it[1]).
[1] https://aur.archlinux.org/packages/libcrossguid-git/
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.
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.