[xbmc-rebrand] projects/*/options: rename all variables '$XBMC*' to '$KODI*'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-18 22:50:07 +02:00
parent 9f17c5587d
commit f6ec97cec7
3 changed files with 69 additions and 69 deletions

View File

@ -2,7 +2,7 @@
DISTRONAME="OpenELEC"
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
@ -126,27 +126,27 @@
# Default Skin (Confluence)
SKIN_DEFAULT="Confluence"
# install extra subtitle Fonts for XBMC (yes / no)
XBMC_EXTRA_FONTS="yes"
# install extra subtitle Fonts for KODI (yes / no)
KODI_EXTRA_FONTS="yes"
# build and install 'RSXS' Screensaver (yes / no)
XBMC_SCR_RSXS="no"
KODI_SCR_RSXS="no"
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="no"
KODI_VIS_PROJECTM="no"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="no"
KODI_VIS_GOOM="no"
# build and install 'Waveform' Visualization (yes / no)
XBMC_VIS_WAVEFORM="yes"
KODI_VIS_WAVEFORM="yes"
# build and install 'Spectrum' Visualization (yes / no)
XBMC_VIS_SPECTRUM="yes"
KODI_VIS_SPECTRUM="yes"
# build and install 'FishBMC' Visualization (yes / no)
# does not work on RPi
XBMC_VIS_FISHBMC="no"
KODI_VIS_FISHBMC="no"
# build and install ALSA Audio support (yes / no)
ALSA_SUPPORT="yes"
@ -158,22 +158,22 @@
ESPEAK_SUPPORT="yes"
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with BD+ support
# (BD+ decryption support in XBMC) (yes / no)
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
# additional drivers to install:
@ -185,7 +185,7 @@
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
@ -203,21 +203,21 @@
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
# XBMC Audio encoders for usage with optical drive support
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
@ -269,8 +269,8 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
GRAPHIC_DRIVERS=""
# XBMC Player implementation to use (default / bcm2835-driver)
XBMCPLAYER_DRIVER="libfslvpuwrap"
# KODI Player implementation to use (default / bcm2835-driver)
KODIPLAYER_DRIVER="libfslvpuwrap"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="no"

View File

@ -2,7 +2,7 @@
DISTRONAME="OpenELEC"
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
@ -125,26 +125,26 @@
# Default Skin (Confluence)
SKIN_DEFAULT="Confluence"
# install extra subtitle Fonts for XBMC (yes / no)
XBMC_EXTRA_FONTS="yes"
# install extra subtitle Fonts for KODI (yes / no)
KODI_EXTRA_FONTS="yes"
# build and install 'RSXS' Screensaver (yes / no)
XBMC_SCR_RSXS="yes"
KODI_SCR_RSXS="yes"
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
KODI_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
KODI_VIS_GOOM="yes"
# build and install 'Waveform' Visualization (yes / no)
XBMC_VIS_WAVEFORM="yes"
KODI_VIS_WAVEFORM="yes"
# build and install 'Spectrum' Visualization (yes / no)
XBMC_VIS_SPECTRUM="yes"
KODI_VIS_SPECTRUM="yes"
# build and install 'FishBMC' Visualization (yes / no)
XBMC_VIS_FISHBMC="yes"
KODI_VIS_FISHBMC="yes"
# build and install ALSA Audio support (yes / no)
ALSA_SUPPORT="yes"
@ -156,22 +156,22 @@
ESPEAK_SUPPORT="yes"
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with BD+ support
# (BD+ decryption support in XBMC) (yes / no)
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
# additional drivers to install:
@ -183,7 +183,7 @@
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
@ -201,21 +201,21 @@
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
# XBMC Audio encoders for usage with optical drive support
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
@ -273,8 +273,8 @@
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia"
fi
# XBMC Player implementation to use (default / bcm2835-driver)
XBMCPLAYER_DRIVER="default"
# KODI Player implementation to use (default / bcm2835-driver)
KODIPLAYER_DRIVER="default"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="yes"

View File

@ -2,7 +2,7 @@
DISTRONAME="OpenELEC"
# short project description
DESCRIPTION="OpenELEC is a fast and userfriendly XBMC Mediacenter distribution."
DESCRIPTION="OpenELEC is a fast and userfriendly Kodi Entertainment Center distribution."
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################"
@ -125,27 +125,27 @@
# Default Skin (Confluence)
SKIN_DEFAULT="Confluence"
# install extra subtitle Fonts for XBMC (yes / no)
XBMC_EXTRA_FONTS="yes"
# install extra subtitle Fonts for KODI (yes / no)
KODI_EXTRA_FONTS="yes"
# build and install 'RSXS' Screensaver (yes / no)
XBMC_SCR_RSXS="no"
KODI_SCR_RSXS="no"
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="no"
KODI_VIS_PROJECTM="no"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="no"
KODI_VIS_GOOM="no"
# build and install 'Waveform' Visualization (yes / no)
XBMC_VIS_WAVEFORM="yes"
KODI_VIS_WAVEFORM="yes"
# build and install 'Spectrum' Visualization (yes / no)
XBMC_VIS_SPECTRUM="yes"
KODI_VIS_SPECTRUM="yes"
# build and install 'FishBMC' Visualization (yes / no)
# does not work on RPi
XBMC_VIS_FISHBMC="no"
KODI_VIS_FISHBMC="no"
# build and install ALSA Audio support (yes / no)
ALSA_SUPPORT="yes"
@ -157,22 +157,22 @@
ESPEAK_SUPPORT="yes"
# build and install with non-free support
# (RAR compression support in XBMC) (yes / no)
# (RAR compression support in KODI) (yes / no)
NONFREE_SUPPORT="yes"
# build and install with BluRay support (yes / no)
BLURAY_SUPPORT="yes"
# build and install with BD+ support
# (BD+ decryption support in XBMC) (yes / no)
# (BD+ decryption support in KODI) (yes / no)
BDPLUS_SUPPORT="yes"
# build and install with AACS support
# (BD decryption support in XBMC) (yes / no)
# (BD decryption support in KODI) (yes / no)
AACS_SUPPORT="yes"
# build and install with DVDCSS support
# (DVD decryption support in XBMC) (yes / no)
# (DVD decryption support in KODI) (yes / no)
DVDCSS_SUPPORT="yes"
# additional drivers to install:
@ -184,7 +184,7 @@
# build and install bluetooth support (yes / no)
BLUETOOTH_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
# build and install with KODI webfrontend (yes / no)
WEBSERVER="yes"
# build and install Avahi (Zeroconf) daemon (yes / no)
@ -202,21 +202,21 @@
# build xbmc with optical drive support (yes / no)
OPTICAL_DRIVE_SUPPORT="yes"
# XBMC Audio encoders for usage with optical drive support
# KODI Audio encoders for usage with optical drive support
# Space separated list is supported,
# e.g. XBMC_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
XBMC_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# e.g. KODI_AUDIOENCODER_ADDONS="ENCODER1 ENCODER2"
KODI_AUDIOENCODER_ADDONS="flac lame vorbis wav"
# build with AirPlay support (stream videos from iDevices to XBMC) (yes / no)
# build with AirPlay support (stream videos from iDevices to KODI) (yes / no)
AIRPLAY_SUPPORT="yes"
# build with AirTunes support (stream music from iDevices to XBMC) (yes / no)
# build with AirTunes support (stream music from iDevices to KODI) (yes / no)
AIRTUNES_SUPPORT="yes"
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
# build with libnfs support (mounting nfs shares with KODI) (yes / no)
NFS_SUPPORT="yes"
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
# build with afpfs-ng support (mounting AFP shares with KODI) (yes / no)
AFP_SUPPORT="no"
# build and install Samba Client support (yes / no)
@ -268,8 +268,8 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
GRAPHIC_DRIVERS=""
# XBMC Player implementation to use (default / bcm2835-driver)
XBMCPLAYER_DRIVER="bcm2835-driver"
# KODI Player implementation to use (default / bcm2835-driver)
KODIPLAYER_DRIVER="bcm2835-driver"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="no"