Skip to content

Commit

Permalink
Update xbmc dependency to tag 18.8-Leia
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Jul 28, 2020
1 parent 53fca7d commit d9106c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depends/xbmc
Submodule xbmc updated 58 files
+1 −0 cmake/KodiConfig.cmake.in
+2 −1 lib/cpluff/kazlib/hash.c
+1 −1 lib/cpluff/kazlib/hash.h
+1 −1 lib/cpluff/libcpluff/pcontrol.c
+1 −0 lib/cpluff/libcpluff/pinfo.c
+1 −0 lib/cpluff/libcpluff/pscan.c
+1 −0 lib/cpluff/libcpluff/psymbol.c
+ media/splash.jpg
+1 −1 tools/depends/target/curl/Makefile
+4 −5 tools/depends/target/gnutls/02-darwin-getentropy.patch
+10 −0 tools/depends/target/gnutls/03-support-correct-cisdigit.patch
+3 −2 tools/depends/target/gnutls/Makefile
+5 −9 tools/depends/target/gnutls/add-dl-as-private-lib.patch
+4 −4 tools/depends/target/gnutls/remove-weak_import-check-for-osx.patch
+1 −1 tools/depends/target/libandroidjni/Makefile
+6 −7 tools/depends/target/libgpg-error/Makefile
+155 −0 tools/depends/target/libgpg-error/libgpg-error-1.36-gawk5-support.patch
+11 −12 tools/depends/target/mariadb/01-android.patch
+13 −0 tools/depends/target/mariadb/02-symbol_rename-gnutls_clash.patch
+10 −4 tools/depends/target/mariadb/Makefile
+1 −1 tools/depends/target/nettle/Makefile
+3 −3 version.txt
+5 −0 xbmc/CompileInfo.cpp.in
+1 −0 xbmc/CompileInfo.h
+8 −0 xbmc/Util.cpp
+4 −0 xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp
+1 −0 xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.h
+77 −14 xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecAndroidMediaCodec.cpp
+1 −1 xbmc/cores/VideoPlayer/Edl.cpp
+4 −1 xbmc/cores/VideoPlayer/VideoPlayer.cpp
+1 −0 xbmc/cores/VideoPlayer/VideoRenderers/WinRenderer.cpp
+6 −1 xbmc/input/InputManager.cpp
+7 −5 xbmc/interfaces/builtins/GUIBuiltins.cpp
+24 −21 xbmc/network/WebServer.cpp
+15 −15 xbmc/network/WebServer.h
+1 −1 xbmc/network/httprequesthandler/HTTPFileHandler.cpp
+1 −1 xbmc/network/httprequesthandler/HTTPFileHandler.h
+1 −1 xbmc/network/httprequesthandler/HTTPImageTransformationHandler.cpp
+1 −1 xbmc/network/httprequesthandler/HTTPImageTransformationHandler.h
+1 −1 xbmc/network/httprequesthandler/HTTPJsonRpcHandler.cpp
+1 −1 xbmc/network/httprequesthandler/HTTPJsonRpcHandler.h
+1 −1 xbmc/network/httprequesthandler/HTTPPythonHandler.cpp
+1 −1 xbmc/network/httprequesthandler/HTTPPythonHandler.h
+2 −2 xbmc/network/httprequesthandler/HTTPRequestHandlerUtils.cpp
+2 −2 xbmc/network/httprequesthandler/HTTPRequestHandlerUtils.h
+1 −1 xbmc/network/httprequesthandler/HTTPWebinterfaceAddonsHandler.cpp
+1 −1 xbmc/network/httprequesthandler/HTTPWebinterfaceAddonsHandler.h
+7 −1 xbmc/network/httprequesthandler/IHTTPRequestHandler.h
+5 −5 xbmc/platform/linux/XMemUtils.cpp
+4 −1 xbmc/pvr/windows/GUIEPGGridContainer.cpp
+1 −1 xbmc/settings/AdvancedSettings.cpp
+1 −1 xbmc/utils/ColorUtils.cpp
+23 −4 xbmc/utils/StringUtils.h
+2 −1 xbmc/utils/SystemInfo.cpp
+0 −30 xbmc/utils/test/TestCPUInfo.cpp
+55 −0 xbmc/utils/test/TestStringUtils.cpp
+1 −1 xbmc/video/windows/GUIWindowVideoNav.cpp
+13 −3 xbmc/windows/GUIMediaWindow.cpp
6 changes: 3 additions & 3 deletions msbuild.proj
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,10 @@

<PropertyGroup>
<BuildNumber>$([System.Version]::Parse($(AddonVersion)).Revision)</BuildNumber>
<AppxVersionCode>18.7.$(BuildNumber).0</AppxVersionCode>
<AppxVersionCode>18.8.$(BuildNumber).0</AppxVersionCode>
<PhoneProductId>1F9928BF-0F41-49C8-941A-466153ED2C55</PhoneProductId>
<KodiAppx>Kodi-20200520-f14f7a84-Leia-x64</KodiAppx>
<ZukiAppx>kodi-18.7-zuki.pvr.hdhomerundvr-x64-$(AddonVersion)</ZukiAppx>
<KodiAppx>Kodi-20200727-45686bdd-Leia-x64</KodiAppx>
<ZukiAppx>kodi-18.8-zuki.pvr.hdhomerundvr-x64-$(AddonVersion)</ZukiAppx>
<AppxNamespaces>&lt;Namespace Prefix='n' Uri='http://schemas.microsoft.com/appx/manifest/foundation/windows10' /&gt;&lt;Namespace Prefix='mp' Uri='http://schemas.microsoft.com/appx/2014/phone/manifest' /&gt;</AppxNamespaces>
</PropertyGroup>

Expand Down

0 comments on commit d9106c7

Please sign in to comment.