aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-11-16[aml/droid] build static build-side pcreCory Fields
This way a 2nd 'make' works without LD_LIBRARY_PATH tricks
2012-11-13Bump XBMC version for beta1 releaseMartijn Kaijser
2012-11-12[fix] part2: occasionally on OSX the case insensitive filesystem confuses ↵Jim Carroll
the file path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-11-12[fix] occasionally on OSX the case insensitive filesystem confuses the file ↵Jim Carroll
path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
2012-11-11FIX: [droid] Remove .git dirs from apkChris "Koying" Browet
2012-11-10bump darwin and android xbmc-pvr-adons dep to git rev ↵Lars Op den Kamp
ef09a31abc3e67778d91583dd05ce8455865b2d6. -Werror doesn't fly on android and os-x
2012-11-10bump darwin and android xbmc-pvr-adons dep to git rev ↵Lars Op den Kamp
4b2f68d153ca4118ac4b11f74b6f1b2d6d19352a. previous commit had unresolved symbols in the myth and dvbviewer add-ons, which are only built when configured to use system libs as deps (and darwin has this enabled)
2012-11-10bump darwin and android xbmc-pvr-addons dep to git rev ↵Lars Op den Kamp
4e24ae699004e7bcf4e3beafa2e2bc13456c2e0c
2012-11-07Merge pull request #1688 from Memphiz/libusbArne Morten Kvarving
[droid] - activate usb peripherals available
2012-11-02Merge pull request #1707 from Pulse-Eight/libcec2.0.3Lars Op den Kamp
bump to libCEC 2.0.3
2012-11-01[droid/depends] - add libusb to the buildsystemMemphiz
2012-10-31Relative paths to typemaps work from arbitrary locations now. As long as the ↵Jim Carroll
classpath is correct.
2012-10-31[cec] bump to libCEC 2.0.3Lars Op den Kamp
2012-10-30[afpfs-ng] - add patch for fixing some more spaghetti pointer arithmetic - ↵Memphiz
fixes afp on 64bit builds - also sync patches to lib/afpfs-ng (for building on linux)
2012-10-30[pvr] enable --enable-addons-with-dependencies for osx/iosLars Op den Kamp
2012-10-30[pvr] bump android and darwin pvr add-onsLars Op den Kamp
2012-10-28[darwin] - bump libcdio to latest 0.90 - fixes issues on mountain lionMemphiz
2012-10-22[ios] - fix compilation of ios by hammering darwin support into libcdio for ↵Memphiz
osx only - not ios
2012-10-21[fix] handle multiple entries on the knownapitypes feature line.Jim Carroll
2012-10-21[fix] fix the Helper for the codegenerator so that out conversions for api ↵Jim Carroll
classes don't require the actual xml node. This is required to support returning api types from other modules.
2012-10-21[cosmetic] - removed debug leftoverMemphiz
2012-10-21[osx] - fix dvd detection - libcdio for sdk 10.6 (our old autoconf gives ↵Memphiz
only "darwin" for $host_os - without version - so we just allow all in libcdio's configure)
2012-10-18[droid] fix dependencies make clean and distcleanfape
2012-10-16Merge pull request #1628 from Pulse-Eight/libcec2.0.2Arne Morten Kvarving
[cec] bump to libCEC 2.0.2
2012-10-16[osx/ios/pvraddons] - bump pvr addon version for fixing build on osx/iosMemphiz
2012-10-16[cec] bump to libCEC 2.0.2Lars Op den Kamp
2012-10-15[droid] don't disable optims, it disables ffmpeg optims as wellCory Fields
2012-10-15Merge pull request #1615 from theuni/android-pvrCory Fields
Android PVR Depends
2012-10-15[droid] package pvr addonsCory Fields
2012-10-15[droid] build pvr-addonsCory Fields
2012-10-15[droid] add pvr-addons makefileCory Fields
2012-10-15[pvr] bump darwin xbmc-pvr-addons dependsLars Op den Kamp
2012-10-11Merge pull request #1573 from Memphiz/airtunesipv62ipv4fallbackMemphiz
[libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed...
2012-10-10egl: remove testing files accidentally added in 2b49c791eb2Cory Fields
2012-10-10Merge pull request #1493 from theuni/egl-rewrite-masterCory Fields
Egl rewrite
2012-10-10egl: rewriteCory Fields
As promised with f6ecaea0, here is a complete rewrite of EGL. At the moment this affects only android/amlogic/rpi. Our previous system of inheritance was wonky, and was one hack after another. This provides a single coherent implementation of the window life-cycle. It also begins the process of decoupling rendering from windowing (at least for EGL) Each client is expected to fill in its windowing functionality outside of egl. In theory, adding a new back-end requires only describing how to create/destroy native structures and enumerate resolutions. If more functionality is needed, it should be added to the EGLNativeType interface rather than hacking up the EGL implementation itself. Also, the back-ends are detected and tested at runtime rather than build- time, meaning that it is not necessary to specify a back-end. It also means that a single binary would be capable of running on multiple EGL back-ends (for example, fbdev and X) when they're added. Each back-end is required to provide a test-function at runtime to determine whether it should be considered for use. TODO: some introspect for enumerating possible back-ends before window-creation TODO: fall-back if the first back-end fails TODO: add rpi back-end
2012-10-10[droid] - fix build of taglib - ensure that runlib from the toolchain is ↵Memphiz
used (at least osx had problems...)
2012-10-10Merge pull request #1576 from Pulse-Eight/libcec2Lars Op den Kamp
[cec] libCEC 2.0.0 support
2012-10-09[pvr] bump darwin/depends/xbmc-pvr-addonsLars Op den Kamp
2012-10-08[ios] fixed buildside texturepacker for iosdavilla
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-10-08[libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed ↵Memphiz
where AF_INET6 is defined at buildtime - but ipv6 is not available at runtime - rbpi for example) - thx to ribbon10
2012-10-05[droid] remove remaining references to libid3tagmontellese
2012-10-04[pvr] bump xbmc-pvr-addons for darwin dependsLars Op den Kamp
2012-09-30Merge pull request #1513 from MartijnKaijser/octoberMartijn Kaijser
version bump for October merge window
2012-10-01[pvr] bump version in darwin/depends/xbmc-pvr-addons/MakefileFrodo_alpha6Lars Op den Kamp
2012-09-30version bump for October merge windowMartijnKaijser
2012-09-28[darwin/deps] - enable build of pvr addons for ios aswellMemphiz
2012-09-23[darwindeps/python] - fix missing _environ symbol which was resolved by ↵Memphiz
accident in older darwin versions (but doesn't work anymore on osx10.8 and ios6.0) - see http://bugs.python.org/issue1602133
2012-09-23[darwin] - allow building depends against ios6 sdkMemphiz