Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 36
View file
kodi.spec
Changed
@@ -273,8 +273,11 @@ xbmc/linux/*.cpp pushd project/cmake/addons +# For some non-aparent reason it searches for stuff in build/build/download +mkdir build; cd build mkdir -p build/download tar xvf %{SOURCE2} -C build/download +cd .. tar zxvf %{SOURCE3} --strip-components=1 -C depends/common/kodi-platform # remove kodi-platform dependencies, because they are alreay installed rm -f depends/common/kodi-platform/deps.txt @@ -283,10 +286,9 @@ #rm -rf addons/audiodecoder.sidplay popd +%build chmod +x bootstrap ./bootstrap - -%build %ifarch armv6l armv6hl %if %{with enable_rpi_build} export CXXFLAGS="$CXXFLAGS -I%{_includedir}/interface/vcos/pthreads -I%{_includedir}/interface/vmcs_host/linux"
View file
cmake_do_not_download.patch
Changed
@@ -1,6 +1,8 @@ ---- project/cmake/scripts/common/handle-depends.cmake.orig 2015-06-02 20:42:49.403633056 +0300 -+++ project/cmake/scripts/common/handle-depends.cmake 2015-06-03 06:23:21.574707199 +0300 -@@ -124,12 +124,12 @@ +Index: project/cmake/scripts/common/handle-depends.cmake +=================================================================== +--- project/cmake/scripts/common/handle-depends.cmake.orig ++++ project/cmake/scripts/common/handle-depends.cmake +@@ -124,12 +124,12 @@ function(add_addon_depends addon searchp endif() # check if there's a deps.txt containing dependencies on other libraries @@ -19,7 +21,7 @@ if(CROSS_AUTOCONF AND AUTOCONF_FILES) foreach(afile ${AUTOCONF_FILES}) -@@ -152,17 +152,18 @@ +@@ -152,17 +152,18 @@ function(add_addon_depends addon searchp "${INSTALL_COMMAND}") # if there's an url defined we need to pass that to externalproject_add() @@ -47,7 +49,7 @@ set(CONFIGURE_COMMAND "") if(NOT WIN32) # manually specify the configure command to be able to pass in the custom PKG_CONFIG_PATH -@@ -177,22 +178,25 @@ +@@ -177,22 +178,25 @@ function(add_addon_depends addon searchp -DCMAKE_EXE_LINKER_FLAGS=-L${OUTPUT_DIR}/lib -DCMAKE_INCLUDE_PATH=${OUTPUT_DIR}/include) endif() @@ -78,3 +80,24 @@ endif() # if the dependency is available for the target platform add it to the list of the addon's dependencies +Index: project/cmake/addons/CMakeLists.txt +=================================================================== +--- project/cmake/addons/CMakeLists.txt.orig ++++ project/cmake/addons/CMakeLists.txt +@@ -221,11 +221,11 @@ foreach(addon ${addons}) + endif() + + # download the addon +- file(DOWNLOAD "${url}" "${BUILD_DIR}/download/${archive_name}.tar.gz" STATUS dlstatus LOG dllog SHOW_PROGRESS) +- list(GET dlstatus 0 retcode) +- if(NOT ${retcode} EQUAL 0) +- message(FATAL_ERROR "ERROR downloading ${url} - status: ${dlstatus} log: ${dllog}") +- endif() ++ #file(DOWNLOAD "${url}" "${BUILD_DIR}/download/${archive_name}.tar.gz" STATUS dlstatus LOG dllog SHOW_PROGRESS) ++ #list(GET dlstatus 0 retcode) ++ #if(NOT ${retcode} EQUAL 0) ++ # message(FATAL_ERROR "ERROR downloading ${url} - status: ${dlstatus} log: ${dllog}") ++ #endif() + endif() + + # remove any previously extracted version of the addon
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
.