Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2012-12-23 18:20:31 +01:00
commit 615f455710
21 changed files with 23 additions and 15 deletions

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-dynamite" PKG_NAME="vdr-dynamite"
PKG_VERSION="10d78a8" PKG_VERSION="914af24"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-dvbapi" PKG_NAME="vdr-plugin-dvbapi"
PKG_VERSION="e3200c8" PKG_VERSION="e87e15f"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-streamdev" PKG_NAME="vdr-plugin-streamdev"
PKG_VERSION="6a47e20" PKG_VERSION="9135cde"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-vnsiserver" PKG_NAME="vdr-plugin-vnsiserver"
PKG_VERSION="e3c185b" PKG_VERSION="e3cd383"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-plugin-xvdr" PKG_NAME="vdr-plugin-xvdr"
PKG_VERSION="c2fa08a" PKG_VERSION="c43033c"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="vdr-sc" PKG_NAME="vdr-sc"
PKG_VERSION="613" PKG_VERSION="620"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -1,3 +1,11 @@
3.0.3
- update to vdr-sc-620
- update to vdr-plugin-xvdr-c43033c
- update to vdr-plugin-vnsiserver-e3cd383
- update to vdr-plugin-streamdev-9135cde
- update to vdr-plugin-dvbapi-e87e15f
- update to vdr-dynamite-914af24
3.0.2 3.0.2
- update to vdr-plugin-xmltv2vdr-8be374e - update to vdr-plugin-xmltv2vdr-8be374e
- update to vdr-plugin-xvdr-c2fa08a - update to vdr-plugin-xvdr-c2fa08a

View File

@ -21,7 +21,7 @@
PKG_NAME="vdr-addon" PKG_NAME="vdr-addon"
PKG_VERSION="3.0" PKG_VERSION="3.0"
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

@ -12,7 +12,7 @@
<setting id="UPDATE_AUTO" type="labelenum" label="2021" values="no|manual|auto" sort="yes" default="manual" /> <setting id="UPDATE_AUTO" type="labelenum" label="2021" values="no|manual|auto" sort="yes" default="manual" />
<setting label="2050" type="lsep"/> <setting label="2050" type="lsep"/>
<setting type="sep" /> <setting type="sep" />
<setting id="LCD_DRIVER" type="labelenum" label="2051" values="none|irtrans|imon|imonlcd|mdm166a|MtxOrb|dm140|lis" sort="yes" default="none" /> <setting id="LCD_DRIVER" type="labelenum" label="2051" values="none|irtrans|imon|imonlcd|mdm166a|MtxOrb|dm140|lis|hd44780" sort="yes" default="none" />
<setting label="2060" type="lsep"/> <setting label="2060" type="lsep"/>
<setting type="sep" /> <setting type="sep" />
<setting id="HDD_STANDBY" type="bool" label="2061" default="false" /> <setting id="HDD_STANDBY" type="bool" label="2061" default="false" />

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="uvesafb xhci-hcd" INITRAMFS_MODULES="uvesafb xhci-hcd"

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="uvesafb xhci-hcd" INITRAMFS_MODULES="uvesafb xhci-hcd"

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="uvesafb xhci-hcd" INITRAMFS_MODULES="uvesafb xhci-hcd"

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="uvesafb xhci-hcd" INITRAMFS_MODULES="uvesafb xhci-hcd"

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="xhci-hcd" INITRAMFS_MODULES="xhci-hcd"

View File

@ -280,7 +280,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="" INITRAMFS_MODULES=""

View File

@ -275,7 +275,7 @@
# 'all' compiles all drivers; # 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers # 'all,!xxx,!yyy' de-selects previously selected drivers
# "none" for disable LCD support # "none" for disable LCD support
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="" INITRAMFS_MODULES=""