mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge remote-tracking branch 'upstream/master' into openelec-3.2
This commit is contained in:
commit
cc90d3d97f
@ -1,3 +1,5 @@
|
|||||||
|
3.1.6
|
||||||
|
rebuild
|
||||||
3.1.5
|
3.1.5
|
||||||
get tuner id with command 'hdhomerun_config discover' and
|
get tuner id with command 'hdhomerun_config discover' and
|
||||||
set number of tuners manually
|
set number of tuners manually
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="hdhomerun"
|
PKG_NAME="hdhomerun"
|
||||||
PKG_VERSION="3.2"
|
PKG_VERSION="3.2"
|
||||||
PKG_REV="5"
|
PKG_REV="6"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
|
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
3.1.3
|
||||||
|
rebuild
|
||||||
3.1.2
|
3.1.2
|
||||||
new addon settings option to enable suspend/resume driver actions
|
new addon settings option to enable suspend/resume driver actions
|
||||||
3.1.1
|
3.1.1
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="sundtek-mediatv"
|
PKG_NAME="sundtek-mediatv"
|
||||||
PKG_VERSION="3.1"
|
PKG_VERSION="3.1"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="nonfree"
|
PKG_LICENSE="nonfree"
|
||||||
PKG_SITE="http://support.sundtek.com/"
|
PKG_SITE="http://support.sundtek.com/"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
3.1.2
|
||||||
|
- rebuild
|
||||||
|
|
||||||
3.1.1
|
3.1.1
|
||||||
- rebuild for OpenELEC-3.2
|
- rebuild for OpenELEC-3.2
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="boblightd"
|
PKG_NAME="boblightd"
|
||||||
PKG_VERSION="467"
|
PKG_VERSION="467"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://code.google.com/p/boblight"
|
PKG_SITE="http://code.google.com/p/boblight"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
3.1.4
|
||||||
|
- rebuild
|
||||||
|
|
||||||
3.1.3
|
3.1.3
|
||||||
- update to TVHeadend 3.4.27
|
- update to TVHeadend 3.4.27
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PKG_NAME="tvheadend"
|
PKG_NAME="tvheadend"
|
||||||
PKG_VERSION="3.4.27"
|
PKG_VERSION="3.4.27"
|
||||||
PKG_REV="3"
|
PKG_REV="4"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"
|
PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
3.1.3
|
||||||
|
- rebuild
|
||||||
|
|
||||||
3.1.2
|
3.1.2
|
||||||
- fix unloading multiple modules on suspend
|
- fix unloading multiple modules on suspend
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
PKG_NAME="vdr-addon"
|
PKG_NAME="vdr-addon"
|
||||||
PKG_VERSION="3.1"
|
PKG_VERSION="3.1"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
|
@ -39,7 +39,7 @@ CC_FOR_BUILD="$HOST_CC"
|
|||||||
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
strip_gold
|
# gdb could fail on runtime if build with LTO support
|
||||||
strip_lto
|
strip_lto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user