Merge pull request #1738 from chewitt/stuff

stuff: options cosmetics, typo's and other misc. bits
This commit is contained in:
CvH 2017-07-06 09:59:08 +02:00 committed by GitHub
commit 825acf7b75
9 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@
# Welcome Message for e.g. SSH Server (up to 5 Lines) # Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################" GREETING0="##############################################"
GREETING1="# LibreELEC #" GREETING1="# LibreELEC #"
GREETING2="# http://libreelec.tv #" GREETING2="# https://libreelec.tv #"
GREETING3="##############################################" GREETING3="##############################################"
GREETING4="" GREETING4=""
@ -136,7 +136,7 @@
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
# Space separated list is supported, # Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia" # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia nvidia-legacy wmware" GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia nvidia-legacy vmware"
# build and install remote support (yes / no) # build and install remote support (yes / no)
REMOTE_SUPPORT="yes" REMOTE_SUPPORT="yes"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="audiodecoder.usf" PKG_NAME="audiodecoder.usf"
PKG_VERSION="ce4b75c" PKG_VERSION="c7fa708"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="inputstream.adaptive" PKG_NAME="inputstream.adaptive"
PKG_VERSION="f23ba39" PKG_VERSION="0d40396"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv" PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/liberty-developer/inputstream.adaptive/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/liberty-developer/inputstream.adaptive/archive/$PKG_VERSION.tar.gz"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="pvr.vdr.vnsi" PKG_NAME="pvr.vdr.vnsi"
PKG_VERSION="4ed7d60" PKG_VERSION="4f1ac54"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="screensaver.shadertoy" PKG_NAME="screensaver.shadertoy"
PKG_VERSION="eb31b44" PKG_VERSION="2638205"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.libreelec.tv" <addon id="repository.libreelec.tv"
name="LibreELEC Add-ons" name="LibreELEC Add-ons"
version="8.1.0" version="8.2.0"
provider-name="Team LibreELEC"> provider-name="Team LibreELEC">
<extension point="xbmc.addon.repository" <extension point="xbmc.addon.repository"
name="LibreELEC Add-ons"> name="LibreELEC Add-ons">

View File

@ -24,7 +24,7 @@ chmod +x /storage/.kodi/addons/*/bin/*
# hack: update RSSnews.xml in userdata # hack: update RSSnews.xml in userdata
if [ -f /storage/.kodi/userdata/RssFeeds.xml ]; then if [ -f /storage/.kodi/userdata/RssFeeds.xml ]; then
sed -e "s,http://libreelec.tv/news?format=feed&type=rss,http://feeds.libreelec.tv/news,g" \ sed -e "s,http://libreelec.tv/news?format=feed&type=rss,https://feeds.libreelec.tv/news,g" \
-i /storage/.kodi/userdata/RssFeeds.xml -i /storage/.kodi/userdata/RssFeeds.xml
fi fi

View File

@ -20,7 +20,7 @@ PKG_NAME="installer"
PKG_VERSION="1" PKG_VERSION="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://libreelec.tv/" PKG_SITE="https://libreelec.tv/"
PKG_URL="" PKG_URL=""
PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux" PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux"
PKG_SECTION="tools" PKG_SECTION="tools"

View File

@ -21,8 +21,8 @@ xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemS
<Info>Meta-information about the installed software</Info> <Info>Meta-information about the installed software</Info>
<Product>LibreELEC</Product> <Product>LibreELEC</Product>
<Vendor>LibreELEC</Vendor> <Vendor>LibreELEC</Vendor>
<ProductUrl>http://libreelec.tv</ProductUrl> <ProductUrl>https://libreelec.tv</ProductUrl>
<VendorUrl>http://libreelec.tv</VendorUrl> <VendorUrl>https://libreelec.tv</VendorUrl>
</ProductSection> </ProductSection>
<AnnotationSection> <AnnotationSection>
<Info>A human-readable annotation</Info> <Info>A human-readable annotation</Info>