aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2023-10-31migrate from altool to notarytoolAndrey Filipenkov
2023-10-28[tools/depends] Bump Openssl1.1.1wfuzzard
2023-10-28Merge pull request #23994 from webosbrew/webos-cryptodome-fixfuzzard
[depends][Python] Set setuptools library suffix
2023-10-27[depends][PIL] Set library suffix instead of loader patchingStephan Sundermann
2023-10-27[depends][pycryptodome] Set pycryptodome library suffixStephan Sundermann
2023-10-26[cmake] implement ENABLE_INTERNAL_CECfuzzard
Allows building libcec (and dependency p8-platform) as part of core cmake project.
2023-10-26[cmake] Create P8-Platform find modulefuzzard
Apply patches for p8-platform to fix potential cmake install location issues
2023-10-26[tools/depends] Bump Python 3.11.6fuzzard
2023-10-25Merge pull request #23949 from fuzzard/tvos_min12fuzzard
[tvos] Resolve some build issues with Xcode 15
2023-10-22[tools/depends][target] Add ZLIB dependency to mesa targetfuzzard
2023-10-22[tools/depends] Bump WaylandPP 1.0.0fuzzard
2023-10-22[tools/depends][target] Bump wayland-protocols 1.32fuzzard
2023-10-22[tools/depends] Bump wayland 1.22.0fuzzard
2023-10-18Merge pull request #23948 from fuzzard/release_21b121.0b1-Omegafuzzard
[Omega] Beta1
2023-10-17[tvos] Fix some errors in copy scriptsfuzzard
DllPaths_generated.h only has .so libs, so change from dylib to match We currently have no dylibs in $TARGET_FRAMEWORKS/"*dylib*, so just remove this block. Fixes this message error: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool-classic: can't open file: /Users/Shared/jenkins/workspace/TVOS/build/build/Debug-appletvos/Kodi.app/Frameworks/*dylib* (No such file or directory)
2023-10-17[TVOS] increase min SDK version to TVOS12.0fuzzard
Xcode 15 no longer supports 11.0. Increase minimum to 12.0
2023-10-17[tvos] Remove Boblightfuzzard
Boblight isnt currently packaged, its only for a single platform, and it no longer builds with xcode 15. Just remove it
2023-10-17[Omega] Beta1fuzzard
2023-10-17Merge pull request #23839 from joseluismarti/ffmpeg--enable-neonfuzzard
[Android][FFmpeg] flag --enable-neon has no actual effects on Android targets
2023-10-17Merge pull request #23886 from lrusak/freebsd-audio-app-paramsfuzzard
CPlatformFreebsd: use app params to set audio backend
2023-10-17Merge pull request #23907 from lrusak/glx-app-paramfuzzard
[linux] add --gl-interface=<interface> switch
2023-10-17Merge pull request #23872 from joseluismarti/clang-marchfuzzard
[Android] Clang -march flag is not needed
2023-10-15kodi.sh.in: add wrapper for deprecated KODI_GL_INTERFACE env variableLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-10-11[webOS] Set required memoryStephan Sundermann
2023-10-08CPlatformFreebsd: use app params to set audio backendLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-10-05[macOS] Drop legacy SDL windowingenen92
2023-10-04[Android] Clang -march flag is not neededJose Luis Marti
2023-10-04Merge pull request #23830 from joseluismarti/neonfuzzard
[Android] Neon is being enabled by default
2023-10-04Merge pull request #23837 from throwaway96/webos-curl-without-libpslfuzzard
Build curl without libpsl dependency
2023-10-04Merge pull request #23851 from fuzzard/depends_rapidjsonfuzzard
[cmake] FindRapidJSON update to newer module standards
2023-10-02build curl without libpsl dependencythrowaway96
2023-10-02[cmake] FindRapidJSON update to newer module standardsfuzzard
2023-10-01[macos] Add smctemp to dependsMiguel Borges de Freitas
2023-09-29Merge pull request #23769 from joseluismarti/HDRTypesfuzzard
[Android] Replace enum HDRTypes with Display.HdrCapabilities constants
2023-09-28bump libandroidjniJose Luis Marti
2023-09-28FFmpeg: flag --enable-neon has no actual effects on Android targetsJose Luis Marti
2023-09-27Merge pull request #23822 from throwaway96/webos-tune-a53Stephan Sundermann
[webOS] Tune for Cortex-A53
2023-09-27Merge pull request #23826 from webosbrew/webos-verify-libs-fixStephan Sundermann
[webOS] Don't assume libraries in RUNPATH to be available
2023-09-27Merge pull request #23829 from fuzzard/depends_apple_fixsonomagettextfuzzard
[tools/depends][native] gettext force am_cv_func_iconv_works for apple host
2023-09-27Merge pull request #23824 from fuzzard/cmake_findlibass_updatefuzzard
[Cmake] FindASS migrate to TARGET usage
2023-09-27[Android] Neon is being enabled by defaultJose Luis Marti
2023-09-27[tools/depends][native] gettext force am_cv_func_iconv_works for apple hostfuzzard
MacOS Sonoma (14.0) has a change in iconv that the gettext configure script fails when testing if iconv works. We just force it on
2023-09-27[webOS] Don't assume the RUNPATH to be availableStephan Sundermann
Currently, the RUNPATH is assumed to be available on the deployment device. Generally, this is not true and breaks with when compiling with a more recent buildroot-nc4 toolchain
2023-09-27Merge pull request #23809 from fuzzard/cmake_assorted1fuzzard
[Cmake] assorted updates to search paths and fixes to *_LIBRARIES usage
2023-09-27[tools/depends][target] Toolchain fix search path issues for cross compile ↵fuzzard
projects /usr was causing cmake to potentially search host system folders on linux jenkins projects we dont want to add this unless its some non default path provided from configure.ac and the dev
2023-09-26fix native/waylandpp-scanner build with GCC 13throwaway96
As of GCC 13, <string> no longer transitively includes <cstdint>, so it must be explicitly included. This is just a copy of the patch for target/waylandpp.
2023-09-25[webOS] tune for Cortex-A53throwaway96
This commit changes architecture CFLAGS on webOS from `-march=armv7-a -mtune=cortex-a9 -mfpu=neon` to `-mcpu=cortex-a9 -mtune=cortex-a53` (`-mcpu=cortex-a9` implies `-mfpu=neon-fp16`). This maintains compatibility with all webOS TVs while optimizing for a newer and more common core. `-mfloat-abi=softfp` should be kept for ABI compatibility with system libraries.
2023-09-24[Eventclient] WiiRemote use Bluetooth::Bluetooth targetfuzzard
2023-09-22Merge pull request #23794 from joseluismarti/zlib-1.3fuzzard
[depends] Bump zlib to 1.3
2023-09-21[depends] Bump zlib to 1.3Jose Luis Marti