aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2015-02-19FIXUP: fix python PIL after #5218Chris "koying" Browet
2015-02-18[depends] enable C++11 for native buildswsnipex
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 addonsRainer Hochecker
2015-02-17[pvr] bump versionRainer Hochecker
2015-02-16Merge pull request #6367 from AlwinEsch/increase-pvr-addon-versionRainer Hochecker
[pvr] Increase PVR API version to 1.9.4 and add related changes
2015-02-16[TexturePacker] - fix compilation with c++11Arne Morten Kvarving
requires a space around string macros when concating
2015-02-16[pvr] bump addons with #6367AlwinEsch
2015-02-15FFmpeg: Bump version to 2.5.4-Isengard-alphafritsch
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 patchMemphiz
2015-02-10Merge pull request #6388 from Memphiz/fixnativetarMemphiz
[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-07Merge pull request #6304 from uNiversaI/ffmpegWolfgang Schupp
[rebrand] ffmpeg extra version xbmc -> kodi
2015-02-06Merge pull request #6349 from scarecrow420/pvr_bumplatestLars Op den Kamp
[pvr] bump pvr addons to latest commit
2015-02-05[pvr] bump pvr addons to latest commitRyan Gribble
2015-02-05[rebrand] ffmpeg extra-version xbmc -> kodiuNiversaI
Looking at these for entirely different reason, these must go anyway. @fernetmenta
2015-02-02[cmake] clean addons project dir before building from dependswsnipex
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 dependencieswsnipex
2015-02-02[depends] fix missing DEPENDS_PATH definition for non-darwin buildsmontellese
2015-02-01Merge pull request #6275 from Memphiz/fixnativeMemphiz
[depends] - fixes which allow building for android on osx mashines
2015-02-01Merge pull request #5570 from rbalint/mipsWolfgang Schupp
Mips port
2015-01-31Merge pull request #6301 from anddid/texturepacker_gray_pngMemphiz
Fix TexturePacker segfault with grayscale PNGs.
2015-01-30Fix TexturePacker segfault with grayscale PNGs.Andrius
see http://forum.kodi.tv/showthread.php?tid=216503
2015-01-30librtmp: bump to 2.4Rainer Hochecker
2015-01-28mips: Pass --disable-mips.* flags to FFmpeg to cover more platformsBalint Reczey
2015-01-28Merge pull request #6287 from Memphiz/curldowngradeMemphiz
[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 toolchainMemphiz
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 toolchainMemphiz
2015-01-27[depends/libplist] - stop rebuilding libplist when not compiling for darwinMemphiz
2015-01-27[docs] - clarify android readme a bit and added extra bits for building on osxMemphiz
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-22Fixes for using giflib 5.1 in GifHelper.cppKevin Mihelich
2015-01-14Merge pull request #6199 from wsnipex/fix-audio-encoders-linuxWolfgang Schupp
[depends] fix building audio encoders on non unified depends platforms
2015-01-13[depends] fix building audio encoders on non unified depends platformswsnipex
2015-01-13[PVR] bump add-ons (sync api with PR #4342)Lars Op den Kamp
closes #4342
2015-01-12Merge pull request #6152 from Montellese/binary_addon_auto_dependsSascha Montellese
binary addons: automatic dependency handling
2015-01-11[TexturePacker] fix building on ubuntu 12.04wsnipex
2015-01-10[depends] fix building binary addons with the new auto depends handlingwsnipex
2015-01-10[depends] adapt binary addon building to new systemwsnipex
2015-01-10[depends] build cmake with ssl support by using system curlwsnipex