summaryrefslogtreecommitdiffstats
path: root/kodi-14.0-versioning.patch
diff options
context:
space:
mode:
authorMichael Cronenworth <mike@cchtml.com>2014-08-24 17:15:15 -0500
committerMichael Cronenworth <mike@cchtml.com>2014-08-24 17:15:15 -0500
commit8ea1fdeff3596828d1372156b9d48b088d6dbf7a (patch)
treec7097a709c8fcbc12b7be78a6795f2ca08a39b28 /kodi-14.0-versioning.patch
parent0e2b160ba2c3cffbcca413ccf231048dc0dc6060 (diff)
downloadxbmc-rpm-8ea1fdeff3596828d1372156b9d48b088d6dbf7a.tar.gz
xbmc-rpm-8ea1fdeff3596828d1372156b9d48b088d6dbf7a.tar.xz
xbmc-rpm-8ea1fdeff3596828d1372156b9d48b088d6dbf7a.zip
Rename xbmc to kodi
http://xbmc.org/introducing-kodi-14/ - External ffmpeg is now supported again (2.2.0 or higher required) - Drop libshairport (libshairplay is required)
Diffstat (limited to 'kodi-14.0-versioning.patch')
-rw-r--r--kodi-14.0-versioning.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kodi-14.0-versioning.patch b/kodi-14.0-versioning.patch
new file mode 100644
index 0000000..d7b88f5
--- /dev/null
+++ b/kodi-14.0-versioning.patch
@@ -0,0 +1,11 @@
+--- a/xbmc/Application.cpp.orig 2014-08-24 13:48:56.198199578 -0500
++++ b/xbmc/Application.cpp 2014-08-24 13:55:16.242116310 -0500
+@@ -697,7 +697,7 @@
+ CProfilesManager::Get().Load();
+
+ CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------");
+- CLog::Log(LOGNOTICE, "Starting Kodi (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(),
++ CLog::Log(LOGNOTICE, "Starting Kodi from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(),
+ g_sysinfo.GetBuildTargetCpuFamily().c_str(), g_sysinfo.GetXbmcBitness());
+
+ std::string buildType;