Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-09-20 | [depends][native] Meson 1.2.1 bump | fuzzard | |
2023-09-20 | Merge pull request #23782 from fuzzard/android_fixthemepackaging | fuzzard | |
[android] Allow packaging other themes for bundled skins | |||
2023-09-20 | Merge pull request #23755 from garbear/fix-rustup | fuzzard | |
tools/depends: Fix rustup by delegating shell choice to shebang | |||
2023-09-18 | [android] Allow packaging other themes for bundled skins | fuzzard | |
2023-09-11 | tools/depends: Fix rustup by delegating runtime to shebang | Garrett Brown | |
Rely on the shell script to know which runtimes it's compatible with. Fixes build error: make: bash: Permission denied make: *** [Makefile:29: x86_64-linux-native/bin/rustup] Error 127 | |||
2023-09-11 | [cmake] FindWaylandProtocolsWebOS simplify find module | fuzzard | |
Remove manual pkgconfig file from dependency build. It hardcodes things, and isnt needed for our purposes as all. | |||
2023-09-11 | Merge pull request #22112 from fuzzard/win_buildtree | fuzzard | |
[cmake][win] Generate complete build dir layout for Multiconfig gen (VS) | |||
2023-09-10 | Merge pull request #23684 from webosbrew/webos-relaunch | Stephan Sundermann | |
[webOS] Support relaunch | |||
2023-09-07 | [Omega] Alpha3 | fuzzard | |
2023-09-03 | [webOS] Allow relaunches | Stephan Sundermann | |
Register to lifecycle events. On relaunch the window needs to be brought back to fullscreen through webos shell | |||
2023-09-02 | tools/depends: Add Rust toolchain, cargo-c and libdovi dependencies | quietvoid | |
2023-09-02 | Merge pull request #23621 from amazingfate/wayland-session | fuzzard | |
Install wayland session entry | |||
2023-09-02 | Merge pull request #23625 from joseluismarti/constants | fuzzard | |
[Android] Replaces some value strings used directly in the code... | |||
2023-09-01 | bump libandroidjni | Jose Luis Marti | |