Update kodi to 17.6 (#9227)
* kodi: update to 17.6 * kodi-rpi: update to 17.6
This commit is contained in:
parent
9c165c4912
commit
970caaeb05
16 changed files with 29651 additions and 29650 deletions
|
@ -1 +0,0 @@
|
|||
../../kodi/files/swig.nojava-17.5
|
1
srcpkgs/kodi-rpi/files/swig.nojava-17.6
Symbolic link
1
srcpkgs/kodi-rpi/files/swig.nojava-17.6
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../kodi/files/swig.nojava-17.6
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kodi-rpi'
|
||||
pkgname=kodi-rpi
|
||||
version=17.5
|
||||
version=17.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
patch_args="-Np1"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.kodi.tv/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/xbmc/xbmc/archive/${version}-${_codename}.tar.gz"
|
||||
checksum=84c64acc270b9e845a67fbbe481ae5ddeb9b4568d76e42f2d5f9160fe0ce2de2
|
||||
checksum=c8312fe92e5bab1cdac1da93d60baed88fa1574146c50c44e3c86d01671c2b1d
|
||||
build_wrksrc=project/cmake
|
||||
|
||||
nopie=yes
|
||||
|
@ -48,7 +48,8 @@ configure_args="
|
|||
-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/opt/vc
|
||||
"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) configure_args+=" -DWITH_CPU=arm1176jzf-s";;
|
||||
armv6*) configure_args+=" -DWITH_CPU=arm1176jzf-s"
|
||||
export LDFLAGS+=" -latomic";;
|
||||
armv7*) configure_args+=" -DWITH_CPU=cortex-a7";;
|
||||
aarch64*) configure_args+=" -DWITH_CPU=cortex-a53";;
|
||||
esac
|
||||
|
|
|
@ -9218,7 +9218,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:30:02 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:12 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -482,7 +482,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:29:50 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:05 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -12956,7 +12956,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:29:57 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:14 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -858,7 +858,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:30:05 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:17 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -1584,7 +1584,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:30:06 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:19 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -1270,7 +1270,7 @@ namespace PythonBindings
|
|||
|
||||
// constants
|
||||
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Tue Oct 24 17:29:48 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"Wed Nov 15 19:05:04 GMT 2017");
|
||||
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.25.0");
|
||||
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
|
||||
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kodi'
|
||||
pkgname=kodi
|
||||
version=17.5
|
||||
version=17.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_INTERNAL_CROSSGUID=OFF"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.kodi.tv/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/xbmc/xbmc/archive/${version}-${_codename}.tar.gz"
|
||||
checksum=84c64acc270b9e845a67fbbe481ae5ddeb9b4568d76e42f2d5f9160fe0ce2de2
|
||||
checksum=c8312fe92e5bab1cdac1da93d60baed88fa1574146c50c44e3c86d01671c2b1d
|
||||
build_wrksrc=project/cmake
|
||||
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Reference in a new issue