aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-09-21Merge pull request #10497 from afedchin/ffmpeg_msvc_fixAnton Fedchin
[mingwlibs] a set of small fixes for ffmpeg build proc.
2016-09-21Merge pull request #10515 from wsnipex/cmake_sudoWolfgang Schupp
[depends] fix binary-addon install when not cross-compiling (fixes #16916)
2016-09-21[buildsteps] win32: ffmpeg: fixed possible build hang if ffmpeg build failed.Anton Fedchin
2016-09-21[buildsteps] win32: ffmpeg: disable unused dxva2 support (also fixes linking ↵Anton Fedchin
with msvc toolchain).
2016-09-21[buildsteps] win32: fix build ffmpeg with msvc toolchain.Anton Fedchin
2016-09-21[buildsteps] win32: use proper way to set VC env vars (depends on build arch).Anton Fedchin
2016-09-20[depends] - allow osx sdk 10.12Memphiz
2016-09-18Check if core_pattern contains a pipe to a programMaarten Bezemer
2016-09-18[depends] fix binary-addon install when not cross-compilingwsnipex
2016-09-07[NDK21] mysqlChris Koying Browet
Thanks @davilla
2016-09-06Merge pull request #10382 from wsnipex/cmake_sudoWolfgang Schupp
[cmake] linux: replace custom (sudo) install target, it's not allowed…
2016-09-03[cmake] linux: replace custom (sudo) install target, it's not allowed ↵wsnipex
anymore in cmake 3
2016-09-03Merge pull request #10357 from fritsch/ffmpeg-3.1.3Martijn Kaijser
FFmpeg: Bump to 3.1.3-Krypton-Beta3
2016-08-30[depends] gnutls 3.4.14 and nettle 3.2mrdominuzq
it only applies to android now #10354
2016-08-28FFmpeg: Bump to 3.1.3-Krypton-Beta3fritsch
2016-08-26[linux] fix high CPU usage with nvidia cardswsnipex
2016-08-13[XBMCHelper] - bumped to version 0.8Memphiz
2016-08-13[XBMCHelper] - when launchd is used - ensure that the xbmc helper process is ↵Memphiz
restarted in case of exit
2016-08-13[XBMCHelper] - ensure only one instance is startedMemphiz
2016-08-13[XBMCHelper] - log configMemphiz
2016-08-13[XBMCHelper] - cosmetics/codestyleMemphiz
2016-08-13[XBMCHelper] - updated HIDRemote class to version 1.4Memphiz
2016-08-11Merge pull request #10257 from hudokkow/cmake_addons_cleanjenkins4kodi
2016-08-09[depends/rbpi] Prevent CMake from using /usr prefixChristian Fetzer
On the Raspberry Pi `use_sdk_path` and `use_toolchain` expands to empty variables and `/usr` (and others) end up being used in `CMAKE_FIND_ROOT_PATH` and `CMAKE_LIBRARY_PATH`. Since the depends path has higher priority, this only affects dependencies that were not found (but are used on other platforms). This fixes warning messages such as: -- Could NOT find PulseAudio: Found unsuitable version "1.1.0", but required is at least "2.0.0" (found PULSEAUDIO_LIBRARY-NOTFOUND) -- Could NOT find VAAPI: Found unsuitable version "0.32.0", but required is at least "0.38.0" (found VAAPI_libva_LIBRARY-NOTFOUND)
2016-08-09Merge pull request #10262 from fritsch/ffmpegmp3da-anda
FFmpeg: Bump to 3.1.2-Krypton-Beta1
2016-08-09Merge pull request #10250 from MartijnKaijser/expatjenkins4kodi
2016-08-09FFmpeg: Bump to 3.1.2-Krypton-Beta1fritsch
2016-08-07[autotools][cmake] XBMCROOT -> CORE_SOURCE_DIRh.udo
2016-08-07[depends] expat 2.2.0Martijn Kaijser
2016-08-07FFmpeg: Bump to 3.1.1-Krypton-Beta1fritsch
2016-08-06Merge pull request #10232 from Paxxi/drop_vsPär Björklund
[xbmc/win32/improvement] Finally get rid of the VS solution!
2016-08-06Finally get rid of the VS solution!legacy_drop_vsPär Björklund
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :)
2016-08-04[depends] curl 7.50.1Martijn Kaijser
2016-08-04[droid] fix build and cleanup after b04140e5db6859178d00a9adb9b46b64e8c708c5wsnipex
2016-08-03[droid] remove google-breakpadMartijn Kaijser
2016-08-01Merge pull request #9567 from mrdominuzq/xbmc-rpllibassMartijn Kaijser
[Depends] libass get rid of rpl
2016-07-30[estuary] Add resources folder to build scriptsBigNoid
2016-07-27[cmake] Group sources and targets into foldersChristian Fetzer
2016-07-25Merge pull request #10163 from fetzerch/addons_install_toolchainChristian Fetzer
[depends] Install config-binaddons.site and Toolchain_binaddons.cmake
2016-07-24[depends] Install config-binaddons.site and Toolchain_binaddons.cmakeChristian Fetzer
Installing those two files allows to use xbmc-addons.include to build addons only with the installed depends. That way multiple versions of depends (android-arm, android-x86, ...) can be built and installed from one kodi source tree. Afterwards the source tree can be cleaned completely. When building with CMake, this enables to configure with `-DCMAKE_TOOLCHAIN_FILE=/opt/xbmc-depends/<platform>/share/Toolchain.cmake` and compile the binary addons afterwards with `make binary-addons ADDONS="visualization.spectrum"`.
2016-07-24Move win32 files to their own platform folderKolja Lampe
2016-07-21[cmake] Let ExternalProject_Add figure out the right 'make' commandChristian Fetzer
ExternalProject.cmake sets a default BUILD_COMMAND to 'make'. Not overriding it has the advantage that it figures out the best option itself (including passing down parallel build parameters). This fixes the Ninja build on Linux due to a problem introduced in 810895469a621c2eb25dbb2ef4aba75ecf067c8b where ninja would be used to build ffmpeg and cpluff (which doesn't work).
2016-07-20Merge pull request #9987 from hudokkow/cpack_debianCristiano A. Silva
[cmake/cpack] Debian packages generation
2016-07-20[cmake] Build kodi-wiiremoteh.udo
2016-07-19Merge pull request #10138 from Razzeee/headsetMartijn Kaijser
FIX: HEADSET_PLUG broadcast intent is code-only
2016-07-19Merge pull request #10095 from fetzerch/cmake_codecoverageWolfgang Schupp
[cmake/linux] Code coverage
2016-07-19FIX: HEADSET_PLUG broadcast intent is code-onlyChris Koying Browet
Conflicts: xbmc/android/activity/XBMCApp.cpp
2016-07-17Forgot to update the path here to reflect the new dll locationPär Björklund
2016-07-17Cleanup work that started with running as Win10 appPär Björklund
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well
2016-07-17Merge pull request #10060 from tamland/addon_screenshotstamland
[addons] screeshot support