Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-07 | [depends][windows] Fixup for libbluray version | enen92 | |
2023-07-25 | [depends] Bump libbluray to 1.3.4 | enen92 | |
2023-06-23 | Merge pull request #23419 from fuzzard/cmake_jsonschemabuilderupdate | fuzzard | |
Build jsonschemabuilder for all platforms from source | |||
2023-06-22 | Merge pull request #23420 from CastagnaIT/libass-bump | fuzzard | |
[Windows][deps] Bump libass to 0.17.1 | |||
2023-06-21 | [windows] Dont ship vswhere | fuzzard | |
According to the docs at https://github.com/microsoft/vswhere, vswhere is shipped with Visual Studio 2017 onwards at a standard location. Use this instead of shipping a vswhere executable | |||
2023-06-20 | [cmake] Build JsonSchemaBuilder from source all platforms | fuzzard | |
Update FindJsonSchemaBuilder.cmake to build in tree for all platforms. JsonSchemaBuilder doesnt have versioning, but its a single file build, so just build always unless WITH_JSONSCHEMABUILDER is provided | |||
2023-06-19 | [Windows][deps] Bump libass to 0.17.1 | CastagnaIT | |
2023-06-19 | [windows] remove doxygen from native dep list | fuzzard | |
doxygen that is downloaded isnt actually in a path that is found currently. As its optional, dont bother with downloading it. Users can install doxygen for windows manually, and the windows installer adds to PATH and then is found by our cmake project | |||
2023-06-18 | [windows] Distinguish between host/native download/tools for windows build | fuzzard | |
Currently the precompiled tools for windows builds are x86/win32. For now stick with this assumption and instead of putting these tools into the target arch folder, put them into the win32 folder to keep arch libs/exes in correct arch folders | |||
2023-05-20 | Merge pull request #23255 from lrusak/windows-curl | fuzzard | |
[windows] use curl instead of wget to download dependencies | |||
2023-05-15 | [windows] remove wget binary | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-15 | [windows] use curl instead of wget to download dependencies | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-13 | [Windows] bump dav1d to 1.2.0 | thexai | |
2023-04-02 | [windows][nsis] Allow silent flag to continue x86 check for x86_64 system | fuzzard | |
nsis /S flag will allow bypassing the prompt checking about installing x86 executable on x86_64 host. This is used to assist in automating UWP packaging | |||
2022-11-13 | [windows] require Windows 8.1 as minimum version | Rechi | |
- Windows 7 is unsupported since January 14, 2020 - Windows 8 is unsupported since January 12, 2016 | |||
2022-10-18 | [Windows][Xbox] Bump Python to 3.8.15 and OpenSSL to 1.1.1q | thexai | |
2022-10-01 | [Windows] Updates Microsoft Visual C++ Runtime | thexai | |
2022-09-28 | [cmake] default build spdlog/fmt internal all platforms | fuzzard | |
2022-09-17 | [deps] update libbluray to 1.3.2 | enen92 | |
2022-06-29 | [cmake] create ENABLE_INTERNAL_PCRE | fuzzard | |
2022-06-27 | [cmake] FindNFS module to build internal | fuzzard | |
2022-06-17 | [cmake] split flatbuffers buildtool (flatc) and target headers find modules | fuzzard | |
2022-05-25 | [cmake] ENABLE_INTERNAL_TAGLIB to build taglib internally | fuzzard | |
2022-03-26 | [cmake] ENABLE_INTERNAL_RapidJSON for all platforms | fuzzard | |
header only lib, so enable "build" for all platforms patches remove superfluous docs/examples win arm64 patch for endian define. | |||
2022-03-21 | [cmake] update + build crossguid all platforms | fuzzard | |
crossguid hasnt been updated in a long time (~2015 was our previous hash) crossguid now natively uses cmake, so remove our cmakelists file first patch is to get around a failure due to unused function on apple platforms. a second patch is introduced due to a build failure with the default -Werror used Build crossguid in core cmake project for all platforms by default. Remove from windows the bundled download of crossguid lib rework usage of debug_postfix in SETUP_BUILD_VARS macro | |||
2022-01-25 | Depends: Bump dav1d to 0.8.2 | Wolfgang Haupt | |
2021-11-17 | Fix various typos in docs, user-facing code, and source comments | luz paz | |
Found via `codespell -q 3 -S *.po,./lib/libUPnP/Neptune -L bloaded,busses,inout,lod,medias,parm` | |||
2021-10-22 | [Xbox] Changed 'expandedResources' to 'hevcPlayback' | thexai | |
and removed 'backgroundMediaPlayback' | |||
2021-09-28 | Bump libass to 0.15.2 | CastagnaIT | |
2021-07-06 | Merge pull request #19221 from tunip3/master | thexai | |
Fix 4k content crashing on series consoles | |||
2021-06-20 | Bump libass to 0.15 | Pär Björklund | |
Includes font loading fix as well | |||
2021-06-02 | Add harfbuzz packages | Pär Björklund | |
built with -DHB_HAVE_FREETYPE=ON | |||
2021-04-25 | Merge pull request #19588 from lrusak/windows-wget | thexai | |
Windows: update wget and remove --quiet from wget command | |||
2021-04-21 | [Windows] Updates VC runtime to be compatible with both VS2019 and VS2017 | thexai | |
2021-04-16 | windows: remove --quiet from wget command to see what went wrong | Lukas Rusak | |
2021-04-16 | windows: update wget to 1.21.1 and add sha256 and url | Lukas Rusak | |
2021-04-13 | Fix font loading issue with libass on windows | Pär Björklund | |
2021-02-12 | add expanded resources rescap | tunip3 | |
2021-02-12 | New python build that fixes socket.ioctl | Pär Björklund | |
2020-12-05 | Fix a crash during python init | Pär Björklund | |
Threadstate is not available and causes abort to be called. Also change how we set python home, saw some init errors because environment variable wasn't picked up. | |||
2020-08-28 | [windows] python 3.8.5 (#18338) | fuzzard | |
* [windows] python 3.8.5 * Windows packages Co-authored-by: fuzzard <fuzzard@kodi.tv> Co-authored-by: Pär Björklund <per.bjorklund@gmail.com> | |||
2020-07-07 | [depends] bump libudfread to 1.1.0 | Lukas Rusak | |
2020-06-09 | Implement NFS timeout | peak3d | |
2020-05-29 | [depends] bump dav1d to 0.7.0 | Lukas Rusak | |
2020-04-16 | [windows] add libdav1d to build depends | Lukas Rusak | |
2020-04-16 | [cmake/depends/win32] add spdlog | montellese | |
2020-04-15 | [depends] add libudfread | Lukas Rusak | |
2020-04-11 | gtest: remove lib/gtest and add as library | Lukas Rusak | |
2020-03-09 | Merge pull request #16985 from vjadid/DisplayVersion | Pär Björklund | |
[Win32BuildSetup] add Version to add/remove programs entry | |||
2020-02-03 | Fix libaacs decryption | Pär Björklund | |
libaacs was broken in the dependency bump, caused by bad initialization of critical section in libgpg-error |