kodi: update to 18.3.
This commit is contained in:
parent
82ace462ae
commit
666884d0a9
@ -9714,7 +9714,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:08 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:55 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -927,7 +927,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:00 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:44 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -1061,7 +1061,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:00 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:49 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -13783,7 +13783,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:10 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:56 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -849,7 +849,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:06 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:50 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -1575,7 +1575,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:48:11 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:52 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -1259,7 +1259,7 @@ namespace PythonBindings
|
||||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Apr 22 18:47:57 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:44 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__version__", "2.26.0");
|
||||
PyModule_AddStringConstant(module, "__credits__", "Team Kodi");
|
||||
PyModule_AddStringConstant(module, "__platform__", "ALL");
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
# Template file for 'kodi'
|
||||
pkgname=kodi
|
||||
version=18.2
|
||||
revision=3
|
||||
version=18.3
|
||||
revision=1
|
||||
_codename="Leia"
|
||||
wrksrc="xbmc-${version}-${_codename}"
|
||||
build_style=cmake
|
||||
@ -11,7 +11,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.kodi.tv"
|
||||
distfiles="https://github.com/xbmc/xbmc/archive/${version}-${_codename}.tar.gz"
|
||||
checksum=07b8cffc396473523a51354dc95dfffb54a6a456b82cda7ad67dc2c052d99f64
|
||||
checksum=4f265901c00f582beb8d6ad96c9c303e5ab82611e828c7121ae822b07c0915cc
|
||||
patch_args="-Np1"
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user