Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 60
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -67,6 +67,7 @@ %if %{without sysffmpeg} Source30: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_version}.tar.gz %endif +Patch0: 1157e9a11218945a14d9272814e78509c3e5b6c6.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -293,7 +294,7 @@ %prep %setup -q -n xbmc-%{version}-%{kodi_version} -#%patch0 +%patch0 -p1 #%patch1 #%patch2 #%patch3 @@ -304,6 +305,7 @@ %patch8 -p1 # Remove build time references so build-compare can do its work +date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -67,6 +67,7 @@ %if %{without sysffmpeg} Source30: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_version}.tar.gz %endif +Patch0: 1157e9a11218945a14d9272814e78509c3e5b6c6.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -293,7 +294,7 @@ %prep %setup -q -n xbmc-%{version}-%{kodi_version} -#%patch0 +%patch0 -p1 #%patch1 #%patch2 #%patch3 @@ -304,6 +305,7 @@ %patch8 -p1 # Remove build time references so build-compare can do its work +date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
View file
kodi-noX.spec
Changed
@@ -67,6 +67,7 @@ %if %{without sysffmpeg} Source30: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_version}.tar.gz %endif +Patch0: 1157e9a11218945a14d9272814e78509c3e5b6c6.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -293,7 +294,7 @@ %prep %setup -q -n xbmc-%{version}-%{kodi_version} -#%patch0 +%patch0 -p1 #%patch1 #%patch2 #%patch3 @@ -304,6 +305,7 @@ %patch8 -p1 # Remove build time references so build-compare can do its work +date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
View file
kodi.spec
Changed
@@ -67,6 +67,7 @@ %if %{without sysffmpeg} Source30: https://github.com/xbmc/FFmpeg/archive/%{ffmpeg_version}.tar.gz %endif +Patch0: 1157e9a11218945a14d9272814e78509c3e5b6c6.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -293,7 +294,7 @@ %prep %setup -q -n xbmc-%{version}-%{kodi_version} -#%patch0 +%patch0 -p1 #%patch1 #%patch2 #%patch3 @@ -304,6 +305,7 @@ %patch8 -p1 # Remove build time references so build-compare can do its work +date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file
View file
1157e9a11218945a14d9272814e78509c3e5b6c6.patch
Added
@@ -0,0 +1,33 @@ +From bbfc36f06c191d3bdea19cacc498afb86bd25404 Mon Sep 17 00:00:00 2001 +From: Craig Andrews <candrews@integralblue.com> +Date: Thu, 5 Dec 2019 14:49:50 -0500 +Subject: [PATCH] Add missing cassert includes + +Without these includes, ‘assert’ was not declared in this scope errors +occur. +--- + xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp | 1 + + xbmc/windowing/GraphicContext.cpp | 2 ++ + 2 files changed, 3 insertions(+) + +--- a/xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp ++++ b/xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp +@@ -8,6 +8,7 @@ + + #include "GUIDialogProfileSettings.h" + ++#include <cassert> + #include <utility> + + #include "dialogs/GUIDialogFileBrowser.h" +--- a/xbmc/windowing/GraphicContext.cpp ++++ b/xbmc/windowing/GraphicContext.cpp +@@ -24,6 +24,8 @@ + #include "guilib/GUIWindowManager.h" + #include "guilib/TextureManager.h" + ++#include <cassert> ++ + using namespace KODI::MESSAGING; + + CGraphicContext::CGraphicContext(void) = default;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.