aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2013-03-12FIX: eolChris "Koying" Browet
2013-03-12Merge pull request #2407 from koying/chgmainjavaChris Browet
CHG: [droid] wraps native activity in a java class
2013-03-11CHG: [droid] wraps native activity in a java classChris "koying" Browet
2013-03-11depends: rename aux to avoid windows pitfallsCory Fields
2013-03-11depends: fix android packagingCory Fields
2013-03-11depends: add mess of dependsCory Fields
2013-03-10Merge pull request #2359 from jimfcarroll/bufferJim Carroll
Addon binary reading and writing
2013-03-10Introduce a Buffer class and use it to replace custom API definitions for ↵Jim Carroll
RenderCapture and xbmcvfs.File.
2013-03-10FIX: tabs to spaceChris "koying" Browet
2013-03-10[cec] minor bump to 2.1.1. fixes some issues for Pi users and LG ownersLars Op den Kamp
2013-03-09Merge pull request #2383 from theuni/jni-managerCory Fields
Android JNI Manager
2013-03-07Merge pull request #2243 from MartijnKaijser/13.0alpha2_bumpdavilla
[release] version bump to 13.0 alpha2 as we start new merge window.
2013-03-07[pvr] bumped pvr add-on rev to 5ef7f7f88c9dd3ca9c1daf57e7c92c005faa5910 ↵Lars Op den Kamp
after the API version bump
2013-03-06droid: Only load libxbmc.so from the first loaded java classCory Fields