mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/options: remove 'XBMC=master' support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
48331e4380
commit
a2320a7c75
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user