Merge pull request #476 from CvH/vdr7

vdr-addon: update satip and vdr.script
This commit is contained in:
Christian Hewitt 2016-06-27 07:04:22 +04:00 committed by GitHub
commit 0bb8da7305
4 changed files with 9 additions and 5 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-satip" PKG_NAME="vdr-plugin-satip"
PKG_VERSION="18c9b79" PKG_VERSION="7815821"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="script.config.vdr" PKG_NAME="script.config.vdr"
PKG_VERSION="1.1.2" PKG_VERSION="1.1.3"
PKG_REV="101" PKG_REV="101"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"

View File

@ -1,3 +1,7 @@
7.0.102
- update Sat>IP plugin to support RTP/TCP which allows error free streaming
- fixed channel sorting order
7.0.101 7.0.101
- added proper icon and description - added proper icon and description

View File

@ -19,7 +19,7 @@
PKG_NAME="vdr-addon" PKG_NAME="vdr-addon"
PKG_VERSION="7.0" PKG_VERSION="7.0"
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv" PKG_SITE="http://www.openelec.tv"
@ -29,11 +29,11 @@ PKG_PRIORITY="optional"
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.2.0) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP" PKG_LONGDESC="VDR (2.2.0) is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV and SAT>IP"
PKG_AUTORECONF="no"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_NAME="VDR PVR Backend" PKG_ADDON_NAME="VDR PVR Backend"
PKG_ADDON_TYPE="xbmc.service" PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no"
PKG_ADDON_REPOVERSION="7.0" PKG_ADDON_REPOVERSION="7.0"
PKG_ADDON_REQUIRES="pvr.vdr.vnsi:0.0.0 script.config.vdr:0.0.0" PKG_ADDON_REQUIRES="pvr.vdr.vnsi:0.0.0 script.config.vdr:0.0.0"