aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
AgeCommit message (Collapse)Author
2022-01-24Merge pull request #20747 from fuzzard/depends_libblurayfuzzard
[tools/depends][target] bump libbluray libudfread
2022-01-21Merge pull request #20853 from fuzzard/depends_pythonfuzzard
[tools/depends] bump python 3.9.10
2022-01-21[tools/depends] bump python 3.9.10fuzzard
Refresh patches as needed use PYTHON3-VERSION file for version info
2022-01-20Merge pull request #20758 from fuzzard/depends_libuuidfuzzard
[tools/depends][target] bump libuuid
2022-01-10[tools/depends][target] bump samba-gplv3 4.12.15fuzzard
2022-01-09[tools/depends][target] bump libuuidfuzzard
continue to use e2fsprog libuuid. This is purely legacy reasoning, as util-linux libuuid builds and runs fine with android now
2022-01-09[tools/depends][target] bump libudfread 1.1.2fuzzard
2022-01-09[tools/depends][target] bump libbluray 1.3.0fuzzard
bump libbluray 1.3.0 A darwin rewrite to use DiskArbitration framework was done. DA isnt available for ios/tvos, so revert the patch. One issue MR14 resolved was with a larger than 128 mount points https://code.videolan.org/videolan/libbluray/-/merge_requests/14
2022-01-08[cmake] Module rapidjson use VERSION helperfuzzard
2022-01-08[cmake] Module udfread use VERSION helperfuzzard
2022-01-08[cmake] Module spdlog use VERSION helperfuzzard
2022-01-08[cmake] Module fstrcmp use VERSION helperfuzzard
2022-01-08[cmake] Module Fmt use version helperfuzzard
2022-01-08[cmake] Module gtest use version helperfuzzard
2022-01-08[cmake] module Flatbuffers use version helperfuzzard
2022-01-08[cmake] module crossguid use version helperfuzzard
2022-01-03[tools/depends][target] bump libgcrypt 1.9.4fuzzard
bump to 1.9.4 removed unused patches use proper export for gpg-error-config
2022-01-01[tools/depends][target] bump libzip 1.8.0fuzzard
2021-12-21Merge pull request #20699 from lrusak/cpp17Lukas Rusak
c++17 round two
2021-12-21[tools/depends][target] openssl cleanupfuzzard
2021-12-21[tools/depends][target] bump openssl 1.1.1mfuzzard
android: revert getauxval commits causing failures bisecting found the following 2 commits causes ssl failures on kodi android using 1.1.1l https://github.com/openssl/openssl/commit/b2dea4d5f22ec146373324c282fb1bcecd5a7d90 https://github.com/openssl/openssl/commit/2357e6e94a46362dbf56eecfec6ffbaa8bd76a68 revert for now
2021-12-20Revert "Revert "Merge pull request #18403 from lrusak/cpp17""Lukas Rusak
This reverts commit bd6818f1975ef4665d2319b482460f64aa4ae277. This also includes a fix for the following: CLog: fix SPDLOG_LEVEL_NAMES to allow compiling Otherwise the following error occurs: xbmc/utils/log.h:12:89: error: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ called in a constant expression 12 | #define SPDLOG_LEVEL_NAMES {"TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "FATAL", "OFF"}; | ^ In file included from /usr/include/fmt/format.h:44, from xbmc/utils/StringUtils.h:37, from xbmc/utils/log.h:19, /usr/include/fmt/core.h:460:3: note: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ is not usable as a ‘constexpr’ function because: 460 | basic_string_view(const Char* s) : data_(s) { | ^~~~~~~~~~~~~~~~~ /usr/include/fmt/core.h:460:3: error: member ‘fmt::v8::basic_string_view<char>::size_’ must be initialized by mem-initializer in ‘constexpr’ constructor /usr/include/fmt/core.h:439:10: note: declared here 439 | size_t size_; | ^~~~~
2021-12-18[tools/depends][target] bump pythonmodule-pil 8.4.0fuzzard
2021-12-15Merge pull request #20634 from fuzzard/depends_mesoncrossfuzzard
[tools/depends][target] update meson-cross-file due to deprecation warnings
2021-12-11[tools/depends][target] bump spdlog 1.9.2fuzzard
2021-12-11[tools/depends][target] libfmt 8.0.1fuzzard
2021-12-11[tools/depends][target] bump gmp 6.2.1fuzzard
2021-12-10[tools/depends][target] bump freetype 2.11.1fuzzard
2021-12-05[tools/depends][target] update meson-cross-file due to deprecation warningsfuzzard
Update meson cross file to remove following deprecation warnings DEPRECATION: The [paths] section is deprecated, use the [built-in options] section instead. DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section. This change brings a requirement of meson 0.56.0 to build kodi as per https://mesonbuild.com/Machine-files.html#meson-builtin-options
2021-12-04Merge pull request #20381 from fuzzard/depends_expatfuzzard
[tools/depends] bump expat 2.4.1
2021-12-03[tools/depends][target] bump expat 2.4.1fuzzard
fix python module build with system expat for elementtree and pyexpat causing duplicate symbols. with-system-* flags dont actually do anything for us, as we dont (cant) use the auto detection for python modules, and we instead rely on the Modules.setup to build everything
2021-12-03[tools/depends] makefile fixupsfuzzard
Spotted by Rechi, some fixups to garbears PR https://github.com/xbmc/xbmc/pull/20582
2021-12-02[tools/depends][target] bump harfbuzz 3.1.1fuzzard
2021-12-01[tools/depends][target] nettle bump to 3.7.3fuzzard
2021-12-01[tools/depends][target] mariadb-c-connector bump 3.1.15fuzzard
2021-12-01[tools/depends][target] sqlite3 3340100 bumpfuzzard
2021-11-30[tools/depends][target] dav1d 0.9.2fuzzard
2021-11-29[tools/depends][target] ffmpeg cleanupfuzzard
Cleanup some ffmpeg config options set -Bsymbolic for all android platforms Encoders/demuxers/protocols are all default on, no need to enable
2021-11-27Merge pull request #20565 from fuzzard/android_fixupsfuzzard
Android fixups/minors
2021-11-25Merge pull request #20582 from garbear/no-grey-hairGarrett Brown
[tools\depends] Reduce greying of developer hair
2021-11-24Reduce greying of developer hairGarrett Brown
2021-11-24[tools/depends][target] pythonmodule-pil update sed replace for macos ↵fuzzard
conformance
2021-11-24Merge pull request #20402 from fuzzard/depends_libxml2fuzzard
[tools/depends][target] bump libxml2 2.9.12
2021-11-23[tools/depends][target] enable pythonmodules for apple siliconfuzzard
2021-11-23[tools/depends][target] disable googletest for android/darwinembeddedfuzzard
No need for googletest target for mobile platforms
2021-11-23[tools/depends][target] libnfs disable werrorfuzzard
android throws the following error due to our definition of __ANDROID_API__ in our flags In file included from <built-in>:367: <command line>:4:9: error: '__ANDROID_API__' macro redefined [-Werror,-Wmacro-redefined] ^ <built-in>:361:9: note: previous definition is here ^ 1 error generated.
2021-11-23[tools/depends][target] bump libxml2 2.9.12fuzzard
2021-11-23[tools/depends][target] libxslt explicitly provide libxml2 include/lib locationfuzzard
2021-11-22[tools/depends][target] bump libmicrohttpd 0.9.73fuzzard
2021-11-22Merge pull request #20400 from fuzzard/depends_pcrefuzzard
[tools/depends] Bump pcre 8.45