aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2023-08-07[depends][windows] Fixup for libbluray versionenen92
2023-07-25[depends] Bump libbluray to 1.3.4enen92
2023-06-23Merge pull request #23419 from fuzzard/cmake_jsonschemabuilderupdatefuzzard
Build jsonschemabuilder for all platforms from source
2023-06-22Merge pull request #23420 from CastagnaIT/libass-bumpfuzzard
[Windows][deps] Bump libass to 0.17.1
2023-06-21[windows] Dont ship vswherefuzzard
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 platformsfuzzard
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.1CastagnaIT
2023-06-19[windows] remove doxygen from native dep listfuzzard
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 buildfuzzard
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-20Merge pull request #23255 from lrusak/windows-curlfuzzard
[windows] use curl instead of wget to download dependencies
2023-05-15[windows] remove wget binaryLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-05-15[windows] use curl instead of wget to download dependenciesLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-05-13[Windows] bump dav1d to 1.2.0thexai
2023-04-02[windows][nsis] Allow silent flag to continue x86 check for x86_64 systemfuzzard
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 versionRechi
- 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.1qthexai
2022-10-01[Windows] Updates Microsoft Visual C++ Runtimethexai
2022-09-28[cmake] default build spdlog/fmt internal all platformsfuzzard
2022-09-17[deps] update libbluray to 1.3.2enen92
2022-06-29[cmake] create ENABLE_INTERNAL_PCREfuzzard
2022-06-27[cmake] FindNFS module to build internalfuzzard
2022-06-17[cmake] split flatbuffers buildtool (flatc) and target headers find modulesfuzzard
2022-05-25[cmake] ENABLE_INTERNAL_TAGLIB to build taglib internallyfuzzard
2022-03-26[cmake] ENABLE_INTERNAL_RapidJSON for all platformsfuzzard
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 platformsfuzzard
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-25Depends: Bump dav1d to 0.8.2Wolfgang Haupt
2021-11-17Fix various typos in docs, user-facing code, and source commentsluz 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-28Bump libass to 0.15.2CastagnaIT
2021-07-06Merge pull request #19221 from tunip3/masterthexai
Fix 4k content crashing on series consoles
2021-06-20Bump libass to 0.15Pär Björklund
Includes font loading fix as well
2021-06-02Add harfbuzz packagesPär Björklund
built with -DHB_HAVE_FREETYPE=ON
2021-04-25Merge pull request #19588 from lrusak/windows-wgetthexai
Windows: update wget and remove --quiet from wget command
2021-04-21[Windows] Updates VC runtime to be compatible with both VS2019 and VS2017thexai
2021-04-16windows: remove --quiet from wget command to see what went wrongLukas Rusak
2021-04-16windows: update wget to 1.21.1 and add sha256 and urlLukas Rusak
2021-04-13Fix font loading issue with libass on windowsPär Björklund
2021-02-12add expanded resources rescaptunip3
2021-02-12New python build that fixes socket.ioctlPär Björklund
2020-12-05Fix a crash during python initPä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.0Lukas Rusak
2020-06-09Implement NFS timeoutpeak3d
2020-05-29[depends] bump dav1d to 0.7.0Lukas Rusak
2020-04-16[windows] add libdav1d to build dependsLukas Rusak
2020-04-16[cmake/depends/win32] add spdlogmontellese
2020-04-15[depends] add libudfreadLukas Rusak
2020-04-11gtest: remove lib/gtest and add as libraryLukas Rusak
2020-03-09Merge pull request #16985 from vjadid/DisplayVersionPär Björklund
[Win32BuildSetup] add Version to add/remove programs entry
2020-02-03Fix libaacs decryptionPär Björklund
libaacs was broken in the dependency bump, caused by bad initialization of critical section in libgpg-error