aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2012-09-23fixed, broke -jN builds with TexturePacker fixdavilla
2012-09-23fixed 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 onlydavilla
2012-09-22[osx/ios] bump xbmc-pvr-addons version and fix the constant rebuildingdavilla
2012-09-22[osx] fixed depends/libcec constant rebuilding when nothing changesdavilla
2012-09-20Revert "[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 alsaCory Fields
Most devices won't be able to use alsa directly, so disable by default.
2012-09-15Revert "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 programsCory Fields
2012-09-15fix: add swig to osx depends Makefile.inChris Roberts
2012-09-14Remove libxbtag.so from android packagingJernej 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-nativeCory Fields
2012-09-13[droid] add pcre-native for swig-nativeCory Fields
2012-09-13[osx/ios] add swig to build dependsdavilla
2012-09-12[droid] build swigCory Fields
2012-09-12[droid] add native swigCory Fields
2012-09-12Revert "[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 taglibCory Fields
2012-09-12[droid] fix parallel deps buildCory Fields
2012-09-12[droid] fix taglib buildCory Fields
2012-09-12fixed: trailing semicolon missing in desktop file (closes #13330 - thanks ↵vdrfan
amak79)
2012-09-11Change 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 codemontellese
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 codegendavilla
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends