xbmc-rpi: update to xbmc-rpi-18ea56a

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-30 23:13:23 +02:00
parent e055e54561
commit eea99a5975
18 changed files with 2 additions and 27 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-rpi-theme-Confluence"
PKG_VERSION="c767513"
PKG_VERSION="18ea56a"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-rpi"
PKG_VERSION="c767513"
PKG_VERSION="18ea56a"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,13 +0,0 @@
diff -Naur xbmc-10.1-Dharma/xbmc/Application.cpp xbmc-10.1-Dharma.patch/xbmc/Application.cpp
--- xbmc-10.1-Dharma/xbmc/Application.cpp 2011-03-08 02:49:14.000000000 +0100
+++ xbmc-10.1-Dharma.patch/xbmc/Application.cpp 2011-05-06 01:41:52.853741840 +0200
@@ -2515,8 +2515,8 @@
if (!m_pPlayer->IsPaused())
{ // unpaused - set the playspeed back to normal
SetPlaySpeed(1);
+ g_audioManager.Enable(m_pPlayer->IsPaused() && !g_audioContext.IsPassthroughActive());
}
- g_audioManager.Enable(m_pPlayer->IsPaused() && !g_audioContext.IsPassthroughActive());
return true;
}
if (!m_pPlayer->IsPaused())

View File

@ -1,12 +0,0 @@
diff -Naur xbmc-rpi-c767513/xbmc/TextureCache.cpp xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp
--- xbmc-rpi-c767513/xbmc/TextureCache.cpp 2012-05-17 13:59:46.000000000 +0200
+++ xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp 2012-05-22 18:41:37.116511846 +0200
@@ -92,7 +92,7 @@
CTextureDetails details;
if (GetCachedTexture(url, details))
{
- IncrementUseCount(details);
+// IncrementUseCount(details);
return GetCachedPath(details.file);
}
return "";