projects/*/options: remove 'XBMC=master' support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-07-27 14:50:36 +02:00
parent 48331e4380
commit a2320a7c75
4 changed files with 2 additions and 32 deletions

View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special characters) # Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC" DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description # short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -119,9 +116,6 @@
# Mediacenter to use (xbmc / no) # Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc" MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence) # Skins to install (Confluence)
# Space separated list is supported, # Space separated list is supported,
@ -169,9 +163,6 @@
# (DVD decryption support in XBMC) (yes / no) # (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes" DVDCSS_SUPPORT="yes"
# build and install with LAME cdrip encoder support # deprecated with xbmc-master
ENCODER_LAME="yes"
# build and install with BluRay support (yes / no) # build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes" BLURAY_SUPPORT="yes"

View File

@ -1,5 +1,5 @@
# Name of the Distro to build (full name, without special characters) # Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC_Helix" DISTRONAME="OpenELEC"
# short project description # short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -115,7 +115,7 @@
SQUASHFS_COMPRESSION="gzip" SQUASHFS_COMPRESSION="gzip"
# Mediacenter to use (xbmc / no) # Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc-master" MEDIACENTER="xbmc"
# Skins to install (Confluence) # Skins to install (Confluence)
# Space separated list is supported, # Space separated list is supported,
@ -164,9 +164,6 @@
# (DVD decryption support in XBMC) (yes / no) # (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes" DVDCSS_SUPPORT="yes"
# build and install with LAME cdrip encoder support # deprecated with xbmc-master
ENCODER_LAME="yes"
# build and install with BluRay support (yes / no) # build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes" BLURAY_SUPPORT="yes"

View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special characters) # Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC" DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description # short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -119,9 +116,6 @@
# Mediacenter to use (xbmc / no) # Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc" MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence) # Skins to install (Confluence)
# Space separated list is supported, # Space separated list is supported,
@ -169,9 +163,6 @@
# (DVD decryption support in XBMC) (yes / no) # (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes" DVDCSS_SUPPORT="yes"
# build and install with LAME cdrip encoder support # deprecated with xbmc-master
ENCODER_LAME="yes"
# build and install with BluRay support (yes / no) # build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes" BLURAY_SUPPORT="yes"

View File

@ -1,8 +1,5 @@
# Name of the Distro to build (full name, without special characters) # Name of the Distro to build (full name, without special characters)
DISTRONAME="OpenELEC" DISTRONAME="OpenELEC"
if [ "$XBMC" = master ]; then
DISTRONAME="OpenELEC_Helix"
fi
# short project description # short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution." DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
@ -119,9 +116,6 @@
# Mediacenter to use (xbmc / no) # Mediacenter to use (xbmc / no)
MEDIACENTER="xbmc" MEDIACENTER="xbmc"
if [ "$XBMC" = master ]; then
MEDIACENTER="xbmc-master"
fi
# Skins to install (Confluence) # Skins to install (Confluence)
# Space separated list is supported, # Space separated list is supported,
@ -170,9 +164,6 @@
# (DVD decryption support in XBMC) (yes / no) # (DVD decryption support in XBMC) (yes / no)
DVDCSS_SUPPORT="yes" DVDCSS_SUPPORT="yes"
# build and install with LAME cdrip encoder support # deprecated with xbmc-master
ENCODER_LAME="yes"
# build and install with BluRay support (yes / no) # build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes" BLURAY_SUPPORT="yes"