Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-29 | [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-11-15 | tools/depends: curl: add --with-zlib option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-wolfssl option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-mbedtls option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-nss option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-gnutls option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-quiche option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-nghttp3 option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-ngtcp2 option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-gssapi option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-brotli option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-zstd option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: format configure options | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-28 | [depends][waylandpp] Patch for compatibility with gcc>=13 | Markus Härer | |
(cherry picked from commit a7db7ad8ad185069fa147e65e0e531d97ad2dd36) | |||
2023-05-28 | [depends][crossguid] Patch for compatibility with gcc>=13 | Markus Härer | |
(cherry picked from commit 90a4c02ad246d507feaefb97ec7196e17a9cdaaf) | |||
2023-05-28 | IDecoder: Add missing cstdint include for gcc>=13 | Markus Härer | |
(cherry picked from commit 017c638a7dfebd5f865d098b88a857700e9072fb) | |||
2023-03-11 | tools/depends: make the hash file an order only prerequisite | Lukas Rusak | |
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html | |||
2023-02-20 | [backport][Android] Fix symbol relocation errors on Android x86 | Jose Luis Marti | |
2023-02-11 | tools/depends: Python update to 3.11.2 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-11 | [tools/depends][target] bump python 3.11.1 | fuzzard | |
2023-02-11 | [tools/depends][native] Bump Python 3.11.1 | fuzzard | |
2023-01-23 | [depends] pycryptodome: fix revert-ctype.pythonapi-use.patch | wsnipex | |
2022-12-15 | Merge pull request #22267 from enen92/a_silicon_disk_backport | Miguel Borges de Freitas | |
[discs] Allow compilation of darwin driver on apple silicon | |||
2022-12-14 | [discs] Allow compilation of darwin driver on apple silicon | Miguel Borges de Freitas | |
2022-12-14 | [tools/depends][target] libmicrohttpd - disable timespec_get usage for apple ↵ | fuzzard | |
platforms disable timespec_get for apple platforms. Was introduced in __API_AVAILABLE(macosx(10.15), ios(13.0), tvos(13.0), watchos(6.0)) however older platforms (reported 10.13.6) fail to run. | |||
2022-11-18 | [tools/depends][target] libass android libc++ link | fuzzard | |
Android 5 based OS's (API Level 21/22) require an explicit link to libc++ for libass. This isnt necessary for Android 6+ (API Level 23+) for whatever reason. | |||
2022-11-11 | [tools/depends][python3] Patch upstream issue memleak | fuzzard | |
A memleak was found in cpython 3.11.0 that looks to potentially be reasonably serious Upstream issue is https://github.com/python/cpython/issues/99205 This uses the merged upstream patch https://github.com/python/cpython/pull/99301 until we bump to a newer release (3.11.1+) | |||
2022-10-31 | [tools/depends][target] pythonmodule-pil fix building for py3.11 | fuzzard | |
update build and patch to control and insure we do not get any native paths | |||
2022-10-31 | [tools/depends][target] bump pythonmodule-pycryptodome 3.12.0 | fuzzard | |
2022-10-31 | [tools/depends][target] bump pythonmodule-setuptools 65.5.0 | fuzzard | |
2022-10-31 | [tools/depends][native] remove setuptools | fuzzard | |
Native Python runs ensurepip which installs setuptools. The python package does a better job of keeping up to date with setuptools, so lets just rely on it | |||
2022-10-31 | [tools/depends] Python 3.11.0 | fuzzard | |
2022-10-26 | [tools/depends][target] bump sqlite3 3390400 | fuzzard | |
2022-10-17 | bump libandroidjni | Jose Luis Marti | |
2022-10-04 | [Windows] fix fmt library compilation in debug mode | thexai | |
Is created with wrong name fmtdd.lib (double postfix d) | |||
2022-09-28 | [cmake] default build spdlog/fmt internal all platforms | fuzzard | |
2022-09-28 | [fmt] fixup patch for windows | Fuzzard | |
Fixes patch applied for windows. Existing version doesnt install headers appropriately | |||
2022-09-27 | Merge pull request #21925 from fuzzard/depends_mariadb | fuzzard | |
[tools/depends][target] Bump mariadb-connector-c 3.3.2 | |||
2022-09-27 | [tools/depends][target] Bump libmicrohttpd 0.9.75 | fuzzard | |
Patch introduced to remove assert. As suggested by Karlson2k in discussion https://github.com/xbmc/xbmc/pull/21917 | |||
2022-09-26 | [tools/depends][target] Bump libjpeg-turbo 2.1.4 | fuzzard | |
2022-09-26 | [tools/depends][native] Bump libjpeg-turbo 2.1.4 | fuzzard | |
2022-09-26 | Merge pull request #21914 from fuzzard/depends_fmt | fuzzard | |
[tools/depends][target] Bump FMT 9.1.0 | |||
2022-09-25 | [tools/depends][target] Bump Dav1d 1.0.0 | fuzzard | |
2022-09-25 | [tools/depends][target] Bump mariadb-connector-c 3.3.2 | fuzzard | |
02-fix-CONC-612.patch introduced to fix failure on macos. Patch is already merged upstream, and will be available 3.3.3+ | |||
2022-09-25 | [tools/depends][target] Bump FMT 9.1.0 | fuzzard | |
2022-09-25 | Merge pull request #21910 from fuzzard/depends_spdlog | fuzzard | |
[tools/depends][target] Bump spdlog 1.10.0 | |||
2022-09-24 | Merge pull request #21909 from fuzzard/depends_fixwarn_sqlite3 | fuzzard | |
[tools/depends][target] sqlite3 remove binary build completely | |||
2022-09-24 | Merge pull request #21900 from fuzzard/depends_python | fuzzard | |
[tools/depends] Bump python 3.9.14 | |||
2022-09-24 | [tools/depends][target] Bump spdlog 1.10.0 | fuzzard | |
2022-09-24 | [tools/depends][target] sqlite3 remove binary build completely | fuzzard | |
The method to SED remove the binary build leaves the following warnings 21:28:01 Makefile.am:9: warning: variable 'EXTRA_sqlite3_SOURCES' is defined but no program or 21:28:01 Makefile.am:9: library has 'sqlite3' as canonical name (possible typo) 21:28:01 Makefile.am:8: warning: variable 'sqlite3_SOURCES' is defined but no program or 21:28:01 Makefile.am:8: library has 'sqlite3' as canonical name (possible typo) 21:28:01 Makefile.am:10: warning: variable 'sqlite3_LDADD' is defined but no program or 21:28:01 Makefile.am:10: library has 'sqlite3' as canonical name (possible typo) 21:28:01 Makefile.am:11: warning: variable 'sqlite3_DEPENDENCIES' is defined but no program or 21:28:01 Makefile.am:11: library has 'sqlite3' as canonical name (possible typo This will occasionally cause jenkins to fail due to Clang warnings threshold. New patch will just remove all binary flags in Makefile.am |