aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2023-09-20[depends][native] Meson 1.2.1 bumpfuzzard
2023-09-20Merge pull request #23782 from fuzzard/android_fixthemepackagingfuzzard
[android] Allow packaging other themes for bundled skins
2023-09-20Merge pull request #23755 from garbear/fix-rustupfuzzard
tools/depends: Fix rustup by delegating shell choice to shebang
2023-09-18[android] Allow packaging other themes for bundled skinsfuzzard
2023-09-11tools/depends: Fix rustup by delegating runtime to shebangGarrett 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 modulefuzzard
Remove manual pkgconfig file from dependency build. It hardcodes things, and isnt needed for our purposes as all.
2023-09-11Merge pull request #22112 from fuzzard/win_buildtreefuzzard
[cmake][win] Generate complete build dir layout for Multiconfig gen (VS)
2023-09-10Merge pull request #23684 from webosbrew/webos-relaunchStephan Sundermann
[webOS] Support relaunch
2023-09-07[Omega] Alpha3fuzzard
2023-09-03[webOS] Allow relaunchesStephan Sundermann
Register to lifecycle events. On relaunch the window needs to be brought back to fullscreen through webos shell
2023-09-02tools/depends: Add Rust toolchain, cargo-c and libdovi dependenciesquietvoid
2023-09-02Merge pull request #23621 from amazingfate/wayland-sessionfuzzard
Install wayland session entry
2023-09-02Merge pull request #23625 from joseluismarti/constantsfuzzard
[Android] Replaces some value strings used directly in the code...
2023-09-01bump libandroidjniJose Luis Marti