Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-31 | migrate from altool to notarytool | Andrey Filipenkov | |
2023-10-28 | [tools/depends] Bump Openssl1.1.1w | fuzzard | |
2023-10-28 | Merge pull request #23994 from webosbrew/webos-cryptodome-fix | fuzzard | |
[depends][Python] Set setuptools library suffix | |||
2023-10-27 | [depends][PIL] Set library suffix instead of loader patching | Stephan Sundermann | |
2023-10-27 | [depends][pycryptodome] Set pycryptodome library suffix | Stephan Sundermann | |
2023-10-26 | [cmake] implement ENABLE_INTERNAL_CEC | fuzzard | |
Allows building libcec (and dependency p8-platform) as part of core cmake project. | |||
2023-10-26 | [cmake] Create P8-Platform find module | fuzzard | |
Apply patches for p8-platform to fix potential cmake install location issues | |||
2023-10-26 | [tools/depends] Bump Python 3.11.6 | fuzzard | |
2023-10-25 | Merge pull request #23949 from fuzzard/tvos_min12 | fuzzard | |
[tvos] Resolve some build issues with Xcode 15 | |||
2023-10-22 | [tools/depends][target] Add ZLIB dependency to mesa target | fuzzard | |
2023-10-22 | [tools/depends] Bump WaylandPP 1.0.0 | fuzzard | |
2023-10-22 | [tools/depends][target] Bump wayland-protocols 1.32 | fuzzard | |
2023-10-22 | [tools/depends] Bump wayland 1.22.0 | fuzzard | |
2023-10-18 | Merge pull request #23948 from fuzzard/release_21b121.0b1-Omega | fuzzard | |
[Omega] Beta1 | |||
2023-10-17 | [tvos] Fix some errors in copy scripts | fuzzard | |
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.0 | fuzzard | |
Xcode 15 no longer supports 11.0. Increase minimum to 12.0 | |||
2023-10-17 | [tvos] Remove Boblight | fuzzard | |
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] Beta1 | fuzzard | |
2023-10-17 | Merge pull request #23839 from joseluismarti/ffmpeg--enable-neon | fuzzard | |
[Android][FFmpeg] flag --enable-neon has no actual effects on Android targets | |||
2023-10-17 | Merge pull request #23886 from lrusak/freebsd-audio-app-params | fuzzard | |
CPlatformFreebsd: use app params to set audio backend | |||
2023-10-17 | Merge pull request #23907 from lrusak/glx-app-param | fuzzard | |
[linux] add --gl-interface=<interface> switch | |||
2023-10-17 | Merge pull request #23872 from joseluismarti/clang-march | fuzzard | |
[Android] Clang -march flag is not needed | |||
2023-10-15 | kodi.sh.in: add wrapper for deprecated KODI_GL_INTERFACE env variable | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-10-11 | [webOS] Set required memory | Stephan Sundermann | |
2023-10-08 | CPlatformFreebsd: use app params to set audio backend | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-10-05 | [macOS] Drop legacy SDL windowing | enen92 | |
2023-10-04 | [Android] Clang -march flag is not needed | Jose Luis Marti | |
2023-10-04 | Merge pull request #23830 from joseluismarti/neon | fuzzard | |
[Android] Neon is being enabled by default | |||
2023-10-04 | Merge pull request #23837 from throwaway96/webos-curl-without-libpsl | fuzzard | |
Build curl without libpsl dependency | |||
2023-10-04 | Merge pull request #23851 from fuzzard/depends_rapidjson | fuzzard | |
[cmake] FindRapidJSON update to newer module standards | |||
2023-10-02 | build curl without libpsl dependency | throwaway96 | |
2023-10-02 | [cmake] FindRapidJSON update to newer module standards | fuzzard | |
2023-10-01 | [macos] Add smctemp to depends | Miguel Borges de Freitas | |
2023-09-29 | Merge pull request #23769 from joseluismarti/HDRTypes | fuzzard | |
[Android] Replace enum HDRTypes with Display.HdrCapabilities constants | |||
2023-09-28 | bump libandroidjni | Jose Luis Marti | |
2023-09-28 | FFmpeg: flag --enable-neon has no actual effects on Android targets | Jose Luis Marti | |
2023-09-27 | Merge pull request #23822 from throwaway96/webos-tune-a53 | Stephan Sundermann | |
[webOS] Tune for Cortex-A53 | |||
2023-09-27 | Merge pull request #23826 from webosbrew/webos-verify-libs-fix | Stephan Sundermann | |
[webOS] Don't assume libraries in RUNPATH to be available | |||
2023-09-27 | Merge pull request #23829 from fuzzard/depends_apple_fixsonomagettext | fuzzard | |
[tools/depends][native] gettext force am_cv_func_iconv_works for apple host | |||
2023-09-27 | Merge pull request #23824 from fuzzard/cmake_findlibass_update | fuzzard | |
[Cmake] FindASS migrate to TARGET usage | |||
2023-09-27 | [Android] Neon is being enabled by default | Jose Luis Marti | |
2023-09-27 | [tools/depends][native] gettext force am_cv_func_iconv_works for apple host | fuzzard | |
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 available | Stephan 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-27 | Merge pull request #23809 from fuzzard/cmake_assorted1 | fuzzard | |
[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-26 | fix native/waylandpp-scanner build with GCC 13 | throwaway96 | |
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-A53 | throwaway96 | |
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 target | fuzzard | |
2023-09-22 | Merge pull request #23794 from joseluismarti/zlib-1.3 | fuzzard | |
[depends] Bump zlib to 1.3 | |||
2023-09-21 | [depends] Bump zlib to 1.3 | Jose Luis Marti | |