aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2018-01-25[depends] add missing patches to DEPSRechi
2018-01-25[depends] native depends may also need rebuilding after Makefile.include changedRechi
2018-01-25[depends] fix indentationRechi
2018-01-25[depends][cleanup] libmicrohttpd: memmem got removed in 0.9.51Rechi
2018-01-25[depends][cleanup] has_libcrystax is unusedRechi
2018-01-25[depends][cleanup] use_neon is unusedRechi
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
2018-01-23[depends] curl: make sure openssl is compiled inwsnipex
2018-01-21CHG: [droid] Draw GUI on own ViewChris "Koying" Browet
2018-01-18Build curl as static library in dependsPär Björklund
2018-01-17Merge pull request #13320 from peak3d/amlbuildWolfgang Schupp
Build changes for ARM
2018-01-16[depends] let caller control target build options and ffmpeg optionspeak3d
2018-01-15Merge pull request #13344 from pkerling/wayland-xdg_shell-stablepkerling
[wayland] Support xdg_shell stable
2018-01-15[depends] mark app_rendersystem as substitute variableRechi
2018-01-15[depends] fix APP_RENDER_SYSTEM variable nameRechi
2018-01-14[depends] Bump wayland-protocols to 1.12Philipp Kerling
2018-01-14[depends] Bump waylandpp to 0.2.2Philipp Kerling
2018-01-11[depends] bump python27 to 2.7.14Rechi
2018-01-11[depends][python27] rename patch filesRechi
python in the name is redundant
2018-01-11[depends][python27] fix whitespace of a patchRechi
2018-01-11[depends][python27] don't use built-in expatRechi
2018-01-07FIX: [droid] "Attempt to remove non-JNI local" messagesChris "Koying" Browet
2018-01-07FFmpeg: Bump to 3.4.1-Leia-Alpha-1 after rebasefritsch
2018-01-05Merge pull request #13096 from pkerling/wayland-fixesWolfgang Schupp
Wayland fixes
2018-01-05[depends] bump expat to 2.2.5Rechi
2018-01-04added: pass render system to use to add-onsnotspiff
wayland can use either gl or gles and we need to know which in add-ons
2018-01-04[depends] Link xkbcommon pkgconfig file from hostPhilipp Kerling
xkbcommon is required for Wayland build
2018-01-04[depends] Remove SConsPhilipp Kerling
2018-01-04[depends] Build waylandpp with CMakePhilipp Kerling
2018-01-03[depends] fix compiler detection for clang on androidwsnipex
2018-01-01FIX: [droid] additional build flags according to ndk-buildChris "Koying" Browet
2017-12-30[depends] fix autoconf endian checkRechi
2017-12-23[cleanup][TexturePacker] remove PlatformDefs includeRechi
- remove unused function definitions - use char directly instead of a typedefs to char
2017-12-22CHG: [droid] switch to clang & libc++Chris Koying Browet
2017-12-22CHG: [droid] default toolchain = 16Chris Koying Browet
2017-12-22FIX: [NDK15] unified always has BZEROChris Koying Browet
2017-12-15Update Makefile.am after #13179Thomas Genty
2017-12-09Merge pull request #13149 from ace20022/bluray102Andreas Zelend
[bluray] Update libbluray to version 1.0.2.
2017-12-08[windows] move libdvd from mingwlibs to cmake build treeAnton Fedchin
2017-12-07[bluray] Update libbluray to version 1.0.2.ace20022
2017-11-21[depends] bump libandroidjni (clang build fixes)Rechi
2017-11-21[depends] libffi: fix arm assembler syntaxRechi
2017-11-21ADD: [droid] Support NDK 15b+ (unified headers)Chris "Koying" Browet
samba: ndk 15c has ifaddrs.h but some functions are only supported with sdk 24 or higher. Therefore ignore ifaddrs.h from ndk and still use samba internal logic.
2017-11-21[fix] missing --with-ndk to --with-ndk-(api|path) renames at e6c79d3beeRechi
2017-11-09Merge pull request #13015 from MilhouseVH/texturepacker_exception_fixWolfgang Schupp
TexturePacker: exception fix
2017-11-09Merge pull request #13007 from wsnipex/rbpi-toolchainWolfgang Schupp
[depends] fix rbpi toolchain usage
2017-11-08[depends] fix rbpi toolchain usagewsnipex
2017-11-08[depends] remove google breakpadRechi
it isn't used in Kodi since 9e1e236d66
2017-11-08[depends] remove mdnsresponder leftoverRechi
mdnsresponder was removed from depends at 3b973e7977
2017-11-06TexturePacker: include GifHelper after system headersMilhouseVH