kodi: update to githash 49b8882

Log:
- e30d10f420...49b8882536

- includes migration of rapidjson to nlohmann-json
  - [CVariant] Replace rapidjson with nlohmann-json
  - https://github.com/xbmc/xbmc pull 26612
This commit is contained in:
Rudi Heitbaum 2025-04-27 00:39:09 +00:00
parent 07a8ef5a44
commit a0e86ac2d0

View File

@ -3,12 +3,12 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
PKG_VERSION="e30d10f4204d8301d8d9d62730edfe6f51344e4d"
PKG_SHA256="e643c4c4d5d559c33e1ee8fd8596b4ad7ee0aa3e2bb8a13da46f5841e92d5b11"
PKG_VERSION="49b8882536fe1909c86a1cd8d67b19e32cddfdc3"
PKG_SHA256="f44c8be8e25535aeaf99e17dc952de7a8a315980bcdcbbc1b04d5f726ef51f3a"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 zlib systemd lzo pcre2 swig:host libass curl exiv2 fontconfig fribidi tinyxml tinyxml2 libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid libdvdnav libfmt lirc libfstrcmp flatbuffers:host flatbuffers libudfread spdlog libxkbcommon"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 zlib systemd lzo pcre2 swig:host libass curl exiv2 fontconfig fribidi tinyxml tinyxml2 libjpeg-turbo freetype libcdio taglib libxml2 libxslt nlohmann-json sqlite ffmpeg crossguid libdvdnav libfmt lirc libfstrcmp flatbuffers:host flatbuffers libudfread spdlog libxkbcommon"
PKG_DEPENDS_UNPACK="commons-lang3 commons-text groovy"
PKG_DEPENDS_HOST="toolchain"
PKG_LONGDESC="A free and open source cross-platform media player."