Merge pull request #8480 from heitbaum/kodi

kodi: update to githash a808b55
This commit is contained in:
Christian Hewitt 2024-01-05 13:10:58 +04:00 committed by GitHub
commit af35355d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
PKG_VERSION="87d2d6f84799224f5fe63a6bba3e973e84e18fef"
PKG_SHA256="682fe2afa246bc708407914a12baff4c76839443afafee0b7b199da856fb89e2"
PKG_VERSION="a808b5564c8416e2d84ca75b05e5bfd0fd4451c3"
PKG_SHA256="913dc90402b9c72d284ef1f79ffd80d5ef1b160ccad8855549ad49a07de8fd8c"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"

View File

@ -112,9 +112,9 @@ so, when shutdown/reboot is requested:
unsigned int m_ProcessedExternalDecay = 0; /*!< counts to close door after a few frames of no python activity */
int m_ExitCode{EXITCODE_QUIT};
+ bool m_ExitCodeSet = false;
std::shared_ptr<CFileItem> m_itemCurrentFile; //!< Currently playing file
CEvent m_playerEvent;
};
XBMC_GLOBAL_REF(CApplication,g_application);
--- a/xbmc/platform/linux/powermanagement/LogindUPowerSyscall.cpp
+++ b/xbmc/platform/linux/powermanagement/LogindUPowerSyscall.cpp
@@ -79,8 +79,6 @@ CLogindUPowerSyscall::~CLogindUPowerSysc