mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1738 from chewitt/stuff
stuff: options cosmetics, typo's and other misc. bits
This commit is contained in:
commit
825acf7b75
@ -12,8 +12,8 @@
|
||||
|
||||
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||
GREETING0="##############################################"
|
||||
GREETING1="# LibreELEC #"
|
||||
GREETING2="# http://libreelec.tv #"
|
||||
GREETING1="# LibreELEC #"
|
||||
GREETING2="# https://libreelec.tv #"
|
||||
GREETING3="##############################################"
|
||||
GREETING4=""
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
||||
# Space separated list is supported,
|
||||
# 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)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="audiodecoder.usf"
|
||||
PKG_VERSION="ce4b75c"
|
||||
PKG_VERSION="c7fa708"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="inputstream.adaptive"
|
||||
PKG_VERSION="f23ba39"
|
||||
PKG_VERSION="0d40396"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL="https://github.com/liberty-developer/inputstream.adaptive/archive/$PKG_VERSION.tar.gz"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="pvr.vdr.vnsi"
|
||||
PKG_VERSION="4ed7d60"
|
||||
PKG_VERSION="4f1ac54"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="screensaver.shadertoy"
|
||||
PKG_VERSION="eb31b44"
|
||||
PKG_VERSION="2638205"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="repository.libreelec.tv"
|
||||
name="LibreELEC Add-ons"
|
||||
version="8.1.0"
|
||||
version="8.2.0"
|
||||
provider-name="Team LibreELEC">
|
||||
<extension point="xbmc.addon.repository"
|
||||
name="LibreELEC Add-ons">
|
||||
|
@ -24,7 +24,7 @@ chmod +x /storage/.kodi/addons/*/bin/*
|
||||
|
||||
# hack: update RSSnews.xml in userdata
|
||||
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
|
||||
fi
|
||||
|
||||
|
@ -20,7 +20,7 @@ PKG_NAME="installer"
|
||||
PKG_VERSION="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://libreelec.tv/"
|
||||
PKG_SITE="https://libreelec.tv/"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux"
|
||||
PKG_SECTION="tools"
|
||||
|
@ -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>
|
||||
<Product>LibreELEC</Product>
|
||||
<Vendor>LibreELEC</Vendor>
|
||||
<ProductUrl>http://libreelec.tv</ProductUrl>
|
||||
<VendorUrl>http://libreelec.tv</VendorUrl>
|
||||
<ProductUrl>https://libreelec.tv</ProductUrl>
|
||||
<VendorUrl>https://libreelec.tv</VendorUrl>
|
||||
</ProductSection>
|
||||
<AnnotationSection>
|
||||
<Info>A human-readable annotation</Info>
|
||||
|
Loading…
x
Reference in New Issue
Block a user