Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-15 | [droid] don't disable optims, it disables ffmpeg optims as well | Cory Fields | |
2012-10-15 | Merge pull request #1615 from theuni/android-pvr | Cory Fields | |
Android PVR Depends | |||
2012-10-15 | [droid] package pvr addons | Cory Fields | |
2012-10-15 | [droid] build pvr-addons | Cory Fields | |
2012-10-15 | [droid] add pvr-addons makefile | Cory Fields | |
2012-10-15 | [pvr] bump darwin xbmc-pvr-addons depends | Lars Op den Kamp | |
2012-10-11 | Merge pull request #1573 from Memphiz/airtunesipv62ipv4fallback | Memphiz | |
[libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed... | |||
2012-10-10 | egl: remove testing files accidentally added in 2b49c791eb2 | Cory Fields | |
2012-10-10 | Merge pull request #1493 from theuni/egl-rewrite-master | Cory Fields | |
Egl rewrite | |||
2012-10-10 | egl: rewrite | Cory 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-10 | Merge pull request #1576 from Pulse-Eight/libcec2 | Lars Op den Kamp | |
[cec] libCEC 2.0.0 support | |||
2012-10-09 | [pvr] bump darwin/depends/xbmc-pvr-addons | Lars Op den Kamp | |
2012-10-08 | [ios] fixed buildside texturepacker for ios | davilla | |
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 libid3tag | montellese | |
2012-10-04 | [pvr] bump xbmc-pvr-addons for darwin depends | Lars Op den Kamp | |
2012-09-30 | Merge pull request #1513 from MartijnKaijser/october | Martijn Kaijser | |
version bump for October merge window | |||
2012-10-01 | [pvr] bump version in darwin/depends/xbmc-pvr-addons/MakefileFrodo_alpha6 | Lars Op den Kamp | |
2012-09-30 | version bump for October merge window | MartijnKaijser | |
2012-09-28 | [darwin/deps] - enable build of pvr addons for ios aswell | Memphiz | |
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 sdk | Memphiz | |
2012-09-23 | fixed, broke -jN builds with TexturePacker fix | davilla | |
2012-09-23 | fixed build, TexturePacker depends on xbmc/guilib/XBTF.h and ↵ | davilla | |
xbmc/guilib/XBTF.cpp, not the entire xbmc/guilib dir | |||
2012-09-22 | [osx] enable building of xbmc-pvr-addons for osx only | davilla | |
2012-09-22 | [osx/ios] bump xbmc-pvr-addons version and fix the constant rebuilding | davilla | |
2012-09-22 | [osx] fixed depends/libcec constant rebuilding when nothing changes | davilla | |
2012-09-20 | Revert "[ios] dpkg-deb -info can seq fault and abort the buildbot, info is ↵ | davilla | |
not really required so comment it out" This reverts commit c31aca24e63b1b70a6e207f360f134f460cbe2d7. buildbot needs this info, opps. | |||
2012-09-19 | [ios] dpkg-deb -info can seq fault and abort the buildbot, info is not ↵ | davilla | |
really required so comment it out | |||
2012-09-18 | [droid] fix startup, don't include alsa | Cory Fields | |
Most devices won't be able to use alsa directly, so disable by default. | |||
2012-09-15 | Revert "fix: add swig to osx depends Makefile.in" | S. Davilla | |
This reverts commit fadab05319e0464ca6caa3c39a0fde352181a15d. This is wrong as it adds swig to runtime. Swig is already in BUILDTOOLS, see line 3 of depends/Makefile. | |||
2012-09-15 | [droid] fix run-time errors for build-side programs | Cory Fields | |
2012-09-15 | fix: add swig to osx depends Makefile.in | Chris Roberts | |
2012-09-14 | Remove libxbtag.so from android packaging | Jernej Fijačko | |
Since f6ca40f taglib is build statically and "make apk" fails with: cp: cannot stat `/home/jernej/Android/toolchain/android-14/staging/armeabi-v7a/lib/libxbtag.so': No such file or directory | |||
2012-09-13 | [droid] build pcre-native | Cory Fields | |
2012-09-13 | [droid] add pcre-native for swig-native | Cory Fields | |
2012-09-13 | [osx/ios] add swig to build depends | davilla | |
2012-09-12 | [droid] build swig | Cory Fields | |
2012-09-12 | [droid] add native swig | Cory Fields | |
2012-09-12 | Revert "[droid] fix parallel deps build" | Cory Fields | |
This reverts commit 89bbec075c2172fbf3cb6d0e23bfd497b933518d. No need for this anymore since we build static | |||
2012-09-12 | [droid] use static taglib | Cory Fields | |
2012-09-12 | [droid] fix parallel deps build | Cory Fields | |
2012-09-12 | [droid] fix taglib build | Cory Fields | |
2012-09-12 | fixed: trailing semicolon missing in desktop file (closes #13330 - thanks ↵ | vdrfan | |
amak79) | |||
2012-09-11 | Change the name of getBaseName to getRootName since it has nothing to do ↵ | Jim Carroll | |
with parent classes. | |||
2012-09-11 | [win32] fix building XBMC with the SWIG-generated code | montellese | |
To be able to run multiple custom build tools in Visual Studio every custom build tool needs to call a batch (*.bat) file but it has to do so using CALL otherwise only the first custom build tool will be executed. Therefore running the custom build tool on xbmc/win32/PlatformInclude.h to generate xbmc/win32/git_rev.h without using CALL blocked all other custom build tools from running. In addition all paths in the batch files have been surrounded by " to make sure they also work when a path contains a whitespace. | |||
2012-09-10 | [darwin] quick fix for finding swig/java used for new codegen | davilla | |
2012-09-10 | [tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵ | Chris Roberts | |
linux and win32 depends |