Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | Merge pull request #22687 from joseluismarti/update-gradle | Wolfgang Schupp | |
[Android] bump Gradle and Android Gradle Plugin | |||
2023-02-07 | tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: split RETRIEVE_TOOL and RETRIEVE_TOOL_FLAGS to be consistent | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2023-02-06 | [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-02-06 | [buildsteps] add -parallelizeTargets to execution of xcodebuild projects | fuzzard | |
2023-02-04 | tools/depends: liblzo2: Fix trailing whitespace in Makefile | Garrett Brown | |
2023-02-04 | tools/depends: samba-gplv3: disable distcc when building | Lukas Rusak | |
ref: https://bugs.gentoo.org/749324 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: libffi: disable multi-os-directory to avoid installing in lib64 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: wayland: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: pythonmodule-pycryptodome: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: nettle: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: harfbuzz: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: bzip2: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: wayland-scanner: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: waylandpp-scanner: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: perlmodule-parseyapp: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: meson: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: autoconf-archive: don't rebuild if already installed | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: only set RETRIEVE_TOOL and ARCHIVE_TOOL for native builds | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: libva: add PKG_CONFIG_PATH env export | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: libva: fix indentation | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: openssl add --libdir=lib configure option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | tools/depends: gnutls: disable idna support | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-04 | Merge pull request #22540 from lrusak/ffmpeg-upstream | Lukas Rusak | |
tools/depends: ffmpeg: use upstream version | |||
2023-02-04 | Merge pull request #22599 from fuzzard/depends_gtest | fuzzard | |
[tools/depends][target] Bump gtest 1.13.0 | |||
2023-02-04 | Merge pull request #22613 from fuzzard/depends_libxslt | fuzzard | |
[tools/depends][target] Bump libxslt 1.1.37 | |||
2023-02-04 | Merge pull request #22672 from joseluismarti/gradle-find | fuzzard | |
[Android][cmake] Avoid showing 'find' error messages | |||
2023-02-03 | [Android] set the namespace in the build.gradle file | Jose Luis Marti | |
2023-02-03 | [Android] bump Android Gradle Plugin 7.4 | Jose Luis Marti | |
2023-02-03 | [Android] bump Gradle 7.6 | Jose Luis Marti | |
2023-02-03 | [Android][cmake] Avoid showing 'find' error messages | Jose Luis Marti | |
2023-02-03 | Merge pull request #22614 from fuzzard/depends_xz | fuzzard | |
[tools/depends] Bump xz 5.4.1 | |||
2023-02-01 | [tools/depends][target] Bump xz 5.4.1 | fuzzard | |
2023-02-01 | [tools/depends][native] Bump XZ 5.4.1 | fuzzard | |
2023-02-01 | [tools/depends][target] Bump LIBXSLT | fuzzard | |
Change to cmake build system | |||
2023-01-29 | [Windows] Update prepare-binary-addons-dev.bat script | Garrett Brown | |
2023-01-29 | [tools/depends][target] bump libxml2 2.10.3 | fuzzard | |
2023-01-28 | Merge pull request #22453 from joseluismarti/java-log-tag | fuzzard | |
[Android] Set the tag that identifies the app messages in the Logcat | |||
2023-01-28 | Merge pull request #22505 from razzeee/master-update-versions | fuzzard | |
Update metainfo versions | |||
2023-01-28 | [tools/depends][target] Bump gtest 1.13.0 | fuzzard | |
2023-01-25 | Merge pull request #22553 from joseluismarti/gradle-ndk | fuzzard | |
[Android][gradle] Configure android.ndkPath | |||
2023-01-24 | [Android] Use the new WindowInsetsController class | Jose Luis Marti | |
2023-01-23 | [depends] pycryptodome: fix revert-ctype.pythonapi-use.patch | wsnipex | |
2023-01-22 | [Android][gradle] Configure android.ndkPath | Jose Luis Marti | |
2023-01-22 | tools/depends: ffmpeg: use upstream version | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-01-22 | [android] strip abi version off cryptodome lib names | wsnipex | |
2023-01-17 | Update metainfo versions | Razze | |
2023-01-13 | tools/depends: add pipewire for linux builds | Lukas Rusak | |