aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-04-01[WIN32] fixed wrong label. thanks garbearWiSo
2013-04-01Merge pull request #2439 from Memphiz/airtunesvolumeMartijn Kaijser
[AirTunes] - add volume control using libshairport
2013-04-01Merge pull request #2467 from koying/chgdroidapi14Martijn Kaijser
CHG: [droid] set minimum API to 14 (ICS)
2013-04-01Merge pull request #2055 from skyblaster/patch-1Arne Morten Kvarving
Add subtitle control to PS3 BD Remote keymap
2013-03-31Merge pull request #2510 from MartijnKaijser/version_aprilMartijn Kaijser
[release] version bump to 13.0 alpha3 as we start new merge window.
2013-04-01[jenkins] - bump ios/atv2 builds to default to ios sdk 4.3 which comes with ↵Memphiz
xcode 3.2.6 which is the minimum required version as of our own readme
2013-03-31[WIN32] added make-xbmc.bat to just build debug or release builds with jenkins.Gotham_alpha2WiSo
2013-03-31[WIN32] fixed: depends also need XBMC_PATH setWiSo
2013-03-31[WIN32] added download-depends.bat and download-msys.bat to the jenkins ↵WiSo
build scripts.
2013-03-29[WIN32] added a prepare-env script for jenkins to clean the environment a ↵wsoltys
little but keep the build deps.
2013-03-28depends: update .gitignore for depends for osx and ios buildsMemphiz
2013-03-28[jenkins] - don't clean the pvr addons in first place - when skipping ↵Memphiz
depends build they wouldn't get reinstalled and we would ship without them
2013-03-28[osx] - fix missed adaption to the osx package scriptMemphiz
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser
2013-03-28[droid] add files generated during packaging to gitignoremontellese
2013-03-27[jenkins] - add the branchname to the package namesMemphiz
2013-03-26[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) ↵Memphiz
- add buildsteps for usage with jenkins
2013-03-26depends: fix libgcrypt for some android/linux toolchainsCory Fields
2013-03-25Merge pull request #2478 from Memphiz/osxpackagingMemphiz
[osx] - adapt osx packaging - make it similar to what we do on ios and a...
2013-03-24depends: fix reace on native gettext installationMemphiz
2013-03-24[ios/atv2] - fix pathes in packaging scriptMemphiz
2013-03-24depends - readd native tar (needed for deb file packaging on ios)Memphiz
2013-03-24depends: fix sed in libgcrypt which wants to change the optimisation but ↵Memphiz
also might change other stuff we don't want (e.x. XBMC-OSX to XBMC-O1SX :p)
2013-03-21depends: pythonmodulepil depends on python26Memphiz
2013-03-21[osx] - adapt osx packaging - make it similar to what we do on ios and atv2 ↵Memphiz
for consistency reasons
2013-03-20CHG: [droid] set minimum API to 14 (ICS)Chris "koying" Browet
2013-03-19depends: nuke old android dependsCory Fields
2013-03-19depends: nuke old darwin dependsCory Fields
2013-03-19depends: add pil to default depends, and add freetype as a dependencyCory Fields
2013-03-19depends: fix pil build with zlibCory Fields
Its "build system" is clueless, so rather than jumping through hoops to help it find zlib, we'll just assume zlib as a hard dependency
2013-03-17depends: avoid being osx version dependent in ignoresJoakim Plate
2013-03-16[fix] Update the groovy library to the lastest 1.x version to fix the ↵Jim Carroll
"non-latin characters in the path" issue. Closes #13517
2013-03-15depends: grr, revert accidental commit that breaks android buildCory Fields
2013-03-15Fix libffi link warnings 'ARM function not 4-byte aligned' when build for ios.ulion
2013-03-14depends: python: fix urllib on ios for realCory Fields
2013-03-14[depends/libshairport] - add volume control and AudioOutput struct versioningMemphiz
2013-03-14depends: python: fix urllib on darwintheuni
2013-03-13depends: fix pil include path, it's not guarded from system libzipCory Fields
2013-03-13depends: use distribute rather than setuptools. Thanks ulionCory Fields
2013-03-13depends: add PIL dependency, but don't build by default yetCory Fields
2013-03-13depends: add PIL dependencyCory Fields
2013-03-13depends: add distutilscross for building host python modulesCory Fields
2013-03-13depends: add setuptools for build-side pythonCory Fields
2013-03-13depends: Prepend -target to staging to avoid clashes with old depstheuni
Also, fix a few missed ARCHS -> CURRENT_ARCH
2013-03-13depends: fix typo, don't create tool_dirCory Fields
2013-03-13[osx/ios] - fix build with old darwin-depends by exporting YASM via ↵Memphiz
config.site (should fix billy for osx)
2013-03-13depends: fixup paths after f32039928Cory Fields
2013-03-13[darwin] change path ..xbmc-depends/toolchain -> ↵davilla
..xbmc-depends/buildtools-native
2013-03-13fixed, revert to original path for darwin native tool chaindavilla
2013-03-12depends: fix freetype build with crystax ndkCory Fields