aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-05-01Merge pull request #9702 from FernetMenta/vtbRainer Hochecker
VideoPlayer: OSX/iOS - use ffmpeg videotoolbox
2016-04-30[depends] binary-addons: support ADDON_SRC_PREFIX in the autotools wrapper ↵wsnipex
for cross-compile
2016-04-29Merge pull request #9656 from Memphiz/osxremote_as_keyboardMemphiz
[OSX] Fix non working apple remote / universal ir remote / harmony
2016-04-28osx: bump deployment target to 10.8, vtb supportRainer Hochecker
2016-04-28osx, ios: ffmpeg, enable vtbRainer Hochecker
2016-04-27Merge pull request #9686 from stefansaraev/deps-cleanupStefan Saraev
[cleanup] remove unused depends
2016-04-26[droid] [refclock] do not stop callback when focus is lost. thx to koyingMartijn Kaijser
2016-04-26[droid] stop building with amlogicMartijn Kaijser
2016-04-26[droid] Set Android 5.0 as minimumMartijn Kaijser
2016-04-26[depends] remove libogg / libvorbisStefan Saraev
2016-04-26[depends] remove libflacStefan Saraev
2016-04-26Merge pull request #9289 from shadamik/ios_opensslMartijn Kaijser
[depends] - build fixes for libxslt and openssl
2016-04-25Merge pull request #9414 from MaxKellermann/buildMartijn Kaijser
Various minor build fixes
2016-04-24Merge pull request #9378 from bkuhls/texturepacker_gcc46Martijn Kaijser
native/TexturePacker: fix compilation with gcc 4.6
2016-04-23[XBMCHelper] - switch over to use universalremote.*.xml (obc mapping) as map ↵Memphiz
because joystick maps are not supported via eventclient anymore
2016-04-23[XBMCHelper] - bump deployment target to 10.7 (needed for c++11) and enable ↵Memphiz
c++11 standard
2016-04-21tools/depends/target/xbmc/Makefile: drop "echo"Max Kellermann
Was mistakenly introduced by commit 614e945b
2016-04-06get rid of rplPatrick Rasmussen
2016-04-05small syntax typoTimemachine
syntax highlight will highlight "in" and "case"... And quotes can be helpful sometimes in situations like this: for i in $something; do echo almost done done this can cause a bug on some systems
2016-04-03Updated some more build files to vs2015 that was forgotten aboutPär Björklund
2016-04-02Merge pull request #8992 from Paxxi/vs2015Martijn Kaijser
[win32][xbmc] Upgrade to VS2015
2016-04-02[jenkins/android] - fixed hashcalculation now that TOOLCHAIN_X86 is goneMemphiz
2016-04-02[buildsteps] - removed TOOLCHAIN_X86 var from README - its not used anymoreMemphiz
2016-04-01[android] Bumped min. SDK to 19, Fixed PeripherialBusAndroid crashDanijel Posilovic
- Bumped minimum required SDK from 17 to 19 (due to usage of some functions that are not available in lower levels) - Fixed PeripherialBusAndroid crash on affected devices - Changed used function from SDK 21 to one available in SDK 19 - Commented functions/methods unavailable in SDK 19
2016-04-01Use correct build tools for addons and get rid of old unused build filePär Björklund
2016-04-01[droid] implement video reference clockChris "Koying" Browet
2016-03-31IOS: explicitely disable videotoolbox (for now)fritsch
2016-03-31FFmpeg 3.0 Transition: Alter changed mips compile paramsfritsch
2016-03-31FFmpeg: windows bumpAnton Fedchin
2016-03-31FFmpeg: Replace libdcadec with internal hd aware dca decoderfritsch
2016-03-31FFMPEG: Bump depends version to 3.0 branchfritsch
2016-03-27Merge pull request #9427 from Memphiz/osx_fix_pilMemphiz
[depends/osx/PIL] - ensure that no native libs are linked into pythonmodule-pil (_imaging.so)
2016-03-26FIX: [droid] disable libcecChris Koying Browet
Library was never shipped, and would never work anyway
2016-03-22[depends/osx/PIL] - ensure that no native libs are linked into ↵Memphiz
pythonmodule-pil (_imaging.so) - use the same approach for all darwin platforms now
2016-03-22Merge pull request #9308 from mrdominuzq/xbmc-libtoolbumpRainer Hochecker
[depends] update libtool to 2.4.6
2016-03-17[depends/openssl] - fix Makefile commentStephan Hadamik
2016-03-17native/TexturePacker: fix compilation with gcc 4.6Bernd Kuhls
Kodi itself depends on gcc >= 4.7 due to its use of the C++11 standard. When cross-compiling the host gcc currently also needs to be >= 4.7 due to the texturepacker tool being needed as native binary to compile Textures.xbt for the target system. Cross-compiling on a system where host gcc is at version 4.6 fails atm with this error: cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [md5.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1plus: error: unrecognized command line option '-std=c++11' cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [DecoderManager.o] Error 1 make[4]: *** [XBTFWriter.o] Error 1 cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [TexturePacker.o] Error 1 cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [decoder/PNGDecoder.o] Error 1 make[3]: *** [all] Error 2 make[2]: *** [native/TexturePacker] Error 2 Using this patch the problem is fixed and a working TexturePacker host binary is created.
2016-03-15fixes for compiling after libtool bumpPatrick Rasmussen
2016-03-10[android] add JNI wrapper for android.hardware.input.InputManager, a ↵montellese
Java/native implementation of InputManager.InputDeviceListener and an IInputDeviceCallbacks interface to be able to receive callbacks when input devices change
2016-03-10[android] don't install joystick.xml with APKmontellese
2016-03-09[depends] update libtool to 2.4.6Patrick Rasmussen
2016-03-09[depends/openssl] - indentation, commentsStephan Hadamik
2016-03-08[guilib] cleanup leftover TextureBundleXPR*Stefan Saraev
2016-03-06[jenkins] Temporarily disable packaging for CMakeChristian Fetzer
Packaging is currently not supported when building with CMake.
2016-03-06[jenkins] Optionally build with CMakeChristian Fetzer
- Add CMAKE_BUILD variable that defines if CMake should be used to build the main application. - Use variable to build with CMake (GNU Makefile Generator) on supported platforms: android, ios, osx, linux, rbpi.
2016-03-06[toolchain] Ensure CMAKE_CROSSCOMPILING is set for IOSChristian Fetzer
Setting CMAKE_SYSEM_NAME in a Toolchain file tells CMake that we're cross compiling. This is needed for IOS to make sure that the native tools are not built when building Kodi with CMake.
2016-03-06[depends/libxslt] - add missing depends on libxml2Stephan Hadamik
2016-03-05[depends] libdvd: fix build outside of a git repowsnipex
2016-03-04[depends/openssl/ios] - configure for iphoneos-crossStephan Hadamik
2016-03-02Merge pull request #9244 from Rechi/bumpOpensslWolfgang Schupp
[depends] Bump openssl to 1.0.2g