aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
AgeCommit message (Collapse)Author
2012-05-03[WIN32] added scripts to download tinyxml from our mirrorsWiSo
2012-05-01[WIN32] bump libjpeg-turbo to 1.2.0 and link with turbojpeg-static.lib ↵WiSo
(jpeg-static.lib still included)
2012-04-11[WIN32] updated libluray to 0.2.2. New packaging format. Will make it easier ↵WiSo
if we might get another depdownloader someday.
2012-04-02[WIN32] updated Apples mDNSResponder to 333.10 in the hope of less problems ↵WiSo
with vanishing airplay icon (didn't helped me when my iPhone is resumed from standby).
2012-03-28win32: use libcec-1.5.2.zip from XBMC's mirrors as depLars Op den Kamp
2012-03-27Merge pull request #469 from blinkseb/masterSébastien Brochet
[WIN32] upgrade libass to v0.10.0. Harfbuzz support is coming later
2012-03-27cec: get libCEC-latest from packages.pulse-eight.net, so it can be updated ↵Lars Op den Kamp
separately, e.g. to add vendor support
2012-03-27cec: added an option to configure whether or not to send an 'inactive ↵Lars Op den Kamp
source' message. bugzid: 439
2012-03-27cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set ↵Lars Op den Kamp
the config in libCEC.
2012-03-26updated mingw env, cosmetics and a missing file.WiSo
2012-03-26updated gcc to 4.6.2WiSo
2012-03-20network: add websocket implementationmontellese
Implementation after draft-ietf-hybi-thewebsocketprotocol-10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). The usage of wss (secure websocket using TLS (Transport Layer Security)) is not yet supported.
2012-01-12[WIN32] fixed: impossible to seek via nfs for files bigger than 2GB. closes ↵WiSo
#12351 (thanks Memphiz)
2012-01-07[WIN32] bump libcurl to 7.21.6 to be in line with Linux and "future" OSXWiSo
2011-12-29[WIN32] bumped libbluray to the first stable release 0.2.1WiSo
2011-12-20[WIN32] bumped libcdio to the stable 0.83 release. This fixes for me CDDA ↵wsoltys
playback issues with my bluray drive. This together with the mingw fixes should probably go in Eden.
2011-12-19[WIN32] updated some mingw/msys components and fixed a libtool not foundwsoltys
2011-12-08[WIN32] applied the hanewin patch to libnfswsoltys
2011-11-16use the same libcec version on win32 as on other platformsLars Op den Kamp
2011-11-15use packages.pulse-eight.net as source for the win32 libcec dep instead of ↵Lars Op den Kamp
xbmc.opdenkamp.eu
2011-11-11cec: updated to libcec 1.1. no longer using a fixed logical address.Lars Op den Kamp
2011-11-04cec: use libcec v1.0. for XBMC, this adds a new log level (CEC_LOG_TRAFFIC) ↵Lars Op den Kamp
and the ability to query some properties of connected devices. fixed reconnect when XBMC comes out of standby
2011-10-15win32: fixed - put the cec headers in include instead of include/libcec with ↵Lars Op den Kamp
libcec v0.7
2011-10-14cec: take v0.7 of libcec as build dependency on win32Lars Op den Kamp
2011-10-11[WIN32] changed: import libcec not needed as we use loadlibrary and moved ↵WiSo
libcec.dll to system as this is in path (untested as I dunno when its loaded)
2011-10-11cec: use libcec v0.6. fixes build issues because of outdates dependencies. ↵Lars Op den Kamp
adds windows and darwin support. "unknown" peripherals were still being added fixed.
2011-10-10[WIN32] fixed: redefinition different basic types (thanks koying)WiSo
2011-10-10[WIN32] use a modified libplist with the additional function ↵WiSo
plist_free_string_val
2011-10-08[WIN32] added missing header files to libblurayWiSo
2011-10-04[WIN32] fixed: our fribidi package was missing a header.Sébastien Brochet
2011-10-04[WIN32] fixed: heap corruption caused by freetype.Sébastien Brochet
2011-10-01[WIN32] download libplist from our mirrorWiSo
2011-10-01[WIN32] added scripts to download dnssd from our mirrorWiSo
2011-09-30cec: added support for the Pulse-Eight CEC Adaptor. split up ↵Lars Op den Kamp
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
2011-09-28[WIN32] fixed: reapply fopen patch to freetype to load fonts from paths with ↵WiSo
special chars.
2011-09-26[WIN32] changed: download only the boost headers and libs we need (almost)WiSo
2011-09-26[WIN32] rebuild jpeg-turbo to support exceptions (fixes #11993 on win32, ↵WiSo
thanks davilla)
2011-09-25[WIN32] changed: updated freetype dll to v2.4.6 for fontconfigSébastien Brochet
2011-09-25[WIN32] updated freetype to v2.4.6Sébastien Brochet
2011-09-18[WIN32] download libjepg-turbo from our mirrorwsoltys
2011-09-11download libnfs from our mirrorswsoltys
2011-09-03[WIN32] updated libbluray to 8e5d24 and added the missing log_control.h ↵WiSo
header (not tested yet)
2011-09-03[WIN32] added msys libtool beside mingw libtool. I really would like to know ↵WiSo
why sometimes a msys and the other time a mingw lib is needed. Seems to be they're the same but different location.
2011-08-27[WIN32] fixed: librtmp wasn't working on win32 (only on win64). Just took ↵WiSo
the precompiled dll from the rtmpdump homepage and made a package out of it.
2011-08-23[WIN32] fixed a few missing xcopy optionsWiSo
2011-08-23[WIN32] changed: repacked librtmp to include libgpg-error-0.dll. We have ↵WiSo
this dll already in the webserver directory but same name doesn't mean same version in this conetxt :/
2011-07-28[WIN32] changed: updated to librtmp 2.4.WiSo
Yes we need the second libgcrypt-11.dll as the one from libmicrohttpd misses an entry point.
2011-07-28[WIN32] fixed: wrong source path to libgnutlsWiSo
2011-07-15[WIN32] fixed: setup missing some dll files in root.Martin van Beurden
DownloadBuildDeps couldn't copy files to the dependencies directory because it was missing.
2011-06-26[WIN32] switch back to libmicrohttpd 0.4.5 since 0.9.12 won't stop in ↵WiSo
certain cases and hang XBMC. But we download the old version via our dep downloader now.