aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2023-12-29[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-11-15tools/depends: curl: add --with-zlib optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-wolfssl optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-mbedtls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-nss optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-gnutls optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-quiche optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-nghttp3 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-ngtcp2 optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-gssapi optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-brotli optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: add --without-zstd optionLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-11-15tools/depends: curl: format configure optionsLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-05-28[depends][waylandpp] Patch for compatibility with gcc>=13Markus Härer
(cherry picked from commit a7db7ad8ad185069fa147e65e0e531d97ad2dd36)
2023-05-28[depends][crossguid] Patch for compatibility with gcc>=13Markus Härer
(cherry picked from commit 90a4c02ad246d507feaefb97ec7196e17a9cdaaf)
2023-05-28IDecoder: Add missing cstdint include for gcc>=13Markus Härer
(cherry picked from commit 017c638a7dfebd5f865d098b88a857700e9072fb)
2023-03-11tools/depends: make the hash file an order only prerequisiteLukas 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 x86Jose Luis Marti
2023-02-11tools/depends: Python update to 3.11.2Lukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-02-11[tools/depends][target] bump python 3.11.1fuzzard
2023-02-11[tools/depends][native] Bump Python 3.11.1fuzzard
2023-01-23[depends] pycryptodome: fix revert-ctype.pythonapi-use.patchwsnipex
2022-12-15Merge pull request #22267 from enen92/a_silicon_disk_backportMiguel Borges de Freitas
[discs] Allow compilation of darwin driver on apple silicon
2022-12-14[discs] Allow compilation of darwin driver on apple siliconMiguel 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++ linkfuzzard
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 memleakfuzzard
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.11fuzzard
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.0fuzzard
2022-10-31[tools/depends][target] bump pythonmodule-setuptools 65.5.0fuzzard
2022-10-31[tools/depends][native] remove setuptoolsfuzzard
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.0fuzzard
2022-10-26[tools/depends][target] bump sqlite3 3390400fuzzard
2022-10-17bump libandroidjniJose Luis Marti
2022-10-04[Windows] fix fmt library compilation in debug modethexai
Is created with wrong name fmtdd.lib (double postfix d)
2022-09-28[cmake] default build spdlog/fmt internal all platformsfuzzard
2022-09-28[fmt] fixup patch for windowsFuzzard
Fixes patch applied for windows. Existing version doesnt install headers appropriately
2022-09-27Merge pull request #21925 from fuzzard/depends_mariadbfuzzard
[tools/depends][target] Bump mariadb-connector-c 3.3.2
2022-09-27[tools/depends][target] Bump libmicrohttpd 0.9.75fuzzard
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.4fuzzard
2022-09-26[tools/depends][native] Bump libjpeg-turbo 2.1.4fuzzard
2022-09-26Merge pull request #21914 from fuzzard/depends_fmtfuzzard
[tools/depends][target] Bump FMT 9.1.0
2022-09-25[tools/depends][target] Bump Dav1d 1.0.0fuzzard
2022-09-25[tools/depends][target] Bump mariadb-connector-c 3.3.2fuzzard
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.0fuzzard
2022-09-25Merge pull request #21910 from fuzzard/depends_spdlogfuzzard
[tools/depends][target] Bump spdlog 1.10.0
2022-09-24Merge pull request #21909 from fuzzard/depends_fixwarn_sqlite3fuzzard
[tools/depends][target] sqlite3 remove binary build completely
2022-09-24Merge pull request #21900 from fuzzard/depends_pythonfuzzard
[tools/depends] Bump python 3.9.14
2022-09-24[tools/depends][target] Bump spdlog 1.10.0fuzzard
2022-09-24[tools/depends][target] sqlite3 remove binary build completelyfuzzard
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