Merge remote-tracking branch 'upstream/master' into openelec-3.2

This commit is contained in:
Stefan Saraev 2013-08-30 16:05:14 +03:00
commit cc90d3d97f
11 changed files with 19 additions and 6 deletions

View File

@ -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

View File

@ -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/"

View File

@ -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

View File

@ -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/"

View File

@ -1,3 +1,6 @@
3.1.2
- rebuild
3.1.1 3.1.1
- rebuild for OpenELEC-3.2 - rebuild for OpenELEC-3.2

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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
} }