ok, cool... will do...
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 .. 46 47 48 49 50 51 52 53 54 55 Next › Last »
CPUnltd commented on 2011-03-31 00:27 (UTC)
Beretta92 commented on 2011-03-30 22:29 (UTC)
@CPUnltd
just recompile.....
CPUnltd commented on 2011-03-30 16:28 (UTC)
temp fix: I symlinked to libmysqlclient.so.18.0.0, but it would be better to have it updated (or is that just as simple as compiling it against the newer library?)
CPUnltd commented on 2011-03-30 16:17 (UTC)
/usr/lib/xbmc/xbmc.bin: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
rndstr commented on 2011-03-20 11:53 (UTC)
Yeah there is a directory change missing on first invocation of the build. Re-execution should work as mentioned.
Fix:
--- PKGBUILD.orig 2011-03-20 12:49:50.083332779 +0100
+++ PKGBUILD 2011-03-20 12:50:22.986666238 +0100
@@ -60,6 +60,7 @@
make distclean || :
else
git clone "${_gitroot}" "${_gitname}"
+ cd ${_gitname}
[[ "${_commit}" ]] && git checkout "${_commit}"
fi
<deleted-account> commented on 2011-03-07 04:28 (UTC)
Same error here: fatal: Not a git repository (or any of the parent directories): .git
Just restarted it and compiled fine.
Beretta92 commented on 2011-02-22 11:01 (UTC)
is libmms still needed?
From xbmc.org:
Anssi has bumped FFmpeg to a more recent snapshot. For the most part, this means playback bugfixes and new format support, but in this case we were also able to trim a few dependencies: liba52, libdts, and libmms are no longer with us.
backfist commented on 2011-02-17 19:40 (UTC)
Just remove the disable hal in the PKGBUILD and shutdown should work.
<deleted-account> commented on 2011-02-17 14:21 (UTC)
I've got the shutdown / suspend problem too , ive removed the xbmc-git and re-installed the offical 10.4 version and the refusing to shutdown problem remains.
jack.mitchell commented on 2011-02-15 23:16 (UTC)
Compiled fine for me today with --enable-rtmp. However is anyone else having issues with shutdown? I have upower installed and it was working up until recently...
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.