aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-02-24[toolchain] add CMAKE_SYSTEM_PROCESSORRechi
- enables clang-check, cppcheck and valgrind features for depends builds targeting the same system and processor as the host system - libjpeg-turbo 2.0.0 switched to cmake and requires this variable
2020-01-22[macos][packaging] fix parsing device handle of a mounted dmgAndrey Filipenkov
`/dev/disk` can have arbitrary amount of digits
2020-01-11[macos] fix copying addons/skin.estuary/resources to app packageAndrey Filipenkov
2020-01-11[macos] copy files script cleanupAndrey Filipenkov
2019-10-09Merge pull request #16559 from peak3d/sdkversionMarkus Pfau
[Android] Update build (4.1 -> 5.4.1) and SDK (26 -> 28) versions
2019-10-09[Backport][Android] Use JNI instead NDK MediaCrypto for secure decoder checkpeak3d
2019-08-10FFmpeg: Bump to 4.0.4-Leia-18.4fritsch
2019-04-13[darwin][packaging] adjust minimum iOS version to 9.0 after 4020c8649dRechi
2019-04-09[Android] Add colorMode to android:configChanges to avoid restartspeak3d
2019-03-21[depends] binary-addons: fix libGL.so locationRechi
2019-03-17Merge pull request #15658 from Memphiz/fix_ios9Memphiz
Fix ios9
2019-03-10FFMPEG: Bump to 4.0.3-Leia-18.2fritsch
2019-03-05[Android] implement MediaSession::onMediaButtonEventpeak3d
2019-03-03[depends] microhttpd: remove build & install hacksRechi
2019-03-03[ios/cmake] - ensure that CURRENT_ARCH is set by cmake when calling ↵Memphiz
Codesing.command
2019-03-02[ios/signing] - added old ldid for 32bit for fixing fake signing for 32 bit ↵Memphiz
builds
2019-02-21Merge pull request #15195 from wsnipex/nghttp2jenkins4kodi
2019-02-19[Android] change intent management in java::mainpeak3d
2019-02-06update SSL CA trust storeRechi
2019-02-05[TexturePacker] use std:: instead of using namespace stdRechi
2019-02-05[JsonSchemaBuilder] use std:: instead of using namespace stdRechi
2019-02-01[TexturePacker] update windows dirent implementationRechi
2019-01-30[depends] remove unused platform libRechi
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-04[depends] add http2 support to curl via nghttp2wsnipex
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.