kodi: update to 70d6b0c

This commit is contained in:
CvH 2022-04-13 21:22:08 +02:00
parent 23ce24f02d
commit da0463bbf4
3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi" PKG_NAME="kodi"
PKG_VERSION="75d8ad548b4563612b79484576315db1b088dd7b" PKG_VERSION="70d6b0c2e5a63e8076f7e9cf26331c2441ada371"
PKG_SHA256="cc18facab956c45a8ac5425f8eb6e2ddd32e8858ea2f6624fd0699c47fe45860" PKG_SHA256="6fa01090795b5548db5606e120cade2a93265f65dc4ea3daae5f1ab5701c9fa8"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv" PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"

View File

@ -13,7 +13,7 @@ Subject: disable online check
{"uptime", SYSTEM_UPTIME}, {"uptime", SYSTEM_UPTIME},
--- a/xbmc/utils/SystemInfo.cpp --- a/xbmc/utils/SystemInfo.cpp
+++ b/xbmc/utils/SystemInfo.cpp +++ b/xbmc/utils/SystemInfo.cpp
@@ -273,7 +273,6 @@ bool CSysInfoJob::DoWork() @@ -275,7 +275,6 @@ bool CSysInfoJob::DoWork()
{ {
m_info.systemUptime = GetSystemUpTime(false); m_info.systemUptime = GetSystemUpTime(false);
m_info.systemTotalUptime = GetSystemUpTime(true); m_info.systemTotalUptime = GetSystemUpTime(true);
@ -21,7 +21,7 @@ Subject: disable online check
m_info.videoEncoder = GetVideoEncoder(); m_info.videoEncoder = GetVideoEncoder();
m_info.cpuFrequency = m_info.cpuFrequency =
StringUtils::Format("{:4.0f} MHz", CServiceBroker::GetCPUInfo()->GetCPUFrequency()); StringUtils::Format("{:4.0f} MHz", CServiceBroker::GetCPUInfo()->GetCPUFrequency());
@@ -1016,9 +1015,7 @@ int CSysInfo::GetXbmcBitness(void) @@ -1021,9 +1020,7 @@ int CSysInfo::GetXbmcBitness(void)
bool CSysInfo::HasInternet() bool CSysInfo::HasInternet()
{ {

View File

@ -107,7 +107,7 @@ so, when shutdown/reboot is requested:
bool Stop(int exitCode); bool Stop(int exitCode);
void UnloadSkin(); void UnloadSkin();
bool LoadCustomWindows(); bool LoadCustomWindows();
@@ -458,6 +459,7 @@ private: @@ -454,6 +455,7 @@ private:
CApplicationStackHelper m_stackHelper; CApplicationStackHelper m_stackHelper;
std::string m_windowing; std::string m_windowing;
int m_ExitCode{EXITCODE_QUIT}; int m_ExitCode{EXITCODE_QUIT};