aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
AgeCommit message (Collapse)Author
2017-07-14Hopefully fix a dnssd crashPÃr BjÃrklund
win32 version was built against msvcr100 if it's missing load fail and we crash.
2017-07-07Merge pull request #12429 from ace20022/libaacsAndreas Zelend
[dependencies][windows] Add libaacs.
2017-07-07[dependencies][windows] Use patched libbluray on windows.ace20022
2017-07-05[dependencies][windows] Add libaacs.ace20022
2017-06-15[windows] bump libbluray to version 1.0.1 for x64Rechi
2017-06-15[bluray][win32] Bump libbluray to version 1.0.1.ace20022
2017-05-30[dependencies][windows] bump libmicrohttpd to 0.9.55Rechi
2017-05-23[windows][x64] add libblurayRechi
2017-05-19[windows] libass: use correct fontPär Björklund
2017-05-11[windows] retry download depends & vcredist if it failsRechi
2017-05-08[depends][windows] add 0_package.target-x64.listRechi
2017-04-29[buildsteps][windows] add old path forwarding scriptsRechi
Allows to build with the same jenkins buildsteps v17 and master.
2017-04-29[buildsteps][windows] downloadRechi
2017-04-14[windows] DownloadBuildDeps: add parameters for target & native platformRechi
2017-04-14[windows] DownloadBuildDeps: remove possibility to set download pathRechi
2017-03-27[depends] bump rapidjson to 1.1.0Stefan Saraev
2017-03-24[depends/cmake/win32] replace yajl with rapidjson (thanks to hudokkow)montellese
2017-03-05[cmake/depends/win32] add libfmtmontellese
2017-03-03New build of libass and freetypePär Björklund
2017-02-23Hopefully fix non-ascii fonts when using libassPär Björklund
2017-01-27Merge pull request #11522 from DaveTBlake/taglib1_11_1Pär Björklund
[win32][depends]Patch TagLib to v1.11.1 + d2e0e55 to fix regression causing hangs
2017-01-27Update tabLib to v1.11.1 with patch 80df30 to avoid hang with internet radio ↵DaveTBlake
(Shoutcasts)
2017-01-24Modified cpluff to handle utf8 path names to avoid addon failuresPär Björklund
2017-01-21add pycryptodome python modulepeak3d
2017-01-11Revert "[CEC] fix 4.0.1 package name"Martijn Kaijser
2017-01-11[CEC] fix 4.0.1 package nameMartijn Kaijser
2017-01-03spelling: outputJosh Soref
2017-01-04[CEC] bump to libCEC 4.0.1Lars Op den Kamp
fixes detection of CEC adapters
2016-11-14[cec] fixed: windows expects cec.dll now instead of libcec.dllLars Op den Kamp
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2016-10-30Add patch from taxigps and don't blindly assume that Arial is the fallback fontPär Björklund
2016-10-30New build of libass, try to not smash the stackPär Björklund
2016-10-30Update libassPär Björklund
Custom libass which supports font enumeration of customer fonts. Seems to work but needs more testing
2016-09-23[BuildDependencies] Show wget output to see where it's downloading fromChristian Fetzer
2016-09-21[mingw] dependencies: added liblzma to dependencies. allows build ffmpeg ↵Anton Fedchin
with lzma support.
2016-09-21[mingw] dependencies: bump gnutls version.Anton Fedchin
2016-08-07Update mini wdk with files from 10.0.14393.0 asPär Björklund
there's some new defines that break the build
2016-08-06Finally get rid of the VS solution!legacy_drop_vsPär Björklund
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :)
2016-07-27[cmake/win32] Use precompiled cpluffChristian Fetzer
2016-07-27new shairplay.dll that actually exports methodsPär Björklund
Added shairplay.dll as a delay loaded lib to VS solution as well. This does not require cmake changes to match currently
2016-07-19Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few ↵Pär Björklund
headers we need from wdk as a package to simplify setup
2016-07-17Cleanup work that started with running as Win10 appPär Björklund
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well
2016-07-16[win32] update wget and drop old shipped DLL filesMartijn Kaijser
2016-07-13[dependencies] Added EasyHook to package list.Anton Fedchin
2016-06-16[win32] swig 3.0.10Martijn Kaijser
2016-06-12bump libmicrohttpdPär Björklund
2016-05-30Updated texturepacker to vs2015 and all libs with it, remove dependency on ↵Pär Björklund
lzo in lib folder make lzo non-optional (thanks Stefan Saraev) Packaged a new build of texturepacker
2016-05-08Second try at getting taglib rightPär Björklund
2016-05-06Updated taglib to v1.11Pär Björklund
2016-04-26[depends] remove libogg / libvorbisStefan Saraev