aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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
2012-09-09Merge pull request #901 from jimfcarroll/codegenerated-addonsJim Carroll
Replace the entire scripting engine with one that's code-generated
2012-09-09Add Groovy based codegenerator to tools.Jim Carroll
2012-09-09[rbp] fixed changed cec configure option.gimli
2012-09-09[darwin] switch back to pulling tarball from mirrors in case upstream vanishesdavilla
2012-09-08bump pvr addons versiondavilla
2012-09-07[darwin] bump addon version to pickup n7 fixdavilla
2012-09-07Merge pull request #1389 from mcrosson/android-fix-api-lvl-9Cory Fields
[droid] Enable API Level 9 (platforms/android-9)
2012-09-07[darwin/deps] - configure with --enable-upnp explicitly because xcode ↵Memphiz
project needs this to be on (who knows if the default will switch over to disabled sometime haha)
2012-09-07[droid] Fix Android manifest so API Level 9 (platforms/android-9) devices ↵Mike C
will no longer receive an error
2012-09-06[darwin] bump to librtmp head + 60-second patch, I give up trying to get ↵davilla
tarballs from rtmpdump devs
2012-09-06[darwin] fixed packaging, the internal name used when linking name needs to ↵davilla
change or we will try and find it again when packaging
2012-09-06[darwin] - enable gtest targetsMemphiz
2012-09-06[darwin] add temp helper file for pvr addon binary builddavilla
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-04cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux)Lars Op den Kamp
2012-09-03[rbp] changed turn back on ffmpeg optimisations and remove ↵gimli
-fomit-frame-pointer it is set by -O3 optimisation
2012-09-03[osx/ml] - allow to build XBMC against osx sdk 10.8Memphiz
2012-09-03[droid] replace hard-coded "android-10" with in packaging makefile (thanks ↵montellese
fape)
2012-09-03[droid] also remove directories in a skin's "media" directory during packagingmontellese
2012-09-03Merge pull request #1360 from MartijnKaijser/masterMartijn Kaijser
version bump September merge window
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-09-01Check return of stat() syscall in XBMCTex.cppKyle Hill
2012-08-24fix xbmc.desktop file syntaxKen Dreyer
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec"
2012-08-13[rbp] fixed, hanewin patch not needed for libnfs 1.3.0gimli