Merge pull request #4203 from MilhouseVH/le10_kodi19-next04

kodi: next update (end of February 2020?)
This commit is contained in:
CvH
2020-03-06 18:58:57 +01:00
committed by GitHub
84 changed files with 312 additions and 436 deletions

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.service" library="default.py">

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.python.script" library="default.py" />

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.python.script" library="default.py">

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.service" library="default.py">

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.service" library="default.py">

View File

@@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="driverselect"
PKG_VERSION="ee784f2d79bc5b3125dd77733b55f0227f2f5914"
PKG_SHA256="9ae121a31f1a204fac9888bca327a8e876be3dfaf2924ccf88a6c0192bb1fa9c"
PKG_VERSION="8fe0e3dce8e717f00d8c0e5e4dadb7e9306be624"
PKG_SHA256="42ca062bbb885f84472f91fa0b3354fff6ffb7ace3ae37cddca0b9923d066c8a"
PKG_REV="100"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@@ -1,3 +1,6 @@
104
- Python3 ABI support
103
- scan: "HD Channels" option does not exist any more
- fix for Leia skinning engine changes

View File

@@ -5,7 +5,7 @@
PKG_NAME="script.config.vdr"
PKG_VERSION="0345a2a3b98de48cbbaf77768ca6c9289f531e2b"
PKG_SHA256="793676258c399427047a7d6628984358c67b1180b98df44b48647d20e8f9395b"
PKG_REV="103"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="https://libreelec.tv"

View File

@@ -5,7 +5,7 @@
provider-name="Team LibreELEC">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>executable</provides>

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.service" library="service.py">

View File

@@ -1,3 +1,5 @@
103
- Python3 ABI support
102
- Fix a crash with segfaults on x64 machines
101

View File

@@ -3,7 +3,7 @@
PKG_NAME="touchscreen"
PKG_VERSION="1.0"
PKG_REV="102"
PKG_REV="103"
PKG_ARCH="any"
PKG_ADDON_PROJECTS="Generic RPi"
PKG_LICENSE="GPL"

View File

@@ -5,7 +5,7 @@
provider-name="@PROVIDER_NAME@">
<requires>
<import addon="os.libreelec.tv" version="@OS_VERSION@"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.python" version="3.0.0"/>
@REQUIRES@
</requires>
<extension point="xbmc.service" library="default.py">

View File

@@ -1,3 +1,6 @@
123
- Python3 ABI support
122
- update to 4.2.8-36
- update comskip to 2019-11-03

View File

@@ -5,7 +5,7 @@ PKG_NAME="tvheadend42"
PKG_VERSION="5bdcfd8ac97b3337e1c7911ae24127df76fa693a"
PKG_SHA256="b562a26248cdc02dc94cc62038deea172668fa4c079b2ea4e1b4220f3b1d34f5"
PKG_VERSION_NUMBER="4.2.8-36"
PKG_REV="122"
PKG_REV="123"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.tvheadend.org"

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.2sf"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="42ffadc6c82ec0b6274508b29ad75bd2d5421044ebc3686d6466fe68808ddf9a"
PKG_VERSION="2.1.3-Matrix"
PKG_SHA256="1ce2326ed5781b532f867f41151993dc82fe625c3d045dff8bbd13589b2b5457"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.asap"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="5282a7023000840e8469a650f21c192a828b7e8a2cf6e933f61189f14f196bf9"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="ce78b4ec540a3b08416f58ef24f11ff02dda0076d2cb659bb19125fb0533510c"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.dumb"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="fbd44c8d996ab5e4ca89e7dfa68a1b71550ea4c8da9be52905b7a218e6155164"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="0f10f3f670a256bd68f9208b0cb47421f4ac8e804286a83d2e54cf8c63ca14d6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="audiodecoder.fluidsynth"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="314884ecb764d6ddd173c719432ca20240aaf28a69591cb7236e2554c0f234eb"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="f9bb9ea9b408ab6bd7650221b0e1a16b16b22b53230abd6f348b1b14559004ee"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

Some files were not shown because too many files have changed in this diff Show More