summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-21 00:05:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-21 00:05:54 +0100
commitab20306b70b10a860b566bf912487d1f8a6eb22e (patch)
tree2ce77f6c50572e64ac75bbd3bd50982d2835f718 /package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp
parentf172737d165dd7c255e5020c0b57545ccb432bad (diff)
kodi: add gentoo patches to work with ffmpeg3
Diffstat (limited to 'package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp')
-rw-r--r--package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp b/package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp
index 1fddf255f..a9746c03b 100644
--- a/package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp
+++ b/package/kodi/patches/patch-xbmc_utils_SystemInfo_cpp
@@ -1,6 +1,6 @@
---- kodi-14.0rc2.orig/xbmc/utils/SystemInfo.cpp 2014-12-05 19:38:44.000000000 -0600
-+++ kodi-14.0rc2/xbmc/utils/SystemInfo.cpp 2014-12-07 23:48:19.332418001 -0600
-@@ -615,16 +615,11 @@ std::string CSysInfo::GetOsName(bool emp
+--- xbmc-16.0-Jarvis.orig/xbmc/utils/SystemInfo.cpp 2016-02-20 16:21:19.000000000 +0100
++++ xbmc-16.0-Jarvis/xbmc/utils/SystemInfo.cpp 2016-03-14 04:38:00.092253459 +0100
+@@ -614,16 +614,11 @@ std::string CSysInfo::GetOsName(bool emp
osName = "iOS";
#elif defined(TARGET_DARWIN_OSX)
osName = "OS X";
@@ -20,7 +20,7 @@
if (osName.empty())
osName = "Unknown OS";
}
-@@ -665,7 +660,7 @@ std::string CSysInfo::GetOsVersion(void)
+@@ -664,7 +659,7 @@ std::string CSysInfo::GetOsVersion(void)
#elif defined(TARGET_LINUX)
osVersion = getValueFromOs_release("VERSION_ID");
if (osVersion.empty())
@@ -29,7 +29,7 @@
#endif // defined(TARGET_LINUX)
if (osVersion.empty())
-@@ -737,19 +732,7 @@ std::string CSysInfo::GetOsPrettyNameWit
+@@ -742,19 +737,7 @@ std::string CSysInfo::GetOsPrettyNameWit
#elif defined(TARGET_ANDROID)
osNameVer = GetOsName() + " " + GetOsVersion() + " API level " + StringUtils::Format("%d", CJNIBuild::SDK_INT);
#elif defined(TARGET_LINUX)