Age | Commit message (Collapse) | Author |
|
[tools/depends][target] Bump curl 8.10.0
|
|
Add single/dual channel texture support to XBT textures
|
|
Also remove patch that was merged upstream
|
|
[tools/depends][native] Bump Markupsafe 2.1.5
[tools/depends][native] Bump Mako 1.3.5
[tools/depends][target] Bump pythonmodules-setuptools 72.1.0
[tools/depends][target] Bump Python 3.12.5
[tools/depends][target] samba-gplv3 patch distutils usage
python 3.12 removed distutils from core cpython, and it is now only available from
setuptools. Patch to import setuptools before trying to use distutils in samba
python functionality testing
[tools/depends][target] Mesa support setuptools for py3.12
Fix failure to find Mako due to error on import of distutils
Patch imports setuptools first, which allows distutils to succeed
|
|
|
|
|
|
As per https://mesonbuild.com/Release-notes-for-1-3-0.html#machine-files-pkgconfig-field-deprecated-and-replaced-by-pkgconfig
Recommended solution for now is to duplicate, which turns off warning.
DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by "pkg-config"
|
|
meson.build:615: WARNING: dri3 option "false" deprecated, please use "disabled" instead.
meson.build:661: WARNING: gallium-vdpau option "false" deprecated, please use "disabled" instead.
meson.build:803: WARNING: gallium-va option "false" deprecated, please use "disabled" instead.
meson.build:847: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.
|
|
- ignored checks are no longer required after 45427e386f
- Debian disabled rules support as it depends on pcre
|
|
[buildsteps] android update to jenkins docker info
|
|
incompatible integer to pointer conversion
|
|
Buildsteps are still used for addon CI jobs. we need this data to match the
pipeline CI (and therefore the actual docker path structure) to succed
|
|
[cmake] Fix libdvd*
|
|
|
|
Streamline, remove some redundancies, actually be a shared library target
|
|
[Android] Remove unused variables in makefile
|
|
|
|
|
|
|
|
Already upstreamed, just no release as yet
https://github.com/Exiv2/exiv2/pull/2969/commits/03436ce9c693dba9d074e9e99e792b5129463e26
|
|
|
|
|
|
[cmake] Complete target usage for dependency libs, and remove some old globals and other cmake cleanups
|
|
|
|
Co-authored-by: fuzzard <fuzzard@kodi.tv>
|
|
|
|
|
|
Migrate from PCRE to PCRE2
|
|
|
|
|
|
create PCRE2 in tools/depends/target
Create Find module for PCRE2
|
|
We currently use the same folder for win32 target arch, and for the native build tools
extraction folder. We need to avoid NATIVEPREFIX being the same as DEPENDS_PATH.
For now, we can just locate the build tools to an non specific arch folder
|
|
[docs] Update documentation for FreeBSD
|
|
[Android] bump Gson 2.11.0
|
|
[tools/depends] Bump rust 1.79 and add Cargo.lock files
|
|
|
|
|
|
|
|
|
|
hopefully system tinyxml2 is install on our build slave :)
|
|
|
|
|
|
|
|
|
|
configure
|
|
|
|
|
|
Theres no need to set SDKROOT as we already pass along -isystem flags.
cmake uses SDKROOT to compute CMAKE_OSX_SYSROOT which we already set in the toolchain file
|
|
Explicitly set native_sdk_path to search for macosx sdk using xcrun.
There is a way somehow, where without explicitly requsting the macosx sdk, it retrieves
paths from elsewhere (ie command line tools instead of Xcode)
~ % xcode-select -p
/Applications/Xcode.app/Contents/Developer
~ % xcrun --show-sdk-path
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
~ % xcrun --sdk macosx --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk
~ % sudo xcode-select -s /Library/Developer/CommandLineTools/
~ % xcode-select -p
/Library/Developer/CommandLineTools
~ % xcrun --show-sdk-path
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
~ % xcrun --sdk macosx --show-sdk-path
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
No harm, in setting explicitly, as its only used for build host info, so doesnt effect target
|
|
[tools/depends][target] Bump Fontconfig 2.15.0
|