Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | [depends] - for darwin add xz as dependency for allowing extraction of ↵ | Memphiz | |
tar.xz files | |||
2013-10-07 | only set gmp ABI on 32bit linux | wsnipex | |
2013-10-07 | try to fix gmp compilation on android | wsnipex | |
2013-10-07 | [depends] add gnutls | wsnipex | |
2013-10-05 | [osx/ios/atv2] use m4-native from our depends location | amet | |
2013-10-05 | fix xcode5 build | amet | |
2013-10-02 | jni: add CJNISurfaceTextureOnFrameAvailableListener | davilla | |
2013-09-30 | Merge pull request #3256 from perpe/droid-x86 | Memphiz | |
[Droid x86] Additions for Android x86 architecture | |||
2013-09-30 | Merge pull request #3341 from MartijnKaijser/a9 | Martijn Kaijser | |
[release] version bump to 13.0 alpha9 as we start new merge window. | |||
2013-09-28 | remove old unused bash script | Martijn Kaijser | |
2013-09-28 | [darwin] remove unused buildbot files | Martijn Kaijser | |
2013-09-28 | [win32] remove unused .exe file | Martijn Kaijser | |
2013-09-27 | [release] version bump to 13.0 alpha9 as we start new merge window. | Martijn Kaijser | |
2013-09-26 | Merge pull request #3258 from koying/fixdroidconfigevent | Chris 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 build | wsnipex | |
2013-09-17 | [buildsteps] if multithreaded building fails on linux, rerun make ↵ | wsnipex | |
singlethreaded once more | |||
2013-09-17 | [buildsteps] fix linux64 build | wsnipex | |
2013-09-17 | [depends] steal X11 and friends from system libs on linux | wsnipex | |
they are needed, but not in unified deps | |||
2013-09-17 | [depends] add (non-native) sdl to linux | wsnipex | |
2013-09-13 | FIX: [droid] Prevent droid from shutting us down when an usb/BT ↵ | Chris "Koying" Browet | |
keyboard/gamepad is plugged in/out | |||
2013-09-13 | droid-x86 corrections | perpe | |
2013-09-13 | [droid] - allow to build android for x86 platforms | Memphiz | |
2013-09-12 | Revert "[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-ons | Lars Op den Kamp | |
2013-09-05 | [debian packaging] allow package version prefix | wsnipex | |
2013-09-03 | Texturepacker: 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-03 | configure/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-01 | Merge pull request #3085 from MartijnKaijser/translator | Martijn Kaijser | |
remove translator since it is no longer used | |||
2013-08-31 | Merge pull request #3086 from mus65/xbmc.sh | Martijn Kaijser | |
[Linux] small xbmc.sh crashlog improvements | |||
2013-08-31 | Merge pull request #3143 from MartijnKaijser/alpha8 | Martijn Kaijser | |
[release] version bump to 13.0 alpha8 as we start new merge window. | |||
2013-08-26 | [osx] fix - include all subfolders in pvr addons | amet | |
2013-08-23 | changed libamplayer includes to support AMLogic Android 4.1/4.2 | davilla | |
2013-08-23 | changed, 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 alpha7 | Memphiz | |
2013-08-16 | [Fix] Extract PIL egg into site-packages' subdir to fix load | ulion | |
2013-08-14 | Fix load of PIL egg by include its source files. | ulion | |
2013-08-13 | [depends] - fix compilation of python26 when compiling for android on osx host | Memphiz | |
2013-08-12 | Revert "[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 headers | Martijn Kaijser | |
2013-08-09 | xbmc.sh: extract core dump from systemd's journal | Marius 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-09 | remove translator since it is no longer used | M. Kaijser | |
2013-08-09 | xbmc.sh: read Release info from os-release | Marius T | |
If /etc/os-release exists, read the info from there instead of relying on lsb_release. see also commit 7a9aa6f5d9ac8df1c79eb06ed63bce8af162c3ba | |||
2013-08-09 | droid: remove old android audio depends | davilla | |
2013-08-07 | [rbp] Switch from libshairport to libshairplay for airplay | popcornmix | |
2013-08-07 | added: generate and install cmake helpers for addons | spiff | |
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 |