kodi: update to 18.1.
This commit is contained in:
parent
c6c439ee25
commit
c66d3530ce
15 changed files with 30981 additions and 30981 deletions
|
@ -9714,7 +9714,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jan 30 17:54:21 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:43 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__", "Wed Jan 30 17:54:18 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:35 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__", "Wed Jan 30 17:54:19 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:41 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__", "Wed Jan 30 17:54:23 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:46 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__", "Wed Jan 30 17:54:26 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:40 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__", "Wed Jan 30 17:54:26 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:45 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__", "Wed Jan 30 17:54:19 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Mon Feb 18 19:37:35 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.0
|
||||
revision=3
|
||||
version=18.1
|
||||
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=ac5d64d59c6f4811b41a869538506e56c342b530fac97ad9dc9715f3d480e633
|
||||
checksum=bc1ef0e271d0b6ce2e1be7546ad4f7d330930d7631cc19a9bbc5f75ddc586166
|
||||
patch_args="-Np1"
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||
|
||||
|
|
Loading…
Reference in a new issue