Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 37
View file
kodi.spec
Changed
@@ -282,8 +282,8 @@ # remove kodi-platform dependencies, because they are alreay installed rm -f depends/common/kodi-platform/deps.txt rm -rf depends/common/tinyxml depends/common/platform -# TODO : -#rm -rf addons/audiodecoder.sidplay +# We do not provide sidplay2 library on any SUSE distribution +rm -rf addons/audiodecoder.sidplay popd %build @@ -361,7 +361,8 @@ pushd project/cmake/addons %cmake \ -DBUILD_SHARED_LIBS=1 \ - -DNEED_SUDO=FALSE + -DNEED_SUDO=FALSE \ + -DAPP_LIB_DIR=%{_libdir}/kodi/ \ make %{?_smp_mflags} popd
View file
cmake_do_not_download.patch
Changed
@@ -84,6 +84,25 @@ =================================================================== --- project/cmake/addons/CMakeLists.txt.orig +++ project/cmake/addons/CMakeLists.txt +@@ -123,12 +123,12 @@ include(${APP_ROOT}/project/cmake/script + + # check install permissions + set(ADDON_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}) +-check_install_permissions(${CMAKE_INSTALL_PREFIX} can_write) +-if(NOT ${can_write} AND CMAKE_SYSTEM_NAME STREQUAL "Linux") +- set(NEED_SUDO TRUE) +- set(ADDON_INSTALL_DIR ${CMAKE_BINARY_DIR}/.install) +- message(STATUS "NEED_SUDO: ${NEED_SUDO}") +-endif() ++#check_install_permissions(${CMAKE_INSTALL_PREFIX} can_write) ++#if(NOT ${can_write} AND CMAKE_SYSTEM_NAME STREQUAL "Linux") ++# set(NEED_SUDO TRUE) ++# set(ADDON_INSTALL_DIR ${CMAKE_BINARY_DIR}/.install) ++# message(STATUS "NEED_SUDO: ${NEED_SUDO}") ++#endif() + + ### prepare the build environment for the binary addons + # copy the prepare-env.cmake script to the depends path so that we can include it @@ -221,11 +221,11 @@ foreach(addon ${addons}) endif()
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
.