diff options
Diffstat (limited to 'multimedia/kodi/README')
-rw-r--r-- | multimedia/kodi/README | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/multimedia/kodi/README b/multimedia/kodi/README index d13c4486ee..44352744a8 100644 --- a/multimedia/kodi/README +++ b/multimedia/kodi/README @@ -5,24 +5,31 @@ viewing and playing a vast library of audio, video and image formats. Kodi has a sophisticated library management system that allows you to organize all your media to give you quick and immediate access. -Optional dependencies: libcec, libbluray, libnfs, lirc, cwiid, pybluez, -avahi, shairplay and openjdk - -Optional: libcrystalhd (not available at slackbuilds.org) - -Below are some paramaters that can be passed to the slackbuild to turn -on some optional components. - -WII=yes|no (Default is no), requires cwiid and pybluez -WEBSERVER=yes|no (Default is yes), requires libmicrohttpd +Optional autodetected dependencies: +avahi - Network discovery +cwiid - Controller support +dav1d - AV1 codec support +libcec - CEC support +libmicrohttpd - Web interface support +libnfs - Browse NFS shares +libudfread - Universal Disk Format (UDF) support +lirc - Remote support +shairplay - Airplay Support +sndio - Alternative audio backend +waylandpp - Early wayland support NOTE: -Kodi can be compiled with openjdk instead of jdk. +Kodi can be compiled with jdk11 instead of zulu-openjdk11. -Please remove or rename /etc/oss.conf if it exists on your system -prior to building this package or it will fail to build. +ADDITIONAL NOTE: +If you are having issues with addons crashing, please ensure you're +upgraded to at least python3-3.9.14 or later from the patches/ +directory on your favorite mirror. 3.9.12 and earlier had issues. -Using the system ffmpeg in the Kodi slackbuild is currently not -supported. The option to build Kodi with system ffmpeg is still -available in the slackbuild but it won't be supported by the -maintainer. +FINAL NOTE: +FFMPEG on 15.0 is too old to be used in kodi v21, so it is using an +internal version of 6.0.1. If you have FFMPEG v6+ installed (probably +mainly -current users), you can have kodi build against the system +version by passing FFMPEG=external when building. System versions of +FFMPEG may need to be recompiled to enable certain functionality like +AV1 after installing dav1d. |