aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-10-07[depends] - for darwin add xz as dependency for allowing extraction of ↵Memphiz
tar.xz files
2013-10-07only set gmp ABI on 32bit linuxwsnipex
2013-10-07try to fix gmp compilation on androidwsnipex
2013-10-07[depends] add gnutlswsnipex
2013-10-05[osx/ios/atv2] use m4-native from our depends locationamet
2013-10-05fix xcode5 buildamet
2013-10-02jni: add CJNISurfaceTextureOnFrameAvailableListenerdavilla
2013-09-30Merge pull request #3256 from perpe/droid-x86Memphiz
[Droid x86] Additions for Android x86 architecture
2013-09-30Merge pull request #3341 from MartijnKaijser/a9Martijn Kaijser
[release] version bump to 13.0 alpha9 as we start new merge window.
2013-09-28remove old unused bash scriptMartijn Kaijser
2013-09-28[darwin] remove unused buildbot filesMartijn Kaijser
2013-09-28[win32] remove unused .exe fileMartijn Kaijser
2013-09-27[release] version bump to 13.0 alpha9 as we start new merge window.Martijn Kaijser
2013-09-26Merge pull request #3258 from koying/fixdroidconfigeventChris Browet
FIX: [droid] Prevent droid from shutting us down when an usb/BT keyboard./gamepad is plugged in/out
2013-09-17[buildsteps] there is no package on linux64 buildwsnipex
2013-09-17[buildsteps] if multithreaded building fails on linux, rerun make ↵wsnipex
singlethreaded once more
2013-09-17[buildsteps] fix linux64 buildwsnipex
2013-09-17[depends] steal X11 and friends from system libs on linuxwsnipex
they are needed, but not in unified deps
2013-09-17[depends] add (non-native) sdl to linuxwsnipex
2013-09-13FIX: [droid] Prevent droid from shutting us down when an usb/BT ↵Chris "Koying" Browet
keyboard/gamepad is plugged in/out
2013-09-13droid-x86 correctionsperpe
2013-09-13[droid] - allow to build android for x86 platformsMemphiz
2013-09-12Revert "[depends] - fix target config site script. It wants to set ↵Memphiz
LD_LIBRARY_PATH to the deps dir not to the native buildtools. Found when trying to get ffmpeg gnutls to work. On osx ffmpeg tried to pull in libz from native dir instead of system toolchain because ld_library_path was set wrong" after talking with theuni i just got it wrong and it was indee correct before. This reverts commit f02e456f996cc44a18e15c95e53bfa9471e40a7c.
2013-09-11[depends/config.site] - don't allow pkgconfig to sniff pc files from the ↵Memphiz
other site ...
2013-09-11[depends] - fix target config site script. It wants to set LD_LIBRARY_PATH ↵Memphiz
to the deps dir not to the native buildtools. Found when trying to get ffmpeg gnutls to work. On osx ffmpeg tried to pull in libz from native dir instead of system toolchain because ld_library_path was set wrong
2013-09-08[pvr] bump add-onsLars Op den Kamp
2013-09-05[debian packaging] allow package version prefixwsnipex
2013-09-03Texturepacker: rework to support native builds with *_FOR_BUILD, ↵Stephan Raue
Texturepacker builds always against libsquish-native.so, which is ok because CXX_FOR_BUILD=CXX, CXXFLAGS_FOR_BUILD=CXXFLAGS and LDFLAGS_FOR_BUILD=LDFLAGS on non crosscompiled builds, sothere libsquish-native is the same like libsquish
2013-09-03configure/depends: rename 'USE_TEXTUREPACKER_NATIVE_ROOT' to 'NATIVE_ROOT' ↵Stephan Raue
for general usage to use with other hostbuilt tools. Add $NATIVE_ROOT/lib to LDFLAGS_FOR_BUILD and $NATIVE_ROOT/include to CFLAGS_FOR_BUILD and CXXFLAGS_FOR_BUILD
2013-09-01Merge pull request #3085 from MartijnKaijser/translatorMartijn Kaijser
remove translator since it is no longer used
2013-08-31Merge pull request #3086 from mus65/xbmc.shMartijn Kaijser
[Linux] small xbmc.sh crashlog improvements
2013-08-31Merge pull request #3143 from MartijnKaijser/alpha8Martijn Kaijser
[release] version bump to 13.0 alpha8 as we start new merge window.
2013-08-26[osx] fix - include all subfolders in pvr addonsamet
2013-08-23changed libamplayer includes to support AMLogic Android 4.1/4.2davilla
2013-08-23changed, split libamplayer includes into amcodec and amplayer to make sync ↵davilla
with upstream easier
2013-08-22[jenkins] - fixed approach for detecting the current branch once and for all ↵Memphiz
(works for attached and detached heads and also for pull requests)
2013-08-21[release] version bump to 13.0 alpha8 as we start new merge window.Martijn Kaijser
2013-08-21[osx] - sync version to alpha7Memphiz
2013-08-16[Fix] Extract PIL egg into site-packages' subdir to fix loadulion
2013-08-14Fix load of PIL egg by include its source files.ulion
2013-08-13[depends] - fix compilation of python26 when compiling for android on osx hostMemphiz
2013-08-12Revert "[jenkins] - use a new method to determine the branch name by ↵Memphiz
ignoring the pr ref_spec - thx to theuni for figuring that out" This reverts commit afb5a6998c0c0a191e88ae53671df79fc00d55b2. It resulted in "undefined" branch name. Stick with the old method until someone decides its not working for all cases. Sry TheUni - but theory proved wrong ... ;)
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-09xbmc.sh: extract core dump from systemd's journalMarius T
On systemd systems, core dumps are - by default - written to systemd's logging system, the journal. The print_crash_report function only searches certain directories for the core dump, but would never find it in the journal, resulting in an empty stack trace in the crash log. As a workaround, simply extract the last core dump caused by xbmc.bin to "core" where the single_stacktrace function will find it. If the system is configured to not dump cores into the journal, systemd-coredumpctl will simply fail silently. see also http://www.freedesktop.org/software/systemd/man/systemd-coredumpctl.html
2013-08-09remove translator since it is no longer usedM. Kaijser
2013-08-09xbmc.sh: read Release info from os-releaseMarius T
If /etc/os-release exists, read the info from there instead of relying on lsb_release. see also commit 7a9aa6f5d9ac8df1c79eb06ed63bce8af162c3ba
2013-08-09droid: remove old android audio dependsdavilla
2013-08-07[rbp] Switch from libshairport to libshairplay for airplaypopcornmix
2013-08-07added: generate and install cmake helpers for addonsspiff
2013-08-05[jenkins] - use a new method to determine the branch name by ignoring the pr ↵Memphiz
ref_spec - thx to theuni for figuring that out