aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-01-30fix(build): debian packages generationJonathan Dray
Generate and store the build date in a single place to avoid bugs when operations take more than one minute Replace "Xbmc" by "Kodi" in the displayed message
2015-01-30Merge pull request #6283 from FernetMenta/rtmpRainer Hochecker
bump librtmp
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-29[jenkins] - don't clamp release builds to 1 thread - parallel building seems ↵Memphiz
working ok on the builders [tm]
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-27Merge pull request #6254 from kmihelich/giflib5Wolfgang Schupp
Fixes for using giflib 5.1 in GifHelper.cpp
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-24darwin dlna client user agent string override not workingMike
2015-01-23[jenkins/droid] - allow to select the ndk version through jenkins jobs and ↵Memphiz
bump to ndk r10d
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[win32] update/cleanup build scripts for binary addonsmontellese
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
2015-01-10[depends] cmake: set CORE_SYSTEM_NAME for android, ios and rbpimontellese
2015-01-10[depends] use central include file for binary-addons buildwsnipex
2015-01-10[Texturepacker] allow building with giflib4wsnipex
2015-01-10quell compiler warning (no return value) with giflib4Arne Morten Kvarving
2015-01-10fixed: gif support in TexturePacker using giflib4Arne Morten Kvarving
2015-01-09Merge pull request #5436 from Memphiz/texturepacker_removesdljenkins4kodi
2015-01-08[win32] - make use of the texturepacker binary package for windowsMemphiz
2015-01-08[configure] adjust to texturepacker and squish in dependswsnipex
2015-01-08[TexturePacker] TEMP workaround for skins: create legacy link. Remove me ↵wsnipex
when skins are fixed
2015-01-08[TexturePacker] - move texturepacker to native dependswsnipex
2015-01-08[depends] add target(non native) libsquishwsnipex
2015-01-08[libsquish] - move libsquish to native dependswsnipex
2015-01-08[TexturePacker/Win32] - link zlib statically, link statically againstMemphiz
libgif, add dependencyfree TexturePacker.exe
2015-01-08[TexturePacker] - remove MakeDDS as its heavily broken and would pull inMemphiz
half of XBMC via DDSImage.h/.cpp
2015-01-08[depends] - add giflib native (which is needed for TexturePacker now)Memphiz
2015-01-08[TexturePacker] - fixed win32 projects and makefile to compile the newMemphiz
decoders and link the new libs
2015-01-08[TexturePacker] - removed unused filesMemphiz
2015-01-08[TexturePacker] - renamed XBMCTex.cpp to TexturePacker.cpp replace SDLMemphiz
implementation with the new decoders