Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some CI platforms fail with openssl3 with the existing version. Bump to latest
|
|
|
|
|
|
LLVM 15 raised some warning types to errors. For our purposes, just lower back
to warnings.
|
|
|
|
|
|
[docs] Use gh markdown highlights of warnings, tips and notes
|
|
|
|
Not present after cec was moved to internal depends.
|
|
|
|
|
|
|
|
pcre2 is a dependency of swig 4.2.0+
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
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
|
|
|
|
[tools/depends][target] Bump curl 8.4.0
|
|
Remove use of pcrecpp from Kodi
|
|
[Android] Change the directory used to verify the SDK path
|
|
|
|
ffmpeg: Bump to version 6.0.1
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
This fixes #23198
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n6.0.1
|
|
[Cmake] enable_internal_cec
|
|
|
|
|
|
|
|
[depends][Python] Set setuptools library suffix
|