From 3ebe74998b12b8fc094552926a0f272ad0029e2d Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 20 Apr 2014 19:07:19 -0500 Subject: Patch for setting version parameters. --- xbmc-13.0-versioning.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xbmc-13.0-versioning.patch diff --git a/xbmc-13.0-versioning.patch b/xbmc-13.0-versioning.patch new file mode 100644 index 0000000..574b69e --- /dev/null +++ b/xbmc-13.0-versioning.patch @@ -0,0 +1,21 @@ +--- a/xbmc/GitRevision.h 2014-04-18 17:47:17.000000000 -0500 ++++ b/xbmc/GitRevision.h 2014-04-20 18:26:11.509554641 -0500 +@@ -1,5 +1,7 @@ + #pragma once + ++#undef GIT_REV ++ + /* + * Copyright (C) 2011-2013 Team XBMC + * http://xbmc.org +--- a/xbmc/Application.cpp 2014-04-18 17:47:17.000000000 -0500 ++++ b/xbmc/Application.cpp 2014-04-20 18:10:35.171011439 -0500 +@@ -693,7 +693,7 @@ + CProfilesManager::Get().Load(); + + CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------"); +- CLog::Log(LOGNOTICE, "Starting XBMC (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(), ++ CLog::Log(LOGNOTICE, "Starting XBMC from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(), + g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetXbmcBitness()); + + /* Expand macro before stringify */ -- cgit