aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2024-06-18[tools/depends][target] libdovi add Cargo.lockfuzzard
2024-06-18[tools/depends][native] cargo-c add Cargo.lockfuzzard
2024-06-18[tools/depends][native] rustup 1.79fuzzard
2024-06-18[tools/depends][native] bump cargo-cfuzzard
Some CI platforms fail with openssl3 with the existing version. Bump to latest
2024-06-18[tools/depends][native] rustup default toolchain to 1.78.0fuzzard
2024-06-18[tools/depends][native] Bump rustup 1.27.0fuzzard
2024-03-12[tools/depends] LLVM15 support - reduce errors to warningsfuzzard
LLVM 15 raised some warning types to errors. For our purposes, just lower back to warnings.
2024-02-10[tools/depends][target] Bump gettext 0.22.4fuzzard
2024-02-10[tools/depends][native] Bump gettext 0.22.4fuzzard
2024-02-03Merge pull request #24613 from enen92/gh_docsMiguel Borges de Freitas
[docs] Use gh markdown highlights of warnings, tips and notes
2024-02-02tools/depends: Update waylandpp patch to fix build again with gcc 13Garrett Brown
2024-02-01webos: Remove leftover libcec dependGarrett Brown
Not present after cec was moved to internal depends.
2024-01-31Use gh markdown highlights of warnings, tips and notesenen92
2024-01-28[tools/depends][native] Remove PCREfuzzard
2024-01-28[tools/depends][native] Bump Swig 4.2.0fuzzard
2024-01-28[tools/depends][native] Add pcre2fuzzard
pcre2 is a dependency of swig 4.2.0+
2024-01-28[tools/depends][native] Add bisonfuzzard
Bison 3.5 is a dependency of swig 4.2.0 cmake builds. macos ships bison 2.3. so add as a general native dep
2024-01-28[cmake] Fix native toolchain including target root pathStephan Sundermann
2024-01-21[tools/depends][native] Rustup 1.75.0fuzzard
cargo-c fails to build on osx aarch64 host with the following failures error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:24 | 124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^^ | = note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:35 | 124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^ | = note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:24 | 154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^^^ | = note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:36 | 154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^ | = note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information Compiling hkdf v0.12.4 For more information about this error, try `rustc --explain E0658`. error: could not compile `ahash` (lib) due to 4 previous errors Bump to 1.75.0 resolves this.
2024-01-03[tools/depends][target] Bump freetyope 2.13.2fuzzard
2023-12-24[tools/depends][target] Bump Harfbuzz 8.3.0fuzzard
2023-12-24[tools/depends][target] samba add support for Android NDK 26+fuzzard
Using NDK26+ samba has a failure due to it being able to compile a test program that uses memset_explicit. The issue is the android NDK is a 4 parameter function, where other implementations are 3 parameter. This just disables the check to fall back to the internal implementation we have used up until now
2023-12-24[tools/depends][target] zlib patch fix android NDK 26+failurefuzzard
Patch proposed upstream to fix the following issue ld.lld: error: version script assignment of 'local' to symbol 'gz_intmax' failed: symbol not defined clang: error: linker command failed with exit code 1 (use -v to see invocation) Upstream issue: https://github.com/madler/zlib/issues/856 Upstream patch: https://github.com/madler/zlib/pull/865
2023-12-06[tools/depends] Bump Python 3.11.7fuzzard
2023-12-06Merge pull request #24011 from fuzzard/depends_curlfuzzard
[tools/depends][target] Bump curl 8.4.0
2023-12-06Merge pull request #24128 from rschupp/remove-pcrecppfuzzard
Remove use of pcrecpp from Kodi
2023-12-04Merge pull request #23977 from joseluismarti/verify-sdk-pathfuzzard
[Android] Change the directory used to verify the SDK path
2023-11-22remove use of pcrecpp by conversion to std::regexRoderich Schupp
2023-11-19Merge pull request #24080 from fritsch/ffmpeg-6.0.1Lukas Rusak
ffmpeg: Bump to version 6.0.1
2023-11-11tools/depends: curl: add --with-zlib optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-wolfssl optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-mbedtls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-nss optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gnutls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-msh3 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-quiche optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-nghttp3 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-ngtcp2 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-hyper optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gsasl optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-gssapi optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-brotli optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: add --without-zstd optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-11tools/depends: curl: format configure optionsLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-10ffmpeg: Bump to version 6.0.1fritsch
This fixes #23198 Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n6.0.1
2023-11-05Merge pull request #21585 from fuzzard/cmake_libcecfuzzard
[Cmake] enable_internal_cec
2023-11-05[tools/depends][target] Bump curl 8.4.0fuzzard
2023-10-31[Android] Change the directory used to verify the SDK pathJose Luis Marti
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