Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 70
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 31 09:09:09 UTC 2020 - olaf@aepfle.de + +- SSE does not depend on buildhost + +------------------------------------------------------------------- Mon Oct 26 15:13:26 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 18.9 Leia
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 31 09:09:09 UTC 2020 - olaf@aepfle.de + +- SSE does not depend on buildhost + +------------------------------------------------------------------- Mon Oct 26 15:13:26 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 18.9 Leia
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 31 09:09:09 UTC 2020 - olaf@aepfle.de + +- SSE does not depend on buildhost + +------------------------------------------------------------------- Mon Oct 26 15:13:26 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 18.9 Leia
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Dec 31 09:09:09 UTC 2020 - olaf@aepfle.de + +- SSE does not depend on buildhost + +------------------------------------------------------------------- Mon Oct 26 15:13:26 UTC 2020 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 18.9 Leia
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: kodi-sse.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -291,16 +292,9 @@ Development files for Kodi Media Center %prep -%setup -q -n xbmc-%{version}-%{kodi_version} +%autosetup -p1 -n xbmc-%{version}-%{kodi_version} -#%patch1 -#%patch2 -#%patch3 -#%patch4 -#%patch5 -%patch6 -%patch7 -%patch8 -p1 +%build # Remove build time references so build-compare can do its work date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE @@ -317,7 +311,6 @@ -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ xbmc/platform/linux/*.cpp -%build # Fix for missing 'l' alias alias l='ls -alF'
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: kodi-sse.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -291,16 +292,9 @@ Development files for Kodi Media Center %prep -%setup -q -n xbmc-%{version}-%{kodi_version} +%autosetup -p1 -n xbmc-%{version}-%{kodi_version} -#%patch1 -#%patch2 -#%patch3 -#%patch4 -#%patch5 -%patch6 -%patch7 -%patch8 -p1 +%build # Remove build time references so build-compare can do its work date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE @@ -317,7 +311,6 @@ -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ xbmc/platform/linux/*.cpp -%build # Fix for missing 'l' alias alias l='ls -alF'
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: kodi-sse.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -291,16 +292,9 @@ Development files for Kodi Media Center %prep -%setup -q -n xbmc-%{version}-%{kodi_version} +%autosetup -p1 -n xbmc-%{version}-%{kodi_version} -#%patch1 -#%patch2 -#%patch3 -#%patch4 -#%patch5 -%patch6 -%patch7 -%patch8 -p1 +%build # Remove build time references so build-compare can do its work date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE @@ -317,7 +311,6 @@ -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ xbmc/platform/linux/*.cpp -%build # Fix for missing 'l' alias alias l='ls -alF'
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: kodi-sse.patch #Patch0: kodi.arm.patch #Patch1: no-xbmc-symbolic-link.patch #Patch2: kodi-texturepacker.patch @@ -291,16 +292,9 @@ Development files for Kodi Media Center %prep -%setup -q -n xbmc-%{version}-%{kodi_version} +%autosetup -p1 -n xbmc-%{version}-%{kodi_version} -#%patch1 -#%patch2 -#%patch3 -#%patch4 -#%patch5 -%patch6 -%patch7 -%patch8 -p1 +%build # Remove build time references so build-compare can do its work date -u -r version.txt +%%Y%%m%%d | tee BUILDDATE @@ -317,7 +311,6 @@ -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ xbmc/platform/linux/*.cpp -%build # Fix for missing 'l' alias alias l='ls -alF'
View file
kodi-apply-dvdrun.patch
Changed
@@ -1,6 +1,6 @@ ---- cmake/modules/FindLibDvd.cmake.orig 2018-12-24 09:09:57.824874072 +0200 -+++ cmake/modules/FindLibDvd.cmake 2018-12-24 09:15:31.195212595 +0200 -@@ -201,6 +201,7 @@ +--- a/cmake/modules/FindLibDvd.cmake ++++ b/cmake/modules/FindLibDvd.cmake +@@ -201,6 +201,7 @@ else() "DVDREAD_CFLAGS=${DVDREAD_CFLAGS}" "DVDREAD_LIBS=${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/libdvd/lib/libdvdread.la" "LIBS=${DVDNAV_LIBS}"
View file
kodi-install.patch
Changed
@@ -1,6 +1,6 @@ ---- cmake/scripts/linux/Install.cmake.orig 2018-11-11 21:01:16.067160310 +0200 -+++ cmake/scripts/linux/Install.cmake 2018-11-13 08:42:56.792425432 +0200 -@@ -61,7 +61,7 @@ +--- a/cmake/scripts/linux/Install.cmake ++++ b/cmake/scripts/linux/Install.cmake +@@ -61,7 +61,7 @@ endif() # Install scripts install(PROGRAMS ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/scripts/${APP_NAME_LC} ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/scripts/${APP_NAME_LC}-standalone @@ -9,7 +9,7 @@ COMPONENT kodi-bin) # Install libraries -@@ -131,7 +131,7 @@ +@@ -131,7 +131,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserver.xml ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-http.xml ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-jsonrpc.xml
View file
kodi-libdrm.patch
Changed
@@ -1,6 +1,5 @@ -diff -rup xbmc-18.0rc4-Leia.orig/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp xbmc-18.0rc4-Leia/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp ---- xbmc-18.0rc4-Leia.orig/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp 2018-12-28 16:55:25.000000000 +0100 -+++ xbmc-18.0rc4-Leia/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp 2019-01-06 12:27:49.219830548 +0100 +--- a/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp ++++ b/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp @@ -11,6 +11,9 @@ #include "cores/VideoPlayer/DVDCodecs/Video/VAAPI.h" #include <va/va_drmcommon.h>
View file
kodi-sse.patch
Added
@@ -0,0 +1,18 @@ +--- a/cmake/modules/FindSSE.cmake ++++ b/cmake/modules/FindSSE.cmake +@@ -39,6 +39,15 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") + string(REGEX REPLACE "^.*(avx2).*$" "\\1" _SSE_THERE ${CPUINFO}) + string(COMPARE EQUAL "avx2" "${_SSE_THERE}" _AVX2_TRUE) + CHECK_CXX_ACCEPTS_FLAG("-mavx2" _AVX2_OK) ++ ++ set(_SSE_TRUE TRUE) ++ set(_SSE2_TRUE TRUE) ++ set(_SSE3_TRUE TRUE) ++ set(_SSSE3_TRUE TRUE) ++ set(_SSE41_TRUE TRUE) ++ set(_SSE42_TRUE TRUE) ++ set(_AVX_TRUE TRUE) ++ set(_AVX2_TRUE TRUE) + endif() + elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") + if(CPU MATCHES "amd64" OR CPU MATCHES "i.86")
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
.