addons: initial LibreELEC version bumb

- cleaned changelogs
- bump version to 7.0.100
- added proper names to addon
This commit is contained in:
CvH 2016-03-24 12:33:03 +01:00
parent cc1beb8371
commit 6e0e3266c0
9 changed files with 17 additions and 171 deletions

View File

@ -1,56 +1,2 @@
7.0.0
rebuild for OpenELEC-7.0
6.0.0
rebuild for OpenELEC-6.0
4.3.2
allow running scripts from addon settings
4.3.1
rebuild for addon api bump
4.3.0
rebuild for addon api bump
4.1.2
clean up
4.1.0
rebuild for addon api bump
4.0.1
rebuild
4.0.0
rebuild for OpenELEC-4.0
3.1.6
rebuild
3.1.5
get tuner id with command 'hdhomerun_config discover' and
set number of tuners manually
3.1.4
get tuner id from /var/log/messages
3.1.3
fixed parsing dvbhdhomerun.log file with timestamp
3.1.2
new addon settings option to enable suspend/resume driver actions
new addon settings option to enable logging
3.1.1
rebuild for OpenELEC-3.2
3.0.5
rebuild
3.0.4
fixed "bad substitution" error with busybox/ash
3.0.3
improved python script for modifying tuners
3.0.2
added addon settings for
modifying tuner type (DVB-C, DVB-T, ATSC)
setting delays
3.0.1
bump addon version
binary files are stored with OpenELEC image
addon is used to start userspace program
2.1.3
bump addon version for new kernel
2.1.2
dvbhdhomerun upgraded to 0.0.10
2.1.1
rebuild for addon version 2.1
2.0.1
starting userspace DVB drivers from Tvheadend/VDR
2.0.0
initial version of HDHomeRun driver
7.0.100
- initial LibreELEC version

View File

@ -18,7 +18,7 @@
PKG_NAME="hdhomerun"
PKG_VERSION="7.0"
PKG_REV="0"
PKG_REV="100"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
@ -32,6 +32,7 @@ PKG_AUTORECONF="no"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.python.script"
PKG_ADDON_PROVIDES=""
PKG_ADDON_NAME="HDHomeRun"
PKG_ADDON_REPOVERSION="7.0"
make_target() {

View File

@ -1,38 +1,2 @@
7.0.0
rebuild for OpenELEC-7.0
6.0.0
rebuild for OpenELEC-6.0
4.3.1
fix keymaps path
4.3.0
rebuild for addon api bump
4.1.0
rebuild for addon api bump
4.0.1
rebuild
4.0.0
rebuild for OpenELEC-4.0
3.1.1
rebuild for OpenELEC-3.2
3.0.1
- bump addon version
2.1.1
- update for addon version 2.1
2.0.0
- prepare for OpenELEC-2.0 release
1.90.1
- depends on xbmc.python API 2.0
1.90.0
- initial version imon-mce
7.0.100
- initial LibreELEC version

View File

@ -18,10 +18,10 @@
PKG_NAME="imon-mce"
PKG_VERSION="7.0"
PKG_REV="0"
PKG_REV="100"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.openelec.tv"
PKG_SITE="http://www.libreelec.tv"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional"
@ -32,6 +32,7 @@ PKG_LONGDESC="imon-mce is a driver to add support for MCE remotes to the imon dr
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
PKG_ADDON_PROVIDES=""
PKG_ADDON_NAME="Imon-MCE"
PKG_ADDON_REPOVERSION="7.0"
PKG_AUTORECONF="no"

View File

@ -1,70 +1,2 @@
7.0.0
rebuild for OpenELEC-7.0
6.0.1
update driver for new devices support
6.0.0
rebuild for OpenELEC-6.0
4.3.4
fixed xbmc/kodi rebranding error
some fixes
4.3.3
addon transformed to service addon
new addon settings option to enable to check for new driver at boot
4.3.2
new addon settings option to enable to update driver from web with latest version
4.3.1
update driver
4.3.0
rebuild for addon api bump
4.1.5
dont touch /storage/.profile
4.1.4
enable hw pid filter by default
4.1.3
include driver bin/libs
4.1.2
clean up. sorry. no analog tv anymore.
4.1.1
clean up
4.1.0
rebuild for addon api bump
4.0.1
rebuild
4.0.0
rebuild for OpenELEC-4.0
3.1.3
rebuild
3.1.2
new addon settings option to enable suspend/resume driver actions
3.1.1
rebuild for OpenELEC-3.2
3.0.6
rebuild
3.0.5
fixed "bad substitution" error with busybox/ash
3.0.4
improved python script for modifying tuners
3.0.3
added addon settings for modifying tuner type (DVB-C, DVB-T)
3.0.2
added addon settings
enable HW PID filter (enabled for RPi by default)
enable IR receiver
allow sharing local tuner over network
use network tuners
sundtek's binaries are downloaded on first run
automatically download new version of the binaries if available
added preload library to .profile (to run mediaclient, w_scan, ... from console)
2.1.4
support for Raspberry Pi
2.1.3
support for network tuner
2.1.2
support for multiple Sundtek tuners
support for working with other tuners (kernel drivers)
2.1.1
update to addon version 2.1
2.0.5
starting userspace DVB drivers from Tvheadend/VDR
1.90.0
initial version of Sundtek MediaTV DVB driver
7.0.100
- initial LibreELEC version

View File

@ -18,7 +18,7 @@
PKG_NAME="sundtek-mediatv"
PKG_VERSION="7.0"
PKG_REV="0"
PKG_REV="100"
PKG_ARCH="any"
PKG_LICENSE="nonfree"
PKG_SITE="http://support.sundtek.com/"
@ -32,6 +32,7 @@ PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
PKG_ADDON_PROVIDES=""
PKG_AUTORECONF="no"
PKG_ADDON_NAME="Sundtek MediaTV"
PKG_ADDON_REPOVERSION="7.0"
make_target() {

View File

@ -18,10 +18,10 @@
PKG_NAME="script.config.vdr"
PKG_VERSION="1.0.8"
PKG_REV="0"
PKG_REV="100"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.openelec.tv"
PKG_SITE="http://www.libreelec.tv"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET=""
PKG_PRIORITY="optional"

View File

@ -32,6 +32,7 @@ PKG_LONGDESC="Boblight's main purpose is to create light effects from an externa
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
PKG_ADDON_PROVIDES=""
PKG_ADDON_NAME="Boblight"
PKG_ADDON_REPOVERSION="7.0"
PKG_AUTORECONF="yes"

View File

@ -31,7 +31,7 @@ PKG_SHORTDESC="Tvheadend (Version: $PKG_VERSION_NUMBER): is a TV streaming serve
PKG_LONGDESC="Tvheadend (Version: $PKG_VERSION_NUMBER): is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV,SAT>IP."
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Tvheadend"
PKG_ADDON_NAME="Tvheadend 4.0"
PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no"
PKG_ADDON_REPOVERSION="7.0"