Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | FIXUP: fix python PIL after #5218 | Chris "koying" Browet | |
2015-02-18 | [depends] enable C++11 for native builds | wsnipex | |
2015-02-17 | [pvr-addons] - make sure that the git repo are in the prefix and not in a ↵ | Memphiz | |
shared dir (else we race if multiple nodes on the same mashine are trying to do any operations on this shared repo) | |||
2015-02-17 | [depends] - remove xbmc-pvr-addons and xbmc-audioencoder-addons from depends ↵ | Memphiz | |
build (will be build in seperate step from now on) | |||
2015-02-17 | [pvr] bump addons | Rainer Hochecker | |
2015-02-17 | [pvr] bump version | Rainer Hochecker | |
2015-02-16 | Merge pull request #6367 from AlwinEsch/increase-pvr-addon-version | Rainer Hochecker | |
[pvr] Increase PVR API version to 1.9.4 and add related changes | |||
2015-02-16 | [TexturePacker] - fix compilation with c++11 | Arne Morten Kvarving | |
requires a space around string macros when concating | |||
2015-02-16 | [pvr] bump addons with #6367 | AlwinEsch | |
2015-02-15 | FFmpeg: Bump version to 2.5.4-Isengard-alpha | fritsch | |
2015-02-12 | [darwin/rsxs/quirk] - force usage of toolchain stdbool.h - else rsxs plants ↵ | Memphiz | |
its own non clang compatible version of it (somehow its m4 doesn't detect it correctly - don't bother with it...) | |||
2015-02-12 | [osx/ios] - enable c++11 standard - bump osx deployment target from 10.6 to ↵ | Memphiz | |
10.7 (means we need at least osx 10.7 for beeing able to run) and bump ios deployment target from 4.2 to 5.1 (means we need at least ios 5.1 to run) | |||
2015-02-12 | [depends/plist] - added c++11 patch | Memphiz | |
2015-02-10 | Merge pull request #6388 from Memphiz/fixnativetar | Memphiz | |
[darwin/depends/tar-native] - force fdopendir to no because we don't have it wh... | |||
2015-02-10 | [depends/tar-native] - force fdopendir to no because we don't have it when ↵ | Memphiz | |
compiling native on 10.9 with 10.10 sdk installed (it would pick fdopendir from 10.10 sdk which is not available at runtime on 10.9 later on when tar is used for packaging the ios deb files) | |||
2015-02-07 | Merge pull request #6304 from uNiversaI/ffmpeg | Wolfgang Schupp | |
[rebrand] ffmpeg extra version xbmc -> kodi | |||
2015-02-06 | Merge pull request #6349 from scarecrow420/pvr_bumplatest | Lars Op den Kamp | |
[pvr] bump pvr addons to latest commit | |||
2015-02-05 | [pvr] bump pvr addons to latest commit | Ryan Gribble | |
2015-02-05 | [rebrand] ffmpeg extra-version xbmc -> kodi | uNiversaI | |
Looking at these for entirely different reason, these must go anyway. @fernetmenta | |||
2015-02-02 | [cmake] clean addons project dir before building from depends | wsnipex | |
if the project dir is not clean, build from depends will fail | |||
2015-02-02 | [cmake] pass autoconf config.sub, config.guess down to addon dependencies | wsnipex | |
2015-02-02 | [depends] fix missing DEPENDS_PATH definition for non-darwin builds | montellese | |
2015-02-01 | Merge pull request #6275 from Memphiz/fixnative | Memphiz | |
[depends] - fixes which allow building for android on osx mashines | |||
2015-02-01 | Merge pull request #5570 from rbalint/mips | Wolfgang Schupp | |
Mips port | |||
2015-01-31 | Merge pull request #6301 from anddid/texturepacker_gray_png | Memphiz | |
Fix TexturePacker segfault with grayscale PNGs. | |||
2015-01-30 | Fix TexturePacker segfault with grayscale PNGs. | Andrius | |
see http://forum.kodi.tv/showthread.php?tid=216503 | |||
2015-01-30 | librtmp: bump to 2.4 | Rainer Hochecker | |
2015-01-28 | mips: Pass --disable-mips.* flags to FFmpeg to cover more platforms | Balint Reczey | |
2015-01-28 | Merge pull request #6287 from Memphiz/curldowngrade | Memphiz | |
[osx] - downgrade curl to former version for now until a serious symbol ... | |||
2015-01-28 | [osx] - downgrade curl to former version for now until a serious symbol ↵ | Memphiz | |
clash with system libcurl is solved | |||
2015-01-27 | [depends/TexturePacker] - fix extraction of delay and disposal from animated ↵ | Memphiz | |
gifs (wrong assumption what ExtensionBlockCount was ...) - add delay as printout too | |||
2015-01-27 | [depends/ffmpeg] - force ffmpeg build to use AR and RANLIB from the toolchain | Memphiz | |
2015-01-27 | [depends/droid] - get rid of the NDK_VER parsing/define - not needed anymore ↵ | Memphiz | |
as we rely on ndk r9c now (sed works differently on darwin and never got the parsing right) | |||
2015-01-27 | [depends/PIL] - force "toolchain-gcc -shared" as linker command for shared ↵ | Memphiz | |
libs (LDSHARED) - else it will pull stupid flags based on the building system into it (e.x. -bundle because i compile on osx - stupid python) | |||
2015-01-27 | [depends/openssl] - force openssl to use the ar from the toolchain | Memphiz | |
2015-01-27 | [depends/libplist] - stop rebuilding libplist when not compiling for darwin | Memphiz | |
2015-01-27 | [docs] - clarify android readme a bit and added extra bits for building on osx | Memphiz | |
2015-01-27 | [depends] - probe if build os supports sort -V - if not - use sort for ↵ | Memphiz | |
determining android build-tools | |||
2015-01-27 | [depends/TexturePacker] - make the decisions based on the build mashine and ↵ | Memphiz | |
pass the NATIVE_ARCH_DEFINES to the build - not the target defines | |||
2015-01-27 | [depends] - expose NATIVE_ARCH_DEFINES and build_os via the Makefile.include ↵ | Memphiz | |
to our depends | |||
2015-01-27 | [depends/configure] - add build_os - defining our os strings for the os the ↵ | Memphiz | |
compilation is run on | |||
2015-01-22 | Fixes for using giflib 5.1 in GifHelper.cpp | Kevin Mihelich | |
2015-01-14 | Merge pull request #6199 from wsnipex/fix-audio-encoders-linux | Wolfgang Schupp | |
[depends] fix building audio encoders on non unified depends platforms | |||
2015-01-13 | [depends] fix building audio encoders on non unified depends platforms | wsnipex | |
2015-01-13 | [PVR] bump add-ons (sync api with PR #4342) | Lars Op den Kamp | |
closes #4342 | |||
2015-01-12 | Merge pull request #6152 from Montellese/binary_addon_auto_depends | Sascha Montellese | |
binary addons: automatic dependency handling | |||
2015-01-11 | [TexturePacker] fix building on ubuntu 12.04 | wsnipex | |
2015-01-10 | [depends] fix building binary addons with the new auto depends handling | wsnipex | |
2015-01-10 | [depends] adapt binary addon building to new system | wsnipex | |
2015-01-10 | [depends] build cmake with ssl support by using system curl | wsnipex | |