aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2024-09-27[tools/depends][target] Bump openssl 3.0.15fuzzard
2024-09-27[tools/depends][native] Bump openssl 3.0.15fuzzard
2024-09-23[tools/depends][target] bump expat 2.6.3fuzzard
security fixes
2024-09-23[tools/depends][native] expat bump to 2.6.3fuzzard
security fixes
2024-09-21Merge pull request #25734 from blunden/depends_curlfuzzard
[tools/depends][target] Bump curl 8.10.0
2024-09-17Add single/dual channel texture support to XBT textures (#25714)sarbes
Add single/dual channel texture support to XBT textures
2024-09-15[tools/depends][target] Bump curl 8.10.0blunden
Also remove patch that was merged upstream
2024-08-15[tools/depends] Bump Python 3.12.5fuzzard
[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
2024-08-14[tools/depends][native] Bump meson 1.5.1fuzzard
2024-08-14[tools/depends][native] Introduce setuptools python modulefuzzard
2024-08-14[tools/depends] meson.cross fix deprecation warning for pkgconfigfuzzard
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"
2024-08-14[tools/depends][target] Fix deprecation warningsfuzzard
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.
2024-07-24[gnutls] Retain the warning behavior of implicit function declarations and ↵Jose Luis Marti
incompatible integer to pointer conversion
2024-07-12Merge pull request #25466 from fuzzard/fix_cmake_export-filesfuzzard
[cmake] Fix libdvd*
2024-07-10[depends] Bump exiv2 to v0.28.3enen92
2024-07-09[cmake][modules] Rework libdvd* modulesfuzzard
Streamline, remove some redundancies, actually be a shared library target
2024-06-29[tools/depends][target] exiv2 add patch for GCC13 cstdint includefuzzard
Already upstreamed, just no release as yet https://github.com/Exiv2/exiv2/pull/2969/commits/03436ce9c693dba9d074e9e99e792b5129463e26
2024-06-26[cmake][module] FindExiv2 add patch for windows debug postfixfuzzard
2024-06-25Merge pull request #25228 from fuzzard/cmake_cleanup3fuzzard
[cmake] Complete target usage for dependency libs, and remove some old globals and other cmake cleanups
2024-06-22Pictures: Move to exiv2 for image metadata retrieval (exif and iptc)Miguel Borges de Freitas
2024-06-22[depends] Add exiv2 to dependsMiguel Borges de Freitas
Co-authored-by: fuzzard <fuzzard@kodi.tv>
2024-06-22[cmake][modules] FindLzo2 cleanup and use core_target_link_librariesfuzzard
2024-06-22Merge pull request #25296 from fuzzard/pcre2fuzzard
Migrate from PCRE to PCRE2
2024-06-18[Depends] Bump smctemp to 0.3.2Miguel Borges de Freitas
2024-06-17[dependencies] Introduce PCRE2 dependencyfuzzard
create PCRE2 in tools/depends/target Create Find module for PCRE2
2024-06-16Merge pull request #25331 from fuzzard/depends_rustc-againfuzzard
[tools/depends] Bump rust 1.79 and add Cargo.lock files
2024-06-16[tools/depends][target] libdovi add Cargo.lockfuzzard
2024-06-15[tools/depends][native] cargo-c add Cargo.lockfuzzard
2024-06-15[tools/depends][native] rustup 1.79fuzzard
2024-06-13[depends] set default C++ standard for binaddons buildPhilipp Kerling
2024-06-13[depends] use c++20Philipp Kerling
2024-06-13[depends] Incorporate p8-platform PR #46Philipp Kerling
2024-06-13[tools/depends][toolchain] propagate minver for ios/tvos to toolchain from ↵fuzzard
configure
2024-06-05[tools/depends] configure.ac some comments and cleanupfuzzard
2024-06-05[tools/depends][native] cmake remove setting SDKROOTfuzzard
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
2024-06-05[tools/depends] configure.ac add explicit sdk for apple native_sdk_pathfuzzard
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
2024-06-04Merge pull request #25294 from fuzzard/depends_fontconfigfuzzard
[tools/depends][target] Bump Fontconfig 2.15.0
2024-06-03[tools/depends][target] Bump fmt 10.2.1fuzzard
2024-06-03[tools/depends][target] Bump spdlog 1.14.1fuzzard
2024-06-03[tools/depends][target] Bump fontconfig 2.15.0fuzzard
2024-05-12[tools/depends][native] Bump Cmake 3.29.3fuzzard
2024-05-09[cmake][modules] FindCurl enable building internalfuzzard
2024-05-09[tools/depends][target] Curl change to cmake instead of autotools buildfuzzard
2024-05-09Merge pull request #24995 from joseluismarti/fpendingfuzzard
[Android][gnutls] Remove fpending patch
2024-05-07[cmake][modules] Introduce FindEffects11 find modulefuzzard
A module to enable locating and building the effects11 lib
2024-05-04Merge pull request #25078 from fuzzard/depends_brotlifuzzard
[tools/depends][target] Add brotli lib for curl
2024-05-03[tools/depends][native] rustup default toolchain to 1.78.0fuzzard
2024-05-03[tools/depends][native] Bump rustup 1.27.0fuzzard
2024-05-02[tools/depends][target] curl enable brotli usagefuzzard
2024-05-02[tools/depends][target] gnutls disable brotlifuzzard