aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-04-17[depends] add googletestRechi
2020-04-16[windows] enable libdav1d in the ffmpeg buildLukas Rusak
2020-04-16[cmake/depends/win32] add spdlogmontellese
2020-04-15libudfread: add download targetwsnipex
2020-04-15[depends] add libudfreadLukas Rusak
2020-04-08[depends] refresh libshairplay patchesRechi
2020-04-08[depends] refresh libgpg-error patchesRechi
2020-04-08[depends] refresh libcdio-gplv3 patchesRechi
2020-04-08[depends] refresh gnutls patchesRechi
2020-04-08[depends] remove unused python3 patchesRechi
2020-04-06Merge pull request #17502 from lrusak/freebsd-buildfuzzard
[docs] update FreeBSD build instructions for 12.1
2020-03-27[depends] fix Makefile to download and build dav1d without dependswsnipex
2020-03-18[buildsteps] freebsd 12 now includes fstrcmpLukas Rusak
2020-03-17[depends] bump libnfs to 4.0.0Brent Murphy
2020-03-11[depends] dav1d: update to 0.6.0Lukas Rusak
2020-03-10Merge pull request #17428 from Maven85/android-sdk-detectionGarrett Brown
[build][android] modernize android sdk detection
2020-03-07Merge pull request #17222 from phunkyfish/rtp-source-ip-fixphunkyfish
[url] skip parsing username:password@ for udp/rtp streams
2020-03-05[depends] libcdio-gplv3: add patch to remove glob referenceLukas Rusak
This patch can be removed with android api 28
2020-03-05[windows] patch to enable pthreads compat layer for w32threadsphunkyfish
2020-03-05[windows] refresh ffmpeg patches and add -p1 to patch commandphunkyfish
2020-03-04Merge pull request #16262 from lrusak/iso9660-reworkLukas Rusak
iso9660: rework IFile and IFileDirectory implementations
2020-03-03[cmake] ffmpeg: add support for libdav1dJakob Linskeseder
2020-03-03[depends] move meson cross file generation to target Makefile and fill in ↵Lukas Rusak
host info meson c_args (et al) requires the keys to be in a list similar to a python list. This commit allows us to leverage our native python to allow doing this easily.
2020-03-03[depends] add nasmLukas Rusak
2020-03-03modernize android sdk detectionMaven85
2020-02-27[apple] tar on osx now supports xz files no need for our native onephunkyfish
2020-02-27[darwin_embedded] Move to correct aarch64-apple-darwin host triplet for tvOS/iOSphunkyfish
2020-02-27[ios] set minimum ios version to 11.0 and cleanup dependenciesphunkyfish
2020-02-26Merge pull request #17377 from AlwinEsch/x86_64-androidAlwin Esch
[build] add X86_64 Android support
2020-02-22[depends] bump libjpeg-turbo to 2.0.4Rechi
2020-02-22[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-02-20Merge pull request #17360 from jaylinski/depends/native-setuptoolsLukas Rusak
Remove outdated distribute dependency
2020-02-19[depends] libcdio-gplv3: enable c++ bindingsLukas Rusak
2020-02-18[depends] bump libcdio-gplv3 to 2.1.0Rechi
0.90 fixed installing cdio/cdtext.h
2020-02-18Merge pull request #17300 from lrusak/ffmpeg-updateLukas Rusak
FFmpeg: Bump to 4.2.2-Matrix-Alpha1
2020-02-18FFmpeg: Bump to 4.2.2-Matrix-Alpha1Lukas Rusak
2020-02-17[docs] add note to README's that Android x86 and x86_64 not maintainedAlwin Esch
2020-02-17[build] add android x86_64 to buildstep scriptsAlwin Esch
2020-02-17[build][depends] add support for x86_64-linux-androidAlwin Esch
Previously, only an "i686-linux-android" was used which actually only corresponds to the 32bit CPU. In reference to this https://developer.android.com/ndk/guides/other_build_systems at 64bit "x86_64-linux-android" is used.
2020-02-16[build] add note to DEFAULT_NDK_VERSION and DEFAULT_NDK_APIAlwin Esch
At the beginning a 20 (version) and then a 21 (api) confused me. This is a small note added so that others (without Android experience) do not get a question mark like me.
2020-02-15[depends] bump curl to 7.68.0Rechi
7.51.0 fixed clock_gettime detection for darwin
2020-02-15[depends] add update-cacert target to curlRechi
2020-02-15move cacert.pem to system/certsRechi
This avoids rebuilding depends if cacert.pem gets updated
2020-02-11[depends] bump libfmt to 6.1.2Rechi
2020-02-10Remove outdated distribute dependencyJakob Linskeseder
As stated on PyPi (https://pypi.org/project/distribute/), `distribute` is a legacy package and compatibility layer that installs Setuptools 0.7+. Since Setuptools (v41) gets already installed, this wrapper is not needed anymore. Related to #12804.
2020-02-10[osx] drop i386 supportRechi
Since OSX 10.8 (Mountain Lion) the operating system is x86_64 so there is no need for an i386 Kodi application.
2020-02-10[osx] drop powerpc supportRechi
2020-02-09Merge pull request #17253 from rbalint/bluetooth-icon-licensefuzzard
[tools/EventClients] Bring back EXIF data of bluetooth.png and add Copyright tag
2020-02-06Merge pull request #17321 from lrusak/linux-aarch64-buildstepsLukas Rusak
buildsteps: add linux-aarch64-gbm
2020-02-05[macosx] set minimum osx version to 10.13 (High Sierra), fix deprecations ↵phunkyfish
and cleanup dependencies