Merge pull request #2887 from MilhouseVH/le90_kodi_201809

kodi: next (kodi 18 beta1)
This commit is contained in:
Christian Hewitt 2018-08-18 18:23:03 +04:00 committed by GitHub
commit 0e8f0dea4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
84 changed files with 197 additions and 157 deletions

View File

@ -146,7 +146,6 @@ show_config() {
config_message="$config_message\n - Kodi MySQL support:\t\t\t $KODI_MYSQL_SUPPORT"
config_message="$config_message\n - Kodi Optical Drive support:\t\t $KODI_OPTICAL_SUPPORT"
config_message="$config_message\n - Kodi SAMBA client support:\t\t $KODI_SAMBA_SUPPORT"
config_message="$config_message\n - Kodi SSH client support:\t\t $KODI_SSHLIB_SUPPORT"
config_message="$config_message\n - Kodi UPNP support:\t\t\t $KODI_UPNP_SUPPORT"
config_message="$config_message\n - Kodi Webserver support:\t\t $KODI_WEBSERVER_SUPPORT"

View File

@ -82,9 +82,6 @@
# build with MySQL support (mysql / mariadb / none)
KODI_MYSQL_SUPPORT="mariadb"
# build xbmc with sshlib support (yes / no)
KODI_SSHLIB_SUPPORT="yes"
# build xbmc with optical drive support (yes / no)
KODI_OPTICAL_SUPPORT="yes"

View File

@ -0,0 +1,41 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="flatbuffers"
PKG_VERSION="1.9.0"
PKG_SHA256="5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3"
PKG_ARCH="any"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/google/flatbuffers"
PKG_URL="https://github.com/google/flatbuffers/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="toolchain"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="devel"
PKG_LONGDESC="FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility."
PKG_CMAKE_OPTS_HOST="-DFLATBUFFERS_CODE_COVERAGE=OFF \
-DFLATBUFFERS_BUILD_TESTS=OFF \
-DFLATBUFFERS_INSTALL=ON \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \
-DFLATBUFFERS_BUILD_FLATC=ON \
-DFLATBUFFERS_BUILD_FLATHASH=OFF \
-DFLATBUFFERS_BUILD_GRPCTEST=OFF \
-DFLATBUFFERS_BUILD_SHAREDLIB=OFF"
PKG_CMAKE_OPTS_TARGET="-DFLATBUFFERS_CODE_COVERAGE=OFF \
-DFLATBUFFERS_BUILD_TESTS=OFF \
-DFLATBUFFERS_INSTALL=ON \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \
-DFLATBUFFERS_BUILD_FLATC=OFF \
-DFLATBUFFERS_BUILD_FLATHASH=OFF \
-DFLATBUFFERS_BUILD_GRPCTEST=OFF \
-DFLATBUFFERS_BUILD_SHAREDLIB=OFF"
pre_configure_host() {
export CXXFLAGS="$CXXFLAGS -std=c++11"
}
post_makeinstall_host() {
mkdir -p $TOOLCHAIN/bin
cp -PR $PKG_BUILD/.$HOST_NAME/flatc $TOOLCHAIN/bin
}

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.2sf"
PKG_VERSION="afe3580"
PKG_VERSION="afe3580ae8a0d552e3fe08cfb530a3a7b3ba2c23"
PKG_SHA256="d3225745b1f52cc7af32615b967e0ed628a8e98d0f86f408603e3a3e9473b18a"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.asap"
PKG_VERSION="c11931d"
PKG_VERSION="c11931d2e004e27ba84dc55ee359b30357ef9143"
PKG_SHA256="546e75c8a4fd1c0fdf31019a293828d7c5ee80c23eb4ae5744aacca8a9628974"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.dumb"
PKG_VERSION="6b149a5"
PKG_VERSION="6b149a526c835bce8d01b6ad1ff414ac46ea6e44"
PKG_SHA256="46e3522851a3e84598d1227673fd04c65256d9e33aa25780314d49db82bfdcc8"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.fluidsynth"
PKG_VERSION="24874b8"
PKG_VERSION="24874b8d76425d57559bb7fb259a8d2725ad5644"
PKG_SHA256="e0a5704dfd02238e90311d1c6584b0bcaebfd0c394ce3d871d394db36d242a81"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.gme"
PKG_VERSION="b473618"
PKG_VERSION="b473618dd6d0aba8081021f55c997305291346b2"
PKG_SHA256="e8de2f543609aa18905eff532bf9a9446b01fa706085966b77f022b65fe3c7c9"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.gsf"
PKG_VERSION="081ee65"
PKG_VERSION="081ee6590a0a56d70964d9291bf77067ba943c3d"
PKG_SHA256="063a5b0ac606e889e93256fd9ca45db3d7b52e0736ffaa1c22526bfe89f64afb"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.modplug"
PKG_VERSION="9892e6b"
PKG_VERSION="9892e6b8fd1f177ed746c707e17606f755fc5604"
PKG_SHA256="e8522d6f8a4d3ec9e4dc035c158fbded39d37c42307106400e4402b38aaa7175"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.ncsf"
PKG_VERSION="149f324"
PKG_VERSION="149f3248d5527b5088ddb24dba45e925ff413f9a"
PKG_SHA256="f5879d227ee63b63bba872f7cfda5a562b5f6e16c7e3e06c3522124eb11e528e"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.nosefart"
PKG_VERSION="cca999c"
PKG_VERSION="cca999c7df7c8bf3b3c018ade8f5b26df4498c1f"
PKG_SHA256="168c948e6477148936719c2f7c23033094b00a68c4c3c8da925e2e0d5c9dbaf4"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.openmpt"
PKG_VERSION="47e3814"
PKG_VERSION="47e38144d095653e709490e8977d86b07c520633"
PKG_SHA256="8485250d47b290820aa7f60f6334bb89c9cbe56b524a8d81476f216e76541d0b"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.organya"
PKG_VERSION="93a8601"
PKG_VERSION="93a8601b1249215b30468dcaa5c02544ecb8112a"
PKG_SHA256="8e37aad49bb9b32ffea3a473c903ceb0b2e1b1e586aa829376d69bd2f0117f3f"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.qsf"
PKG_VERSION="876201e"
PKG_VERSION="876201efde44caf2cdbc44198e15a3e5b975df1c"
PKG_SHA256="06f74b44375c1b3bf565fb219dcf164490b7c894ebc76d8684503d1324b86665"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.sidplay"
PKG_VERSION="dfa3814"
PKG_VERSION="dfa3814fc7e0ebe341f4966fe96ebeae553fb54c"
PKG_SHA256="f7de385f963f7a605965f97d3377dc29829e1be947f9f10e3d9d05d4861d3e0d"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.snesapu"
PKG_VERSION="459e6d3"
PKG_VERSION="459e6d38f1913376331a10f2d889d1ea378ede95"
PKG_SHA256="ecde12f36f3b3d5a258e0807f28dda538ea9dfcfd9dce0be782172459d5fe8a0"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.ssf"
PKG_VERSION="8adf121"
PKG_VERSION="8adf1217567daaa0495189b4602c77c5893add85"
PKG_SHA256="18328f92bdfd426814bfd4e7549f674a171420c945f9284aa6183d70870b7f60"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.stsound"
PKG_VERSION="95b39d5"
PKG_VERSION="95b39d50d0ad725d390a933ba8ce684103394ca3"
PKG_SHA256="5cc7c30a712c8161415f06817576b362cd425924c6fc4512febd0d3c8660554b"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.timidity"
PKG_VERSION="eff8090"
PKG_VERSION="eff8090d097a65728a0b9056873ee7031cdfacd3"
PKG_SHA256="203abf9113f8a949bc9e6dfe40e253c0896a9b3cf896ec8d4fe31ca7b1e1f0e3"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.upse"
PKG_VERSION="6fa70f8"
PKG_VERSION="6fa70f8c41d81885bd6992c67a9457de75b04aa3"
PKG_SHA256="e0fcf4c85122c293aed7a4ba5f71802db9231d65a69ece9ea47732facb386d1c"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.usf"
PKG_VERSION="ccb1edc"
PKG_VERSION="ccb1edc537435ae4070705d93ca6a3b67ed70785"
PKG_SHA256="d0dc7bc7ad61bc19ec1297da4b04e2291ad27b68e0dc384d378e5106bba87709"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.vgmstream"
PKG_VERSION="227b674"
PKG_VERSION="227b6745e446bda7eedcab90e09d5709ed9d4913"
PKG_SHA256="bb1e159c02ebcaea0d613162e0dec9af863b0966c142571143dd007a4555cac0"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.wsr"
PKG_VERSION="c0c55a0"
PKG_VERSION="c0c55a0559a4affb6cd8406b120f098a5eccb3cd"
PKG_SHA256="20cc416cab6168225272667a4a25c88e137c9ba6eb7e868876aae5c82d51d87e"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audioencoder.flac"
PKG_VERSION="c24fc36"
PKG_VERSION="c24fc36a4b50f72063802c19145db70027f2a5cf"
PKG_SHA256="be83cead5cc19a0db2e1577d58f91bcc9bff4ad22b607ec6b2c099065486307c"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audioencoder.lame"
PKG_VERSION="c6fff50"
PKG_VERSION="c6fff501bfbc19279a091b9d698866e549196b38"
PKG_SHA256="9d37e4da6dab2877e8d029ad086dd517e79846cc27a12784f6c4b83130c00755"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audioencoder.vorbis"
PKG_VERSION="fdca99b"
PKG_VERSION="fdca99b588feee78133cecc377d5f62f898f542f"
PKG_SHA256="8e5bfa7f3a2303e20826d27c278b62b3e57861dd5fa240ace58212e38eaf0a6a"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audioencoder.wav"
PKG_VERSION="ddf8f7f"
PKG_VERSION="ddf8f7fd9411406137b72f2f6621def02ac0ace1"
PKG_SHA256="9faec399246100a5e975ae194766cd49cb0dab396e8965b19e07dcb4ac8ce7f4"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imagedecoder.raw"
PKG_VERSION="ba18fb1"
PKG_VERSION="ba18fb125efabba44c81c042c8937be80b579061"
PKG_SHA256="d3334626cd37b4dd5271c8a2ac374ff4ddf16755dda0736422321d63b9b35453"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="inputstream.adaptive"
PKG_VERSION="5061a1a"
PKG_SHA256="8cd7c2ed609e5ea7c4b8433f43124ee3759ebac24831001c31acc458505c2ab8"
PKG_VERSION="430c4400aa7c49e78ecb0dad877a509c843f54e2"
PKG_SHA256="648a7904925774996b6a031f80b61551db2927aa64f166c6d6d12be21430520d"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/peak3d/inputstream.adaptive/archive/$PKG_VERSION.tar.gz"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="inputstream.rtmp"
PKG_VERSION="bf5351e"
PKG_SHA256="f1a6117569f3293bc61dad6091ed216d0c82428c3d8981eea9870b16947b2c04"
PKG_VERSION="0cc2da10e8e237228ce5cee0245e6461facb7f09"
PKG_SHA256="6880f1f1f084294b6cf429cc8c426a69e07924a021a44f31b37b87ef4c94fec1"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/notspiff/inputstream.rtmp/archive/$PKG_VERSION.tar.gz"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="peripheral.joystick"
PKG_VERSION="08e4a1a"
PKG_VERSION="08e4a1adcd0328c0ac00157053e5ee4a3abf3243"
PKG_SHA256="176457e985789ced030d6b37bef29af4aa1ff93a3b74fe1f9bae4705fc73af34"
PKG_REV="100"
PKG_ARCH="any"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="peripheral.steamcontroller"
PKG_VERSION="ea34539"
PKG_VERSION="ea345392ab5aa4485f3a48d2037fa8a8e8ab82de"
PKG_SHA256="cffac3516af2971e739974175d27cf36d1f9dd255df058a169805355b176eef7"
PKG_REV="102"
PKG_ARCH="any"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="peripheral.xarcade"
PKG_VERSION="07be227"
PKG_SHA256="f0c1159b011e9fb233073bffac0db490049b11ac11138d088f119577d6d6cbbe"
PKG_VERSION="91567ddd709b2a68419edb8ee0566d6829f41950"
PKG_SHA256="d11586f523f089aebb7dc9ece21c7dd9d10ec1feff20095f16edd6860f82818a"
PKG_REV="102"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.argustv"
PKG_VERSION="1459cea"
PKG_VERSION="1459cead0b2a9090bcc8377ccea214bd2a844983"
PKG_SHA256="226642f7b17435879b908efba833bec7ac7881e563dd39b25376d4a2758cb19f"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.demo"
PKG_VERSION="481f2fa"
PKG_VERSION="481f2facef5798a7cec24b0a95a7b9d1ffba95e0"
PKG_SHA256="ca20f0794977027ec6d803c230deecbab260a306e71353ac6db6249b4881c1bf"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.dvblink"
PKG_VERSION="c66203b"
PKG_VERSION="c66203b448253326a3ef2938c0a4360cec74d0c3"
PKG_SHA256="4a50319e49c13773a3d6b41b506c0a23f4c0416f5e48469612a15b00faefe9a5"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.dvbviewer"
PKG_VERSION="c3ceb0b"
PKG_VERSION="c3ceb0bcfb074f4ee209baa7b36e9b551bd882f8"
PKG_SHA256="64867671683b416b4b331d9faac22718e45caa7821eb1a670cb9f391e8d71fb5"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.filmon"
PKG_VERSION="93ae10d"
PKG_VERSION="93ae10d1524c951f06fde86662b31ac1e124a5a7"
PKG_SHA256="b4505877101fde2f5fef13bb15eeecd425b8feff4ae28fb5360d38cf85c0eb03"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.hdhomerun"
PKG_VERSION="ced70bd"
PKG_VERSION="ced70bda3c6bfcd9716d7fe5777d7a9bc5d0a9a9"
PKG_SHA256="408fd5abce1138967becfa57b1b78d1e2aea20b82cecf4bbc0cb9cf16b43919f"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.hts"
PKG_VERSION="326c1f7"
PKG_SHA256="6cf74db1a2dae04caec06a38cb875819c6e34c030eef8150df5873f8ac503517"
PKG_VERSION="0f06313fa9af8b8160aba4b3a9c91d87179842d6"
PKG_SHA256="399487e0c1480b1278337b9ff3ceaf58e35672bcccdba1f694d6cc8644e463d1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.iptvsimple"
PKG_VERSION="55637c8"
PKG_VERSION="55637c84d120730317edff6eaf8f1bbd3211e59d"
PKG_SHA256="5b415fe54bc9248e83792f02b8ecc73b6e22051d7aaae70eebdfc0b8d7da71d6"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.mediaportal.tvserver"
PKG_VERSION="89cac8b"
PKG_SHA256="9ce0585dc718e6333a440d9073827364a12fdac8d0fd471f9b093bf99d95e591"
PKG_VERSION="ca4f4dbf51c7b22ff3341ea75fa143daa7e199a0"
PKG_SHA256="50a56a89b1d64920e31c9ce2755d60db29948c926086f9e075f4a3cb5a86f7b1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.mythtv"
PKG_VERSION="c4d8899"
PKG_SHA256="80e979abdd2cd83984211cc47f7926ca8adce534f74782537d4db6211df7cb55"
PKG_VERSION="e61f47ce6c00a3efa98f2b83e5e27b0fa1d40584"
PKG_SHA256="e067e15534688eaa9a4bdd1033e7ef63dbcaa7b67f809c9b3937d5b6b7285afd"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.nextpvr"
PKG_VERSION="6f0515b"
PKG_VERSION="6f0515bb660e1e7f812051a2a64d7c0affd0057c"
PKG_SHA256="2df81507db75722520f40d6bd4bd7363e49cbc84e6002f986f05c25e9bfb1878"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.njoy"
PKG_VERSION="204d95b"
PKG_VERSION="204d95bdb133db4ef56c052db1aee318a5765878"
PKG_SHA256="8573bd42222162fe5ccefe18df9d18712ca65f8913c99dcbf066102f850d216d"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.octonet"
PKG_VERSION="1e44819"
PKG_VERSION="1e448193009af33a398ddbcb1dc5f10f95594519"
PKG_SHA256="acea9593c3b6531f7909ce21f95d35553f796fd7327994792839e79f19f1c9ac"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.pctv"
PKG_VERSION="32d4b66"
PKG_VERSION="32d4b669504b0f823f5c1dd1b35dc9582cc10a02"
PKG_SHA256="509d9fe09208d60f80e064aa5a13cfcf0c1be435e49f95628f159d6647f26a49"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.sledovanitv.cz"
PKG_VERSION="29ad32a"
PKG_SHA256="ad7d23e605828d4681691c3d718275125273e139482980e82c4e434143bb3045"
PKG_VERSION="6b4bad62c153bdba1b3787beda541ef0458dc6c8"
PKG_SHA256="36c21c9bf57624454b9d9b4334313379d8529f9761cc7cb14f195f81077c7bf2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPLv2"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.stalker"
PKG_VERSION="f84483c"
PKG_VERSION="f84483cb62a3dd0fe416312e5cde64bb711e0439"
PKG_SHA256="56259a25538981dffd69f3f93821255636bbb1f38a95748377309a6ee8da7ca4"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.teleboy"
PKG_VERSION="0460536"
PKG_VERSION="04605363edc6079578dabd2f5a7a817de60851e1"
PKG_SHA256="c0e3a3410af7e31124d5c821847864e1cd8674f86fbfad15b95c29fad5724b24"
PKG_REV="1"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.vbox"
PKG_VERSION="c115a14"
PKG_VERSION="c115a14e1f55e625739377ec90ca70cb56da2511"
PKG_SHA256="92cafc88e18300609062256b4a9944ad872b65c85f304b3dbbe30f30e4956be3"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.vdr.vnsi"
PKG_VERSION="bb4fb30"
PKG_VERSION="bb4fb3083d146f34cad54f2fc9f99e73138d962c"
PKG_SHA256="7a21117cbbd18a49df81401f3f8681ea9a8956b5766847395a4250b8596e45b9"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.vuplus"
PKG_VERSION="75179a3"
PKG_VERSION="75179a3ca2a9b6acf5195b69f859cd9f2c459eda"
PKG_SHA256="4aa46b8de08e8d1c14400cbb5e9ca7c91b04498fcf60d9ac1b09af2aee6e9a91"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.wmc"
PKG_VERSION="b5fe5a1"
PKG_VERSION="b5fe5a1e483063541deee9a6202df36a6ef6b283"
PKG_SHA256="5efca596e3e392e099ffe992032b76cccba06b39e98c8e419e24631a1d6a7edc"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.zattoo"
PKG_VERSION="12134c8"
PKG_VERSION="12134c8659fffd564505ebe1eb01ecc49f5e3cdc"
PKG_SHA256="859e25c0f233be46eed7889bfabde6191e930a33cc78470c1aa32b264c6f6955"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.asteroids"
PKG_VERSION="a3dc5e3"
PKG_VERSION="a3dc5e331412aaf3d7513a3da43059fe32532e83"
PKG_SHA256="b1ab51e47700ff6c8ff4102968963ea505c20f0140cc50616d5793b5956a423c"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Lukas Rusak (lrusak@libreelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.asterwave"
PKG_VERSION="5bb1c48"
PKG_VERSION="5bb1c48074a6cdcd7819afe2ad07cdc7915ced44"
PKG_SHA256="1213695199587155d9f46a7c96586ee46cebfb1b5d373c1b1e2ba77de19381af"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.biogenesis"
PKG_VERSION="7c2694d"
PKG_VERSION="7c2694dfb5891bdfc95b2624235fcb6fceccd7c1"
PKG_SHA256="2502dd6273dc396a5bf9ae6daad5248fdd03571152bffbb67f3b1f762d319f49"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Lukas Rusak (lrusak@libreelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.cpblobs"
PKG_VERSION="f08e473"
PKG_VERSION="f08e473aeae2a4c693fe82a39d17f2367b0f7f44"
PKG_SHA256="eae30010f1f3c5ddf50679ab5fce6a655a176f687d744b1dc5b7a81aa67cb530"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.greynetic"
PKG_VERSION="6aefc4b"
PKG_VERSION="6aefc4bb9f1da4179d98f55a3664bd2fc8f67c4a"
PKG_SHA256="b23ff0b2db842eebb58c147057ac835184f121c065ce0d33c2d03534ea95d28f"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.matrixtrails"
PKG_VERSION="b9987ca"
PKG_VERSION="b9987ca27ffc82919b856164ac91941dda17200a"
PKG_SHA256="89e5c75fff9c3f475d8ce733825acb92020f7c5b53068d69b6952c710f8284d4"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.pingpong"
PKG_VERSION="a702c1b"
PKG_VERSION="a702c1b15ec92845302e1cfcad6e2f7d054bdeb0"
PKG_SHA256="80eb9b0f1292fa9eebe7dfc8843c859b5c1c05c59704ef1d53c88ba87519a153"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.pyro"
PKG_VERSION="ba10e00"
PKG_VERSION="ba10e00a9ed7e94c5ee301a26d304fb4d9b934c4"
PKG_SHA256="f1af37ddffcf9bd895c707f1a3125d3d16c3d8585600f83e3c841095798f39a3"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.shadertoy"
PKG_VERSION="0290c8e"
PKG_VERSION="0290c8efc430b3b331a034eb3eb79f7cfff6c01d"
PKG_SHA256="970eed3e63db75043fafe5a172bcd218bba3b5ae5f3b418206da00865ccb4647"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensaver.stars"
PKG_VERSION="530cf20"
PKG_VERSION="530cf20c49fb8b0f3556c4a3f16d079d71f8c7f9"
PKG_SHA256="a1b9da2425be6dbf36a7218f66462656610dda8f644e9c497a0a93e2571cb5db"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="screensavers.rsxs"
PKG_VERSION="be03db6"
PKG_VERSION="be03db6e9652a465b521cb7768b692e52ed2f1e3"
PKG_SHA256="b0f35760a3f444769c2f0f948defc220b34459dde1bea06522708498eefe2e99"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vfs.libarchive"
PKG_VERSION="1bc1517"
PKG_SHA256="421eee7eca4544ae22736b7594ff15934dbee3b592a5d0e6c576cc6c756f481c"
PKG_VERSION="fdc744118e9246ac7c6f58a1b8b47bd08a31013c"
PKG_SHA256="6969b5c879ee5b681211c3f693315f2ad623558e16ca0fa5f8c15cc0f9055b7b"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -2,7 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vfs.rar"
PKG_VERSION="4b4b61a"
PKG_VERSION="4b4b61af632b5b244c9f8dcb7575625b98d82550"
PKG_SHA256="39f8aca312d0689aa87da1df44df505ed80aa4668008fb99cf6510f5f1925f07"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vfs.sftp"
PKG_VERSION="ac78185"
PKG_SHA256="ccaacba75785667d594c2fa9b29229a24cffbc3f0400d01bf073e8d59f4096c8"
PKG_VERSION="990503727ed0b748daf474a1be8651c2e8e27b39"
PKG_SHA256="8ad7bf66c14aed5d253a2769bc6c0de31b1201193c31e128bf0fc1a77fe7e226"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPLv2"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.fishbmc"
PKG_VERSION="3dae2bd"
PKG_VERSION="3dae2bd6dc15dad0131fb31c3b00e41ab1caa0f0"
PKG_SHA256="471765286c6054717980510edf5d49390b0d4f38289c83830a9e0a444202825c"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.goom"
PKG_VERSION="7c91a20"
PKG_VERSION="7c91a206769534adc8a583feaed81cdb8659f64f"
PKG_SHA256="6197847d922050b37ce8a2a20436c16d10a48566f7128570965aa082fe203fc4"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Lukas Rusak (lrusak@libreelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.pictureit"
PKG_VERSION="11063b2"
PKG_VERSION="11063b29c238a6e81d7e779f18933140221ac439"
PKG_SHA256="94f0576a59a3bd08cfc6be94cd5b2ec8f57e7dd86bf9f5c41bc0c82a3f47f78d"
PKG_REV="2"
PKG_ARCH="x86_64"

View File

@ -1,9 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.projectm"
PKG_VERSION="06d02b5"
PKG_SHA256="e37b93450b4f33eb6a1b2cfdeeebb182869d61c96f7f15df1cee840a2deb99f8"
PKG_VERSION="5da5a45a5fc6ed22244cb075e029e28b1ff8d69b"
PKG_SHA256="7e0063c5cbaa9f1250bf10fda04abfe0b0f01b751ca951b62c1388354279b424"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.shadertoy"
PKG_VERSION="6d70239"
PKG_VERSION="6d70239b0f0062a50640d21aa2b373c03ac29ebd"
PKG_SHA256="6465ed95ed9cc541015226f0c6e99885f743b902478b951e4ff3ce3f660c6b18"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.spectrum"
PKG_VERSION="063cd80"
PKG_VERSION="063cd80dce3a6ba3aa75016e0bc8a210d37b4f38"
PKG_SHA256="192c684f343a2c51ae23d54a4da9d53f16f3d6183213d0d0f213c77db3da7c0f"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.vsxu"
PKG_VERSION="c3d8264"
PKG_VERSION="c3d82644117ad8ca80c1cb6add142e669a694ed3"
PKG_SHA256="cc9a0e287cd272e83e99003d60599b1546265299c8e4f7a5c061cb3f8d4348cd"
PKG_REV="2"
PKG_ARCH="i386 x86_64"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="visualization.waveform"
PKG_VERSION="d34beaa"
PKG_VERSION="d34beaaa41aaa8f8784f96b7c2b76625a8ffd7da"
PKG_SHA256="12ecd1dbcea0bba4a424f6c3ef36e150a82fb72664ffdc4aa4af683c1fbf8fe7"
PKG_REV="2"
PKG_ARCH="any"

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi-platform"
PKG_VERSION="e8574b8"
PKG_VERSION="e8574b883ffa2131f2eeb96ff3724d60b21130f7"
PKG_SHA256="132d5398b3bb72c6b5394ffa473c52e556419d6df8c52eb0830555dae87eb75a"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,14 +3,14 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
PKG_VERSION="269a24c"
PKG_SHA256="006a4b1ff32af2616f13aba63c86654b32cf9a972516a33e64a032003bb6dd19"
PKG_VERSION="f08d8686e96edcfbe065d4e5094ab6221da057b9"
PKG_SHA256="eec4e71d836894c39cd722eb3a1b73e2ee678aeadb64abcea2d85227d871bb86"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="xbmc-$PKG_VERSION*"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp"
PKG_DEPENDS_TARGET="toolchain JsonSchemaBuilder:host TexturePacker:host Python2 zlib systemd pciutils lzo pcre swig:host libass curl fontconfig fribidi tinyxml libjpeg-turbo freetype libcdio taglib libxml2 libxslt rapidjson sqlite ffmpeg crossguid giflib libdvdnav libhdhomerun libfmt lirc libfstrcmp flatbuffers:host flatbuffers"
PKG_SECTION="mediacenter"
PKG_SHORTDESC="kodi: Kodi Mediacenter"
PKG_LONGDESC="Kodi Media Center (which was formerly named Xbox Media Center or XBMC) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
@ -139,13 +139,6 @@ else
KODI_UPNP="-DENABLE_UPNP=OFF"
fi
if [ "$KODI_SSHLIB_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libssh"
KODI_SSH="-DENABLE_SSH=ON"
else
KODI_SSH="-DENABLE_SSH=OFF"
fi
if target_has_feature neon; then
KODI_NEON="-DENABLE_NEON=ON"
else
@ -181,7 +174,7 @@ if [ ! "$KODIPLAYER_DRIVER" = default ]; then
if [ "$KODIPLAYER_DRIVER" = bcm2835-driver ]; then
KODI_PLAYER="-DCORE_PLATFORM_NAME=rbpi"
elif [ "$KODIPLAYER_DRIVER" = mesa -o "$KODIPLAYER_DRIVER" = rkmpp ]; then
KODI_PLAYER="-DCORE_PLATFORM_NAME=gbm"
KODI_PLAYER="-DCORE_PLATFORM_NAME=gbm -DGBM_RENDER_SYSTEM=gles"
CFLAGS="$CFLAGS -DMESA_EGL_NO_X11_HEADERS"
CXXFLAGS="$CXXFLAGS -DMESA_EGL_NO_X11_HEADERS"
elif [ "$KODIPLAYER_DRIVER" = libamcodec ]; then
@ -212,6 +205,7 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
-DENABLE_LDGOLD=ON \
-DENABLE_DEBUGFISSION=OFF \
-DENABLE_APP_AUTONAME=OFF \
-DENABLE_INTERNAL_FLATBUFFERS=OFF \
$PKG_KODI_USE_LTO \
$KODI_ARCH \
$KODI_NEON \
@ -225,7 +219,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
$KODI_AVAHI \
$KODI_UPNP \
$KODI_MYSQL \
$KODI_SSH \
$KODI_AIRPLAY \
$KODI_AIRTUNES \
$KODI_OPTICAL \

View File

@ -1,6 +1,6 @@
From 006bcc66f7bc25f0df8aa52efa3b151766f9a5ec Mon Sep 17 00:00:00 2001
From db712f7aa3c249d5b6c7d4c121b89b61e0dd518f Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Wed, 20 Dec 2017 07:26:55 +0000
Date: Sat, 18 Aug 2018 03:29:56 +0100
Subject: [PATCH] handle SIGTERM
0. CApplication::Stop cant be trusted. (deadlocks crashes and boo)
@ -15,18 +15,18 @@ so, when shutdown/reboot is requested:
6. addons / pvrmanager / cec / everything else.. are free to deadlock / crash now, we dont care
7. KILL
---
xbmc/Application.cpp | 21 ++++++++++++++++-----
xbmc/Application.cpp | 19 +++++++++++++++----
xbmc/Application.h | 1 +
xbmc/XBApplicationEx.cpp | 1 +
xbmc/XBApplicationEx.h | 1 +
xbmc/platform/posix/main.cpp | 2 +-
5 files changed, 20 insertions(+), 6 deletions(-)
5 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index 334ecec..e3101ff 100644
index b679c63..01750c2 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -2373,12 +2373,12 @@ void CApplication::OnApplicationMessage(ThreadMessage* pMsg)
@@ -2285,12 +2285,12 @@ void CApplication::OnApplicationMessage(ThreadMessage* pMsg)
switch (msg)
{
case TMSG_POWERDOWN:
@ -41,7 +41,7 @@ index 334ecec..e3101ff 100644
break;
case TMSG_SHUTDOWN:
@@ -2399,12 +2399,13 @@ void CApplication::OnApplicationMessage(ThreadMessage* pMsg)
@@ -2311,12 +2311,13 @@ void CApplication::OnApplicationMessage(ThreadMessage* pMsg)
case TMSG_RESTART:
case TMSG_RESET:
@ -56,7 +56,7 @@ index 334ecec..e3101ff 100644
Stop(EXITCODE_RESTARTAPP);
#endif
break;
@@ -2821,6 +2822,17 @@ bool CApplication::Cleanup()
@@ -2763,6 +2764,17 @@ bool CApplication::Cleanup()
}
}
@ -73,17 +73,8 @@ index 334ecec..e3101ff 100644
+
void CApplication::Stop(int exitCode)
{
try
@@ -2828,7 +2840,7 @@ void CApplication::Stop(int exitCode)
m_frameMoveGuard.unlock();
CVariant vExitCode(CVariant::VariantTypeObject);
- vExitCode["exitcode"] = exitCode;
+ vExitCode["exitcode"] = m_ExitCode;
CAnnouncementManager::GetInstance().Announce(System, "xbmc", "OnQuit", vExitCode);
// Abort any active screensaver
@@ -2860,7 +2872,6 @@ void CApplication::Stop(int exitCode)
CLog::Log(LOGNOTICE, "stop player");
@@ -2821,7 +2833,6 @@ void CApplication::Stop(int exitCode)
// Needs cleaning up
CApplicationMessenger::GetInstance().Stop();
m_AppFocused = false;
@ -92,10 +83,10 @@ index 334ecec..e3101ff 100644
// cancel any jobs from the jobmanager
diff --git a/xbmc/Application.h b/xbmc/Application.h
index 9d0b2d4..7b0e18b 100644
index 1faf9dd..379d3ca 100644
--- a/xbmc/Application.h
+++ b/xbmc/Application.h
@@ -153,6 +153,7 @@ public:
@@ -154,6 +154,7 @@ public:
bool StartServer(enum ESERVERS eServer, bool bStart, bool bWait = false);
bool IsCurrentThread() const;
@ -104,10 +95,10 @@ index 9d0b2d4..7b0e18b 100644
void UnloadSkin(bool forReload = false);
bool LoadCustomWindows();
diff --git a/xbmc/XBApplicationEx.cpp b/xbmc/XBApplicationEx.cpp
index edfea4f..96f245f 100644
index 9255271..da788b2 100644
--- a/xbmc/XBApplicationEx.cpp
+++ b/xbmc/XBApplicationEx.cpp
@@ -42,6 +42,7 @@ CXBApplicationEx::CXBApplicationEx()
@@ -24,6 +24,7 @@ CXBApplicationEx::CXBApplicationEx()
m_bStop = false;
m_AppFocused = true;
m_ExitCode = EXITCODE_QUIT;
@ -116,10 +107,10 @@ index edfea4f..96f245f 100644
}
diff --git a/xbmc/XBApplicationEx.h b/xbmc/XBApplicationEx.h
index 6fb2f6c..4bc11fc 100644
index e7534b8..8f45f04 100644
--- a/xbmc/XBApplicationEx.h
+++ b/xbmc/XBApplicationEx.h
@@ -42,6 +42,7 @@ public:
@@ -29,6 +29,7 @@ public:
// Variables for timing
bool m_bStop;
int m_ExitCode;
@ -128,10 +119,10 @@ index 6fb2f6c..4bc11fc 100644
bool m_renderGUI;
diff --git a/xbmc/platform/posix/main.cpp b/xbmc/platform/posix/main.cpp
index fccef84..88e928f 100644
index 55840fd..2828c7f 100644
--- a/xbmc/platform/posix/main.cpp
+++ b/xbmc/platform/posix/main.cpp
@@ -63,7 +63,7 @@ protected:
@@ -47,7 +47,7 @@ protected:
void Process() override
{
CMessagePrinter::DisplayMessage("Exiting application");

View File

@ -1,26 +0,0 @@
From a06d50ef78cf5df95de628e7b23bc94e0e4b4059 Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Thu, 5 Apr 2018 11:44:03 +0100
Subject: [PATCH] filesystem: Reduce chunksize to 64K
See: https://forum.kodi.tv/showthread.php?tid=298461&pid=2697818#pid2697818
---
xbmc/platform/posix/filesystem/SMBFile.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xbmc/platform/posix/filesystem/SMBFile.h b/xbmc/platform/posix/filesystem/SMBFile.h
index ed9e2cd..49fd20a 100644
--- a/xbmc/platform/posix/filesystem/SMBFile.h
+++ b/xbmc/platform/posix/filesystem/SMBFile.h
@@ -89,7 +89,7 @@ public:
bool OpenForWrite(const CURL& url, bool bOverWrite = false) override;
bool Delete(const CURL& url) override;
bool Rename(const CURL& url, const CURL& urlnew) override;
- int GetChunkSize() override { return 2048*1024; }
+ int GetChunkSize() override { return 64*1024; }
int IoControl(EIoControl request, void* param) override;
protected:
--
2.14.1

View File

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="p8-platform"
PKG_VERSION="3219004"
PKG_VERSION="32190045c7eb6883c0662db2f91b4ceeab904fc2"
PKG_SHA256="5225417c2c174d49124d0e44d32e3828f9b83464422445d303adb2dc3111686d"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
if [ -z "$1" ]; then
echo "Usage: $0 <branch-name>"
@ -46,7 +47,7 @@ git_clone() {
resolve_hash() {
if [ -d "$1" ] ; then
cd "$1"
git rev-parse --short $2 2>/dev/null
git rev-parse $2 2>/dev/null
fi
}