aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
AgeCommit message (Collapse)Author
2013-10-04[WIN32] update mingw runtime to 4.0.3 which contains some minor bugfixes.wsoltys
2013-10-02[win32] bump to Python 2.7.5 and PIL-1.1.7.win32-py2.7Martijn Kaijser
2013-10-01[win32] Delete old unused PCRE package filesKarlson2k
2013-10-01[win32] Download and extract PCRE depend packageKarlson2k
2013-10-01[win32] Remove individual batch files and dataKarlson2k
2013-10-01[win32] Run new batch file from DownloadBuildDeps.batKarlson2k
2013-10-01[win32] Update package list to include extension; update taglib, nfs entriesKarlson2k
2013-10-01[win32] Add batch file for getting formed build packagesKarlson2k
2013-09-30Merge pull request #3266 from wsoltys/mingwupdateMartijn Kaijser
[mingw] updated w32api and mingwrt to 4.0.1 and some cleanup
2013-09-28[win32] update package listMartijn Kaijser
2013-09-15[mingw] removed patch files. They aren't used any longer (probably already ↵WiSo
some time ago).
2013-09-14[mingw] update w32api and mingwrt to 4.0.1WiSo
2013-07-10[win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0Memphiz
+ a compile fix - 32bit time_t define was missing in the release target of vs project for libnfs)
2013-06-17[mingw] added pkg-config to fix configure finding not all available libswsoltys
2013-05-29[win32] - bump libnfs to 1.6Memphiz
2013-05-06[WIN32] removed glew lib.WiSo
2013-05-02[win32] - bump libshairplay to the same version we use in unified depsMemphiz
2013-04-18[WIN32] fixed: forgot to update windows package list.wsoltys
2013-04-13[WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg ↵wsoltys
and use the old make for the rest.
2013-04-13[WIN32] fixed: use gnu make 3.82 to compile newer ffmpegwsoltys
2013-04-06[WIN32] updated sqlite to 3.7.16.1WiSo
2013-03-31[WIN32] fixed typo in bzip2 dependencies.WiSo
2013-03-11[win32] add boost/shared_array.hpp needed since ↵montellese
92c7bf0e682a63baee3cd81a36468a346b16d5a8
2013-03-10[cec] minor bump to 2.1.1. fixes some issues for Pi users and LG ownersLars Op den Kamp
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, ↵Lars Op den Kamp
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
2013-01-27[WIN32] switched from internal liblame to external (3.99.5) and download it ↵WiSo
from our mirrors. /lib/liblame can be removed if no one else uses it.
2013-01-26[WIN32] updated mDNSResponder lib to 379.32.1WiSo
2013-01-25[WIN32] fixed wrong naming. nothing was broken as this was only used to ↵WiSo
display what we're downloading.
2012-12-06[cec] bump libCEC to 2.0.5Lars Op den Kamp
2012-11-25[win32] - bump libshairplay - restart of airtunes service is fixed nowMemphiz
(the http server sockets weren't closed on server stop)
2012-10-31[cec] bump to libCEC 2.0.3Lars Op den Kamp
2012-10-28[WIN32] fixed: missing ogg.dll, vorbis.dll and vorbisenc.dll in nightlies ↵WiSo
due to a missing directory.
2012-10-16[cec] bump to libCEC 2.0.2Lars Op den Kamp
2012-10-09[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, ↵Lars Op den Kamp
and is not compatible with the previous version anymore
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09[win32] @Montellese's addition of swig and doxygen win32 build dependencies.Jim Carroll
2012-09-08[libass] build with harfbuzz supportSébastien Brochet
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-04cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux)Lars Op den Kamp
2012-09-04[WIN32] updated libbluray to 0.2.3WiSo
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