From ead6682d9026294a19c8ba8313b77790979c2dfe Mon Sep 17 00:00:00 2001 From: CvH <1355173+CvH@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:51:43 +0100 Subject: [PATCH] kodi: update to 0f4ed67 --- packages/mediacenter/kodi/package.mk | 4 ++-- .../kodi/patches/kodi-100.03-disable-online-check.patch | 2 +- .../kodi/patches/kodi-100.10-handle-SIGTERM.patch | 8 ++++---- ...aps-change-remote-poweroff-action-to-show-shutdo.patch | 5 ----- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 6aa5f10ab2..83c3572e1b 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="kodi" -PKG_VERSION="618d1e35d89f1c49c2a37f5d233319f3f3bbe01b" -PKG_SHA256="2831ca6c004dde11105c14337b58e89b24cd735596510f1ab85d15f6234a835c" +PKG_VERSION="0f4ed67345a277d46a00e8090f5d4f026759ba31" +PKG_SHA256="325a554fec47d29cc35978b230d2c96185fff56128b4766f6916cbdbfc45bc89" PKG_LICENSE="GPL" PKG_SITE="http://www.kodi.tv" PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz" diff --git a/packages/mediacenter/kodi/patches/kodi-100.03-disable-online-check.patch b/packages/mediacenter/kodi/patches/kodi-100.03-disable-online-check.patch index 63f27931de..93df6a237c 100644 --- a/packages/mediacenter/kodi/patches/kodi-100.03-disable-online-check.patch +++ b/packages/mediacenter/kodi/patches/kodi-100.03-disable-online-check.patch @@ -3,7 +3,7 @@ Subject: disable online check --- --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp -@@ -1919,7 +1919,6 @@ const infomap system_labels[] = { +@@ -1921,7 +1921,6 @@ const infomap system_labels[] = { {"currentcontrol", SYSTEM_CURRENT_CONTROL}, {"currentcontrolid", SYSTEM_CURRENT_CONTROL_ID}, {"dvdlabel", SYSTEM_DVD_LABEL}, diff --git a/packages/mediacenter/kodi/patches/kodi-100.10-handle-SIGTERM.patch b/packages/mediacenter/kodi/patches/kodi-100.10-handle-SIGTERM.patch index 33cfc08fdc..9b320c910b 100644 --- a/packages/mediacenter/kodi/patches/kodi-100.10-handle-SIGTERM.patch +++ b/packages/mediacenter/kodi/patches/kodi-100.10-handle-SIGTERM.patch @@ -52,7 +52,7 @@ so, when shutdown/reboot is requested: Stop(EXITCODE_RESTARTAPP); #endif break; -@@ -2083,7 +2084,7 @@ bool CApplication::Stop(int exitCode) +@@ -2094,7 +2095,7 @@ bool CApplication::Stop(int exitCode) m_frameMoveGuard.unlock(); CVariant vExitCode(CVariant::VariantTypeObject); @@ -61,7 +61,7 @@ so, when shutdown/reboot is requested: CServiceBroker::GetAnnouncementManager()->Announce(ANNOUNCEMENT::System, "OnQuit", vExitCode); // Abort any active screensaver -@@ -2115,7 +2116,6 @@ bool CApplication::Stop(int exitCode) +@@ -2126,7 +2127,6 @@ bool CApplication::Stop(int exitCode) // Needs cleaning up CServiceBroker::GetAppMessenger()->Stop(); m_AppFocused = false; @@ -69,7 +69,7 @@ so, when shutdown/reboot is requested: CLog::Log(LOGINFO, "Stopping all"); // cancel any jobs from the jobmanager -@@ -2658,6 +2658,18 @@ void CApplication::StopPlaying() +@@ -2669,6 +2669,18 @@ void CApplication::StopPlaying() } } @@ -88,7 +88,7 @@ so, when shutdown/reboot is requested: bool CApplication::OnMessage(CGUIMessage& message) { switch (message.GetMessage()) -@@ -3178,7 +3190,7 @@ void CApplication::ProcessSlow() +@@ -3189,7 +3201,7 @@ void CApplication::ProcessSlow() if (CPlatformPosix::TestQuitFlag()) { CLog::Log(LOGINFO, "Quitting due to POSIX signal"); diff --git a/packages/mediacenter/kodi/patches/kodi-995.21-keymaps-change-remote-poweroff-action-to-show-shutdo.patch b/packages/mediacenter/kodi/patches/kodi-995.21-keymaps-change-remote-poweroff-action-to-show-shutdo.patch index fe611fb14f..0b196056cb 100644 --- a/packages/mediacenter/kodi/patches/kodi-995.21-keymaps-change-remote-poweroff-action-to-show-shutdo.patch +++ b/packages/mediacenter/kodi/patches/kodi-995.21-keymaps-change-remote-poweroff-action-to-show-shutdo.patch @@ -8,8 +8,6 @@ Signed-off-by: Matthias Reichl system/keymaps/remote.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml -index c122b99188..baebf679c0 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -50,7 +50,7 @@ @@ -21,6 +19,3 @@ index c122b99188..baebf679c0 100644 ActivateWindow(Videos) ActivateWindow(Music) ActivateWindow(Pictures) --- -2.39.2 -