aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2019-01-14Add missing POP to return to the calling directory after errorKostas Andrianos
2019-01-11FFmpeg: Bump to 4.0.3-Leia-RC5fritsch
2019-01-09Set Decor-View: Transparent - ported from MRMCfritsch
2019-01-09Android: Transparency gamesfritsch
2019-01-03Merge pull request #15102 from Memphiz/update_shairplayMemphiz
[airtunes/linux] - fix airtunes/shairplay not working on linux
2018-12-27Merge pull request #15136 from pkerling/depends-taglib-zlibpkerling
Add missing zlib dependency to taglib
2018-12-26[depends] Add missing zlib dependency to taglibPhilipp Kerling
zlib is an optional dependency of taglib (for reading compressed tags) and it was missing, so it might have only worked by chance if at all.
2018-12-23Merge pull request #15121 from Rechi/depends/m4Rechi
[depends] fix m4 ftbfs with glibc 2.28
2018-12-23Merge pull request #15095 from pkerling/update-libcecpkerling
Bump libcec to 4.0.4
2018-12-23[depends] fix m4 ftbfs with glibc 2.28Rechi
2018-12-22[depends] bump libcec to 4.0.4Philipp Kerling
Apparently fixes an important issue with USB detection on Mac OS X Mojave (Pulse-Eight/libcec#432) Fixes #15073
2018-12-22[depends/shairplay] - added patch for fixing wrong detection condition for ↵Memphiz
dns_sd.h (which is only needed when libdl is not found) - PR for this is upstream
2018-12-20[depends/shairplay] - bump to latest master 096b61a - fixes airtunes with ↵Memphiz
latest ios versions on linux
2018-12-20Merge pull request #15091 from pkerling/sqlite-updateMartijn Kaijser
Update sqlite to 3.26.0
2018-12-20[uwp] Replace kodi_temp_key.pfxPhilipp Kerling
The previous signing key had expired, so replace with a new version.
2018-12-19[depends] Update sqlite to 3.26.0Philipp Kerling
The "Magellan" RCE vulnerability for Sqlite was recently announced, albeit without any further details. It is not currently clear whether Kodi is affected, but it is better to be safe in any case. fix-32bits-on-64bits.patch is fixed upstream and therefore removed.
2018-12-05Fix failing VideoView creationpeak3d
2018-12-04Dispatch runUIThread messages on own HandlerThreadpeak3d
2018-11-15fetch current libandroidjni versionpeak3d
2018-11-03FFmpeg: Bump to 4.0.3-Leia-Beta5Rechi
2018-11-02[windows] bump OpenSSL to 1.1.1Rechi
2018-11-02[windows] build FFmpeg staticRechi
2018-11-01[depends] bump libdvdcss to 1.4.2-Leia-Beta-5Rechi
2018-11-01[windows] correct FFmpeg rebuild detection after 7353860Rechi
2018-10-26[depends] export TOOLCHAIN & HOST for android in binaddons cmake toolchainRechi
2018-10-24Merge pull request #14683 from srg70/masterMemphiz
Fix crash on exit when checking of libgpg-error lock object size.
2018-10-23[android] bump targetsdk to 26 and handle runtime securityChris "Koying" Browet
2018-10-23Fix crash on exit when checking of libgpg-error lock object size.Sergey Shramchenko
2018-10-22Merge pull request #14615 from djp952/android-x86-dependsMartijn Kaijser
Fix NDK r18 Android x86 ffmpeg dependency build
2018-10-16[depends][configure] Fix typo in variable nameNick Renieris
Effectively disables asserts on Release builds, as intended.
2018-10-16[windows] make-addons: remove surrounding quotation marksRechi
This allows to pass a regex without having to escape the special characters multiple times
2018-10-15Fix NDK r18 Android x86 ffmpeg dependency builddjp952
2018-10-14[depends] binary-addons: allow setting ADDONS from outside if make is ↵Rechi
executed in a script
2018-10-14[depends] binary-addons: fix install directories for android & linuxRechi
if PACKAGE_ZIP is enabled addons don't get installed to the expected locations (lib/kodi & share/kodi)
2018-10-13[jenkins] allow depends optimisation for release configurationRechi
2018-10-13depends] binary-addons: add ADDONS_DEFINITION_DIR & EXTRA_CMAKE_ARGS supportRechi
2018-10-13[depends] binary-addons: add packaging supportRechi
2018-10-13[windows] support ADDON_SRC_PREFIX & ADDONS_DEFINITION_DIR in make-addonsRechi
2018-10-13[windows] pass ADDONS_TO_BUILD only if give as argumentRechi
cmake already has the logic to check which addons exist
2018-10-13Merge pull request #14562 from tylerszabo/buildfixRechi
Stop build if vswhere.cmd can't properly set VC vars
2018-10-12[tools] windows: prevent env corruption from multiple vswhere.cmd callsTyler Szabo
2018-10-10[configure] Remove redundant -std=c++11 optionTien Do
2018-10-09[tools] windows: check errorlevel after vswhere.batTyler Szabo
2018-10-06Binary add-ons: Fix CORE_PLATFORM_NAME not set for new platformsGarrett Brown
This fixes CORE_PLATFORM_NAME not set when building a linux platform that is not the Raspberry Pi.
2018-09-26Merge pull request #14475 from peak3d/vp9Markus Pfau
[Android] check profile when selecting h/w decoder
2018-09-26Merge pull request #14460 from wsnipex/userdata_dirWolfgang Schupp
[linux] allow overriding the userdata dir
2018-09-26[Android] check profile when selecting h/w decoderpeak3d
2018-09-24Merge pull request #14463 from Rechi/android/ndk18Martijn Kaijser
[android] use ndk 18
2018-09-24Merge pull request #14466 from MartijnKaijser/droid_target26Martijn Kaijser
[droid] bump the target API to 26 defined in androidmanifest.
2018-09-24[android] use ndk 18Rechi