Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-09 | [Nexus] 20.3 | fuzzard | |
2024-01-08 | Update Kodi Icon | Kolja 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 file | Jose Luis Marti | |
2024-01-01 | [Android] bump Android Gradle Plugin 7.4 | Jose Luis Marti | |
2024-01-01 | [Android] bump Gradle 7.6 | Jose Luis Marti | |
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-26 | Remove article from summary | Razze | |
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-11-14 | use new variables in scripts | Andrey Filipenkov | |
(cherry picked from commit 21467dc9824763e805d96b3a628867627c9e8214) | |||
2023-11-14 | use keychain profile for notarytool | Andrey Filipenkov | |
(cherry picked from commit 3b554dc690b6a11159da30cc32a898916a3e67dc) | |||
2023-11-14 | migrate from altool to notarytool | Andrey Filipenkov | |
(cherry picked from commit 56ac4dfd74127f7d998e66ffaf572b25459f0f8c) | |||
2023-06-28 | [Nexus] Bump version 20.2 | fuzzard | |
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-04-29 | [Windows][build ffmpeg] more robust build scripts | thexai | |
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.1 | fuzzard | |
2023-03-11 | Merge pull request #22959 from fuzzard/backport_lrusak_depends-target-order-only | fuzzard | |
[BP] tools/depends: make the hash file an order only prerequisite | |||
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-03-11 | [buildsteps] run deb target during make-xbmc for xcodebuild projects | fuzzard | |
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 projects | fuzzard | |
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 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-28 | Merge pull request #22504 from razzeee/nexus-version-sorting | fuzzard | |
Fix version format as they need to be sortable | |||
2023-01-28 | Merge pull request #22586 from joseluismarti/gradle-ndk-Nexus | fuzzard | |
[backport][Android][gradle] Configure android.ndkPath | |||
2023-01-25 | [backport][Android][gradle] Configure android.ndkPath | Jose Luis Marti | |
2023-01-23 | [depends] pycryptodome: fix revert-ctype.pythonapi-use.patch | wsnipex | |
2023-01-22 | [android] strip abi version off cryptodome lib names | wsnipex | |
2023-01-17 | Fix version format as they need to be sortable | Razze | |
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 Final | fuzzard | |
2022-12-31 | Get rid of bashisms in kodi*.sh | Vasyl Gello | |
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> | |||
2022-12-19 | [V20 RC2] Version bumps | fuzzard | |
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. |