aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-01-09[Nexus] 20.3fuzzard
2024-01-08Update Kodi IconKolja Lampe
This was redone from scratch by @samfishermike as I requested a version without a drop shadow
2024-01-01[Android] set the namespace in the build.gradle fileJose Luis Marti
2024-01-01[Android] bump Android Gradle Plugin 7.4Jose Luis Marti
2024-01-01[Android] bump Gradle 7.6Jose Luis Marti
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-26Remove article from summaryRazze
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-11-14use new variables in scriptsAndrey Filipenkov
(cherry picked from commit 21467dc9824763e805d96b3a628867627c9e8214)
2023-11-14use keychain profile for notarytoolAndrey Filipenkov
(cherry picked from commit 3b554dc690b6a11159da30cc32a898916a3e67dc)
2023-11-14migrate from altool to notarytoolAndrey Filipenkov
(cherry picked from commit 56ac4dfd74127f7d998e66ffaf572b25459f0f8c)
2023-06-28[Nexus] Bump version 20.2fuzzard
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-04-29[Windows][build ffmpeg] more robust build scriptsthexai
2023-04-17[backport][Android] Avoid crash when create recommendation channels and ↵Jose Luis Marti
schedule more than 100 jobs
2023-03-12[Nexus] Bump version 20.1fuzzard
2023-03-11Merge pull request #22959 from fuzzard/backport_lrusak_depends-target-order-onlyfuzzard
[BP] tools/depends: make the hash file an order only prerequisite
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-03-11[buildsteps] run deb target during make-xbmc for xcodebuild projectsfuzzard
With the new Build system in xcode, it now has a changed behaviour with a new setting "Based on dependency analysis". For us, essentially our dependency targets (eg fmt, spdlog, etc) are added as Run scripts by the cmake xcode generator. This means that any dep added as a run script will always be exectuted. Currently with master buildsteps make-xbmc builds the build target, and then the package step building the deb target, dependencies are built twice regardless of state. We will have to look into the cmake generation side of things but the easiest solution for now is to just generate the deb target as part of the make-xbmc buildstep, and then just handle upload of artifact in the package buildstep. Shaves off ~3 minutes of build time on jenkins.
2023-03-11[buildsteps] add -parallelizeTargets to execution of xcodebuild projectsfuzzard
2023-03-05[Windows][Installer] fix the missing .html files of Chorus2 with proper ↵CrystalP
exclusion of .h Fix displayed path of the generated installer.
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-28Merge pull request #22504 from razzeee/nexus-version-sortingfuzzard
Fix version format as they need to be sortable
2023-01-28Merge pull request #22586 from joseluismarti/gradle-ndk-Nexusfuzzard
[backport][Android][gradle] Configure android.ndkPath
2023-01-25[backport][Android][gradle] Configure android.ndkPathJose Luis Marti
2023-01-23[depends] pycryptodome: fix revert-ctype.pythonapi-use.patchwsnipex
2023-01-22[android] strip abi version off cryptodome lib nameswsnipex
2023-01-17Fix version format as they need to be sortableRazze
These need to be sortable according to the metainfo spec. This failed with the final 20 release, so this should prevent this in the future.
2023-01-15[Nexus] Bump version 20.0 Finalfuzzard
2022-12-31Get rid of bashisms in kodi*.shVasyl Gello
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2022-12-19[V20 RC2] Version bumpsfuzzard
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.