vdr-addon: rev 109, increase systemd timeout, update changelog

This commit is contained in:
mglae 2018-11-09 19:13:37 +01:00
parent 6309671699
commit fcb157c015
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,10 @@
109
- Fix script.config.vdr scan:
. reststfulapi: use header from current wirbelscan
. wirbelscan: fix segv, interface channel counts and device detection
- update VNSI to 1.8.0
- update VDR 2.4.0 upstream patches
108 108
- update VDR to 2.4.0 - update VDR to 2.4.0
- update EPG-Fixer plugin to 354f28b - update EPG-Fixer plugin to 354f28b
@ -6,7 +13,6 @@
- update Sat>IP plugin to 299296b - update Sat>IP plugin to 299296b
- update VNSI to 1.6.0 - update VNSI to 1.6.0
107 107
- add robotv plugin - add robotv plugin
- add DDCI2 plugin - add DDCI2 plugin

View File

@ -5,7 +5,7 @@
PKG_NAME="vdr-addon" PKG_NAME="vdr-addon"
PKG_VERSION="2.4" PKG_VERSION="2.4"
PKG_REV="108" PKG_REV="109"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv" PKG_SITE="https://libreelec.tv"
@ -15,7 +15,7 @@ PKG_DEPENDS_TARGET="toolchain vdr vdr-plugin-ddci2 vdr-plugin-dummydevice vdr-pl
vdr-plugin-streamdev vdr-plugin-vnsiserver vdr-plugin-wirbelscan vdr-plugin-wirbelscancontrol vdr-plugin-xmltv2vdr" vdr-plugin-streamdev vdr-plugin-vnsiserver vdr-plugin-wirbelscan vdr-plugin-wirbelscancontrol vdr-plugin-xmltv2vdr"
PKG_SECTION="service.multimedia" PKG_SECTION="service.multimedia"
PKG_SHORTDESC="VDR: a TV streaming server for Linux" PKG_SHORTDESC="VDR: a TV streaming server for Linux"
PKG_LONGDESC="VDR (2.3.x) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP" PKG_LONGDESC="VDR (2.4.x) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP"
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"

View File

@ -4,7 +4,7 @@ After=graphical.target
[Service] [Service]
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.vdr-addon/bin/vdr.start" ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.vdr-addon/bin/vdr.start"
TimeoutStopSec=4 TimeoutStopSec=5
Restart=always Restart=always
RestartSec=2 RestartSec=2
StartLimitInterval=0 StartLimitInterval=0