aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
AgeCommit message (Collapse)Author
2020-01-06Update dependenciesPär Björklund
Updates most dependencies to latest version Fixes the store build by fixing python Enables pillow and pycryptodome again on windows Replaces easyhook with detours
2019-10-15[Py3] cleanup pt.1ronie
2019-10-13Fix build on various windows by including the correct openssl and Windows ↵Jim Carroll
UWP by adding -DMS_STORE
2019-10-11[TEMP] add windows precompiled python libRechi
2019-10-11Updated Windows DependenciesArpit Nandwani
2019-07-17[depends] remove expat from win buildAlwin Esch
2019-04-16[win10] dependencies: remove unneeded cppwinrt includesAnton Fedchin
2018-11-02[windows] bump OpenSSL to 1.1.1Rechi
2018-10-22[windows] bump nfs to 3.0.0Rechi
2018-08-16Fix typoGarrett Brown
2018-08-14tools/depends: Add FlatBuffers v1.9.0 compiler and headersGarrett Brown
This adds the flatc compiler to native depends and the flatbuffer headers to target depends.
2018-08-02[fix][win32] rebuild libcec to also ship cec.libRechi
after removing the dynamic loading of libcec (f72d8fc) windows also needs the lib in the cmake find module
2018-07-25changed: use libfstrcmpArne Morten Kvarving
2018-07-05BuildDependencies: update python package for uwpAnton Fedchin
2018-06-27dependencies: update cppwinrt to v1.0.180227.3 which comes with VS v15.7Anton Fedchin
2018-06-25[windows] use recompiled zlib for x64Rechi
2018-06-20changed: remove internal sftp supportnotspiff
2018-06-12[project] nuke whitespaceh.udo
2018-06-07[dependencies] win10: fix python-2.7.14 packageAnton Fedchin
2018-05-11[depends] win10: add cppwinrt includes package.Anton Fedchin
2018-05-03[depends] update uwp dependenciesAnton Fedchin
2018-04-26[cleanup][windows] remove files unused since 383c3dd71dRechi
2018-04-20[depends] windows: bump curl v7.59.0 with `CURL_CA_FALLBACK` enabledAnton Fedchin
2018-04-20[depends] win10: bump curl v7.59.0 with `CURL_CA_FALLBACK` enabledAnton Fedchin
2018-04-19Cleanup due to x64 build changesKolja Lampe
2018-03-27Merge pull request #13702 from afedchin/win10-pyAnton Fedchin
[win10] dependencies - update python package.
2018-03-27[win10] dependencies - update python package.Anton Fedchin
2018-03-23[windows] build cpluff from sourceRechi
2018-01-23[dependencies] bump uwp openssl packagesAnton Fedchin
2018-01-11Adds vswhere as a package.Pär Björklund
Will try to find vs2017 and fall back to vs2015 in case it's not found. SDK version is still hard coded and pinned to 14393 to avoid any breakage on jenkins.
2018-01-04[win10] dependencies: update libssh packageAnton Fedchin
2018-01-04[win10] dependencies: update python packageAnton Fedchin
2018-01-02Print the mirror redirected to for easier debugging of of mirror issuesPär Björklund
2017-12-25[win10][dependencies] update python packages for uwp.Anton Fedchin
2017-12-22[win10] added mysql-connector-c packages for uwp platfrom.Anton Fedchin
2017-12-18[win10] update python-uwp packages to pass certificationAnton Fedchin
2017-12-07[bluray] Update libbluray to version 1.0.2.ace20022
2017-11-18[cleanup][windows] remove unused scriptRechi
2017-11-13[win10] update python and related dependencies.Anton Fedchin
2017-11-07Fix downloading of dependencies to error out if a package failsPÃr BjÃrklund
This was previously broken leading to build errors later on Also silenced output to make it easier to read.
2017-10-20BuildDependencies: move swig to native packages.Anton Fedchin
2017-10-20win10: packages listsAnton Fedchin
2017-10-20BuildDependencies: re-arrange packages on the fly for new format.Anton Fedchin
The structure of a package will be changed with the following rules: system/*.* -> /bin project/BuildDependencies/bin/*.* -> /bin project/BuildDependencies/include/*.* -> /include project/BuildDependencies/lib/*.* -> /lib project/BuildDependencies/win32/*.* -> /<root> project/BuildDependencies/x64/*.* -> /<root>
2017-09-25[windows][x64] add pycryptodomeRechi
2017-09-24[windows][x64] add pillowRechi
2017-07-17Merge pull request #12475 from afedchin/feature/wip-rework-video-renderingAnton Fedchin
[VideoPlayer] WinRenderer: re-work video rendering
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[dependencies] added lcms2 to windows dependencies.Anton Fedchin
2017-07-14Merge pull request #12501 from Paxxi/dnssdfixMartijn Kaijser
[depends][win32] Hopefully fix a dnssd crash
2017-07-14Hopefully fix a python crashPÃr BjÃrklund
We're crashing a lot because of a comparison that should be equals isn't even though memory looks good. possible race condition