mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.2
This commit is contained in:
commit
12d15bf92a
2
packages/3rdparty/x11/lib/libXcursor/meta
vendored
2
packages/3rdparty/x11/lib/libXcursor/meta
vendored
@ -26,7 +26,7 @@ PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libXfixes libXrender libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_BUILD_DEPENDS="toolchain libX11 libXfixes libXrender"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/lib"
|
||||
PKG_SHORTDESC="libXcursor: X Cursor Library"
|
||||
|
@ -21,7 +21,7 @@
|
||||
PKG_NAME="xbmc-theme-Confluence"
|
||||
PKG_VERSION="12.2.0"
|
||||
if [ "$XBMC" = "master" ]; then
|
||||
PKG_VERSION="a1265f1"
|
||||
PKG_VERSION="e565394"
|
||||
elif [ "$XBMC" = "xbmc-aml" ]; then
|
||||
PKG_VERSION="aml-frodo-d9119f2"
|
||||
fi
|
||||
|
@ -21,7 +21,7 @@
|
||||
PKG_NAME="xbmc"
|
||||
PKG_VERSION="12.2.0"
|
||||
if [ "$XBMC" = "master" ]; then
|
||||
PKG_VERSION="a1265f1"
|
||||
PKG_VERSION="e565394"
|
||||
elif [ "$XBMC" = "xbmc-aml" ]; then
|
||||
PKG_VERSION="aml-frodo-d9119f2"
|
||||
fi
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -rupN xbmc-upstream/xbmc/Application.cpp xbmc-vbs/xbmc/Application.cpp
|
||||
--- xbmc-upstream/xbmc/Application.cpp 2013-06-12 00:24:40.486262597 +0200
|
||||
+++ xbmc-vbs/xbmc/Application.cpp 2013-06-12 01:23:11.948400122 +0200
|
||||
@@ -5907,3 +5907,33 @@ CPerformanceStats &CApplication::GetPerf
|
||||
@@ -5907,3 +5907,37 @@ CPerformanceStats &CApplication::GetPerf
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -12,6 +12,10 @@ diff -rupN xbmc-upstream/xbmc/Application.cpp xbmc-vbs/xbmc/Application.cpp
|
||||
+#if defined(HAS_FILESYSTEM_SMB) && !defined(_WIN32)
|
||||
+ smb.Deinit();
|
||||
+#endif
|
||||
+
|
||||
+#if defined(HAS_FILESYSTEM_NFS)
|
||||
+ gNfsConnection.Deinit();
|
||||
+#endif
|
||||
+}
|
||||
+
|
||||
+void CApplication::StopAddonServices()
|
||||
@ -59,6 +63,18 @@ diff -rupN xbmc-upstream/xbmc/filesystem/SmbFile.cpp xbmc-vbs/xbmc/filesystem/Sm
|
||||
if (!m_context)
|
||||
{
|
||||
#ifdef TARGET_POSIX
|
||||
diff -rupN xbmc-upstream/xbmc/filesystem/NFSFile.cpp xbmc-vbs/xbmc/filesystem/NFSFile.cpp
|
||||
--- xbmc-upstream/xbmc/filesystem/NFSFile.cpp 2013-07-12 22:18:51.062605410 +0200
|
||||
+++ xbmc-vbs/xbmc/filesystem/NFSFile.cpp 2013-07-12 22:19:27.069861082 +0200
|
||||
@@ -308,6 +308,8 @@
|
||||
|
||||
void CNfsConnection::Deinit()
|
||||
{
|
||||
+ CLog::Log(LOGNOTICE,"CNfsConnection::Deinit");
|
||||
+
|
||||
if(m_pNfsContext && m_pLibNfs->IsLoaded())
|
||||
{
|
||||
destroyOpenContexts();
|
||||
diff -rupN xbmc-upstream/xbmc/powermanagement/PowerManager.cpp xbmc-vbs/xbmc/powermanagement/PowerManager.cpp
|
||||
--- xbmc-upstream/xbmc/powermanagement/PowerManager.cpp 2013-06-12 00:24:41.634276292 +0200
|
||||
+++ xbmc-vbs/xbmc/powermanagement/PowerManager.cpp 2013-06-12 01:15:32.166859998 +0200
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
Subproject commit d251ddd5d62edbf8dc5e7313b1e762fdb4cc73b7
|
||||
Subproject commit 464a7aa0fc2b6c12042c2f302029d0bba1807f8f
|
Loading…
x
Reference in New Issue
Block a user