Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kodi: next update (end of February 2020?) #4203

Merged
merged 9 commits into from
Mar 6, 2020
2 changes: 1 addition & 1 deletion config/addon/xbmc.broken.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion config/addon/xbmc.python.module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion config/addon/xbmc.python.script.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion config/addon/xbmc.service.library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion config/addon/xbmc.service.pluginsource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion config/addon/xbmc.service.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions packages/addons/script/driverselect/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions packages/addons/script/script.config.vdr/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
104
- Python3 ABI support

103
- scan: "HD Channels" option does not exist any more
- fix for Leia skinning engine changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/script/script.config.vdr/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/script/script.config.vdr/sources/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/service/touchscreen/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 2 additions & 0 deletions packages/addons/service/touchscreen/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
103
- Python3 ABI support
102
- Fix a crash with segfaults on x64 machines
101
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/service/touchscreen/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/service/tvheadend42/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
3 changes: 3 additions & 0 deletions packages/addons/service/tvheadend42/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
123
- Python3 ABI support

122
- update to 4.2.8-36
- update comskip to 2019-11-03
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/service/tvheadend42/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.gme"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="0a4477471ef9fe9c1e4d1c94e7ec3c38f05e4d10d4e7a82312e2daba357f770d"
PKG_VERSION="2.2.2-Matrix"
PKG_SHA256="10097739a1b297e6e31f2fdad30c82855f3bf08c4aedfbf037a78137c489158d"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.gsf"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="428644ffecb0efcae081d165bb1eb1e6653f2f5a0058fea77b325f79bb33b7a2"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="8efb0924da7865159511123eed2f4fa83e28accc283c650481a3d03da6fb84da"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.modplug"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="4d10ddbea3526bda2e103b90464866a5eb91f5c48ee10b87d548badfb5d734f9"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="e5b703f1d8162be330a774d20e1b1627f3990416ce8a00f515891692f6148cbd"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.ncsf"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="9a2a56fb4522d9a30d7fba1fbfe61401d4da7cf2ec906465d80fb93bcfce61f0"
PKG_VERSION="2.2.2-Matrix"
PKG_SHA256="eddd3bcfab843e3f43ea128c3ada14f2274f5cc666b49eb5d9512e70fc718295"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.nosefart"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="f27e89d5d04fdd7d695aaac89d8602909b2c307031d8e44bedef0e706bde5716"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="4286028c0039f4324be630453b9410b9e23013d1efa83817d3a64f803dda4a15"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.openmpt"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="7c0f463759f920f5a604b41ef9138a547ccf140c64f9b43fcda248027c761c81"
PKG_VERSION="2.2.2-Matrix"
PKG_SHA256="92d30ef80de40b91fc5294793b4eff99d415894d24a763e0af6b2f7ff9a55c04"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.organya"
PKG_VERSION="2.1.0-Matrix"
PKG_SHA256="db3be3c45d26a83f2907f75454107d0422a3b9039e3e42c128c6b896503f9ff1"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="83842d0a8389ce6c3e84ea9bb2347b7fa1947f1272a72ee19566b18ef8408a16"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.qsf"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="394cf39def569d0e94f91cb857437e2f4fd416af910e24a2a846ee21e1543c33"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="26e96c868868c917580b2db8767ed4a3fb7cf28d6faaeb7aee5f72b8c24b0a53"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.sidplay"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="31a4f62ff4b5a00eabb91a4bba989e5fddc8abb03a70d825b84cb7ebdff02310"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="2c463ca496f4f2ca5488ad226129e8173d16419c4736417b088ad07b94921ba9"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.snesapu"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="679f1ba570c456e2063a5a13892394740a599a3062f42755cbff7a88b241be38"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="6ac9ca11522236c8f47341d7210bfb821a79f82fd1f3266a85b2aec82109df4a"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.ssf"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="4f137040701318e420577f391e1ea3e75addfeba320706fcd525fd1b4f96b2ad"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="1a46bb2f027cc60e7a56f9d2b7888e493617779e32262af700fd7a7a8842cfd2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.stsound"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="f9a15640e295a3e81d0b58f22a03a3851febc6e15c3ab18afa2e555d6ea6d053"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="de4e62bc1c963ebf19a27f6f7c795ae2b5b2db9ad6fc11701d7bfc26d4b57fbb"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.timidity"
PKG_VERSION="2.2.0-Matrix"
PKG_SHA256="e004bc74cfeb9aae72cd95dfd0aebc28a01d55f2da035ad19d3a46538593183e"
PKG_VERSION="2.2.1-Matrix"
PKG_SHA256="3dfce784d9ea417f265251c29b7de7b5089a96aadea174a137cec06739f040ae"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.upse"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="8c439d4d50bda417157443a7308f8819335de24f455049d6e6871382726b46f3"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="fad18b691e9f308475fdb4f755b48163f6fc3fe101a733cee090a81997ff6b8b"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.usf"
PKG_VERSION="3.0.0-Matrix"
PKG_SHA256="e5d52dbe6a880a0f3a1f83d91f9a568277028d098e3cf3633994a82105d3945e"
PKG_VERSION="3.0.1-Matrix"
PKG_SHA256="848a5955e95048c6b4de50be722a2cf7f2ed9314b56c66eeacdbc28d8a6165e9"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.vgmstream"
PKG_VERSION="2.1.0-Matrix"
PKG_SHA256="5034de14546d487a838ce1dbcd18509cbe9ca31015f82e93ea9cb442a5a09081"
PKG_VERSION="2.1.1-Matrix"
PKG_SHA256="ffb6714642549adf94eb2d68a6f16fa6515c4d816dec87a572952b5786df2159"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audiodecoder.wsr"
PKG_VERSION="2.1.2-Matrix"
PKG_SHA256="a3365c1bc963c5a69f906ca50dfead1a0cb79f7f1d0a2b0a35145e7749efd089"
PKG_VERSION="2.1.3-Matrix"
PKG_SHA256="9549e97f60a50071c6a44148c07b14c52b428058602e6d9a35fedf3a054367d7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audioencoder.flac"
PKG_VERSION="2.0.5-Leia"
PKG_SHA256="e6b8ad024c171eb463339a1f136f3ee9465267ef7fd3b80a5f0007b0180f36e5"
PKG_VERSION="2.1.0-Matrix"
PKG_SHA256="c0d0082e4758c999fb3cfc1437f5733ba3cd9fbd86fcbadc3fd19165f2219fb1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="audioencoder.lame"
PKG_VERSION="2.0.3-Leia"
PKG_SHA256="c9c0e700012e2763eb6d9ffcc80ccd87faf991e5cf58b30cabd51b435fd48614"
PKG_VERSION="2.1.0-Matrix"
PKG_SHA256="43b45164d87c059ebf717f63bc552721f1ed8d97eae52f4fdfdecf84904da09c"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
Loading