kodi: update to 18.4.
This commit is contained in:
parent
252630eebc
commit
3f066a1329
15 changed files with 30980 additions and 30980 deletions
|
@ -9714,7 +9714,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:55 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:47:01 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 Jun 19 18:36:44 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46: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
|
@ -1061,7 +1061,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, "__author__", "Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, "__date__", "Wed Jun 19 18:36:49 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46:53 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 Jun 19 18:36:56 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46:59 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 Jun 19 18:36:50 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46:59 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 Jun 19 18:36:52 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46:59 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 Jun 19 18:36:44 GMT 2019");
|
||||
PyModule_AddStringConstant(module, "__date__", "Sun Sep 01 10:46: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
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kodi'
|
||||
pkgname=kodi
|
||||
version=18.3
|
||||
version=18.4
|
||||
revision=1
|
||||
_codename="Leia"
|
||||
wrksrc="xbmc-${version}-${_codename}"
|
||||
|
@ -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=4f265901c00f582beb8d6ad96c9c303e5ab82611e828c7121ae822b07c0915cc
|
||||
checksum=bf2be186d8ae5b5377e43c06a538012bb9f51a0e98f8244b70a401006861d110
|
||||
patch_args="-Np1"
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||
|
||||
|
|
Loading…
Reference in a new issue