mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
xbmc-rpi: update to xbmc-rpi-d8a02e0, sync with last changes after merge
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b5a957cf78
commit
90779b9553
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xbmc-rpi-theme-Confluence"
|
PKG_NAME="xbmc-rpi-theme-Confluence"
|
||||||
PKG_VERSION="28cdd20"
|
PKG_VERSION="d8a02e0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -184,7 +184,6 @@ fi
|
|||||||
|
|
||||||
# xbmc (ffmpeg) fails to build with LTO optimization
|
# xbmc (ffmpeg) fails to build with LTO optimization
|
||||||
strip_lto
|
strip_lto
|
||||||
strip_gold
|
|
||||||
|
|
||||||
# dont use some optimizations because of problems
|
# dont use some optimizations because of problems
|
||||||
# this fixes problems with faac implementation of ffmpeg
|
# this fixes problems with faac implementation of ffmpeg
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="repository.openelec.tv"
|
<addon id="repository.openelec.tv"
|
||||||
name="OpenELEC.tv Mediacenter OS Add-ons"
|
name="[COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Mediacenter OS Add-ons"
|
||||||
version="2.1.0"
|
version="2.1.0"
|
||||||
provider-name="OpenELEC.tv">
|
provider-name="Team [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]">
|
||||||
<extension point="xbmc.addon.repository"
|
<extension point="xbmc.addon.repository"
|
||||||
name="Official OpenELEC.tv Add-on Repository">
|
name="Official OpenELEC.tv Add-on Repository">
|
||||||
<info>@ADDON_URL@/addons.xml</info>
|
<info>@ADDON_URL@/addons.xml</info>
|
||||||
@ -10,8 +10,8 @@
|
|||||||
<datadir zip="true">@ADDON_URL@</datadir>
|
<datadir zip="true">@ADDON_URL@</datadir>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
<summary>Install Add-ons, Plugins, Games and Programs from OpenELEC.tv</summary>
|
<summary>Install Add-ons, Plugins, Games and Programs from [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]</summary>
|
||||||
<description>Download and install Add-ons, Plugins, Games and Programs from the Official OpenELEC.tv addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to OpenELEC.tv so we can take any action needed.</description>
|
<description>Download and install Add-ons, Plugins, Games and Programs from the Official [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to [COLOR FF757677]Open[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] so we can take any action needed.</description>
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xbmc-rpi"
|
PKG_NAME="xbmc-rpi"
|
||||||
PKG_VERSION="28cdd20"
|
PKG_VERSION="d8a02e0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
diff -Naur xbmc-10.1-Dharma/xbmc/FileSystem/FileCurl.cpp xbmc-10.1-Dharma.patch/xbmc/FileSystem/FileCurl.cpp
|
diff -Naur a/xbmc/filesystem/CurlFile.cpp b/xbmc/filesystem/CurlFile.cpp
|
||||||
--- xbmc-10.1-Dharma/xbmc/filesystem/FileCurl.cpp 2011-03-08 02:49:14.000000000 +0100
|
--- a/xbmc/filesystem/CurlFile.cpp 2011-03-08 02:49:14.000000000 +0100
|
||||||
+++ xbmc-10.1-Dharma.patch/xbmc/filesystem/FileCurl.cpp 2011-10-17 19:21:04.180783870 +0200
|
+++ b/xbmc/filesystem/CurlFile.cpp 2011-10-17 19:21:04.180783870 +0200
|
||||||
@@ -803,9 +803,9 @@
|
@@ -803,9 +803,9 @@
|
||||||
// Detect whether we are "online" or not! Very simple and dirty!
|
// Detect whether we are "online" or not! Very simple and dirty!
|
||||||
bool CFileCurl::IsInternet(bool checkDNS /* = true */)
|
bool CFileCurl::IsInternet(bool checkDNS /* = true */)
|
Loading…
x
Reference in New Issue
Block a user