mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
kodi: update to 19.2
This commit is contained in:
parent
503952bed4
commit
84ab80c645
@ -3,11 +3,11 @@
|
|||||||
# 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="6402a50950ff6463042f8891ec4029c782730391"
|
PKG_VERSION="19.2-Matrix"
|
||||||
PKG_SHA256="56e1a64f2cd1b38e6997dac3057cdeb81e33109bfa449521493208b514466bd0"
|
PKG_SHA256="e8f5e50767ddd1b8f0399016dcf5ba762315c16c0568cb06e659c493376f99d5"
|
||||||
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/v${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 zlib systemd lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers libudfread spdlog"
|
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python3 zlib systemd lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers libudfread spdlog"
|
||||||
PKG_LONGDESC="A free and open source cross-platform media player."
|
PKG_LONGDESC="A free and open source cross-platform media player."
|
||||||
PKG_BUILD_FLAGS="+speed"
|
PKG_BUILD_FLAGS="+speed"
|
||||||
|
@ -9,7 +9,7 @@ Subject: [PATCH 07/13] disable minimize
|
|||||||
|
|
||||||
--- a/xbmc/Application.cpp
|
--- a/xbmc/Application.cpp
|
||||||
+++ b/xbmc/Application.cpp
|
+++ b/xbmc/Application.cpp
|
||||||
@@ -4818,7 +4818,6 @@ bool CApplication::SwitchToFullScreen(bo
|
@@ -4815,7 +4815,6 @@ bool CApplication::SwitchToFullScreen(bo
|
||||||
|
|
||||||
void CApplication::Minimize()
|
void CApplication::Minimize()
|
||||||
{
|
{
|
||||||
|
@ -89,7 +89,7 @@ so, when shutdown/reboot is requested:
|
|||||||
CLog::Log(LOGINFO, "Stopping all");
|
CLog::Log(LOGINFO, "Stopping all");
|
||||||
|
|
||||||
// cancel any jobs from the jobmanager
|
// cancel any jobs from the jobmanager
|
||||||
@@ -4347,7 +4358,7 @@ void CApplication::ProcessSlow()
|
@@ -4344,7 +4355,7 @@ void CApplication::ProcessSlow()
|
||||||
if (CPlatformPosix::TestQuitFlag())
|
if (CPlatformPosix::TestQuitFlag())
|
||||||
{
|
{
|
||||||
CLog::Log(LOGINFO, "Quitting due to POSIX signal");
|
CLog::Log(LOGINFO, "Quitting due to POSIX signal");
|
||||||
|
@ -10,8 +10,6 @@ https://github.com/xbmc/xbmc/pull/19091
|
|||||||
xbmc/platform/linux/PlatformLinux.h | 1 -
|
xbmc/platform/linux/PlatformLinux.h | 1 -
|
||||||
1 file changed, 1 deletion(-)
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/xbmc/platform/linux/PlatformLinux.h b/xbmc/platform/linux/PlatformLinux.h
|
|
||||||
index c45d41143a..9a872a5f55 100644
|
|
||||||
--- a/xbmc/platform/linux/PlatformLinux.h
|
--- a/xbmc/platform/linux/PlatformLinux.h
|
||||||
+++ b/xbmc/platform/linux/PlatformLinux.h
|
+++ b/xbmc/platform/linux/PlatformLinux.h
|
||||||
@@ -21,7 +21,6 @@ public:
|
@@ -21,7 +21,6 @@ public:
|
||||||
@ -22,6 +20,3 @@ index c45d41143a..9a872a5f55 100644
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
std::unique_ptr<OPTIONALS::CLircContainer, OPTIONALS::delete_CLircContainer> m_lirc;
|
std::unique_ptr<OPTIONALS::CLircContainer, OPTIONALS::delete_CLircContainer> m_lirc;
|
||||||
--
|
|
||||||
2.31.1
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user