aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
AgeCommit message (Collapse)Author
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
firmware v2 on the CEC adapter, which adds wake over CEC * added a new setting to control whether to put the TV in standby when the player is put in standby. * added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available) * display the firmware version and firmware revision date in the peripheral manager (if available) * handle the new CEC alert callback (libCEC 1.6+) * replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown' * display a warning if the port cannot be opened because of permission problems or when the port is busy * map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu) * added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden * fixed - crash when changing settings without libCEC started. * fixed - range of wake and power-off devices * fixed - update the correct standby device setting ('standby_devices' not 'wake_devices') * fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc * fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on. * fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead. * fixed - re-check the menu language and audiosystem status after the user changes settings * fixed - keypress handling. handle diagonal buttons properly * fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined * fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection * fixed - ensure that the callbacks are reset to NULL before setting them * win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
2012-06-13[win32] don't extract/copy readme.txt from libshairplay and libsqlite build ↵montellese
dependencies
2012-06-11[WIN32] added a package list file which contains all deps which are already ↵WiSo
in the "new" package format
2012-06-06[WIN32] get rid of SDL for XBMC. TexturePacker still needs it.WiSo
2012-06-05[WIN32] bump sqlite to 3.7.12.1 and use the changed package format.WiSo
2012-06-01[WIN32] bump libnfs to 1.3.0 (Memphiz: another one ;)WiSo
2012-06-01[WIN32] added scripts to download libshairplay from our mirrors.WiSo
2012-05-25the directory hasn't changed, just the archive nameJonathan Marshall
2012-05-25update tinyxml build dep fetches so we can grab a suitably built tinyxmlSTLd.libJonathan Marshall
2012-05-07fixed: line-endingsbobo1on1
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