aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
AgeCommit message (Collapse)Author
2017-01-26[depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG files with ↵Rechi
garbage.
2017-01-04[CEC] bump to libCEC 4.0.1Lars Op den Kamp
fixes detection of CEC adapters
2016-12-30[depends] explictly disable building curl with rtmp supportMartijn Kaijser
2016-12-30Revert "[cmake] Add FindMDNSEmbedded module (for Zeroconf on Android)"Martijn Kaijser
2016-12-28[depends] Fix undefined symbols on mdnsresponderChristian Fetzer
Introduced by https://github.com/xbmc/xbmc/pull/10025. mDNSCore/mDNS.c:8688: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:4386: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:11945: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:13157: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:13137: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:13145: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:7271: error: undefined reference to 'InitializeAnonInfoForQuestion' mDNSCore/mDNS.c:7318: error: undefined reference to 'SetAnonData' mDNSCore/mDNS.c:9159: error: undefined reference to 'InitializeAnonInfoForCR' mDNSCore/mDNS.c:8544: error: undefined reference to 'IdenticalAnonInfo' mDNSCore/mDNS.c:9232: error: undefined reference to 'CopyAnonInfoForCR' mDNSCore/mDNS.c:12069: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:12957: error: undefined reference to 'ReInitAnonInfo' mDNSCore/mDNS.c:12970: error: undefined reference to 'ReInitAnonInfo' mDNSCore/DNSCommon.c:1907: error: undefined reference to 'AnonInfoAnswersQuestion' mDNSCore/DNSCommon.c:1941: error: undefined reference to 'AnonInfoAnswersQuestion' mDNSCore/DNSCommon.c:1820: error: undefined reference to 'AnonInfoAnswersQuestion'
2016-12-26fixed: the assumption of toolchain = crosscompile cause issuesnotspiff
ref https://github.com/gentoo/gentoo/pull/3027
2016-12-23FFmpeg: Bump to final 3.1.6-Kryptonfritsch
2016-12-12[depends] remove rtmp as it's included through ffmpeg or as binary addonMartijn Kaijser
2016-12-11Remove remaining references to glewCraig Andrews
glew was (mostly) removed in 03ff0d5ea02963b1283fe8bc7c1bad18f2dd97b6; this commit removes any remaining references to it.
2016-12-04register is deprecated and does nothing but throw a warning with c++11Arne Morten Kvarving
2016-11-30Merge pull request #10992 from fritsch/ffmpeg-315-beta5Martijn Kaijser
FFmpeg: Bump to 3.1.6-Krypton-Beta6
2016-11-29Merge pull request #10980 from notspiff/remove_unusedCristiano A. Silva
remove unused variables / members
2016-11-26FFmpeg: Bump to 3.1.6-Krypton-Beta6fritsch
2016-11-25[depends] ffmpeg: add option to autobuild.sh to build shared libswsnipex
2016-11-23remove unused variables / membersArne Morten Kvarving
2016-11-23[cmake] don't rebuild ffmpeg and crossguid when building from dependswsnipex
both libs where already built during depends stage
2016-11-23[depends] pass build type (debug|release) to targetswsnipex
2016-11-16Merge pull request #10863 from fetzerch/cmake_crosscompileChristian Fetzer
[cmake] Unify usage of CMAKE_CROSSCOMPILE throughout the project
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2016-11-10Merge pull request #10891 from hudokkow/depends_fierce_linksjenkins4kodi
2016-11-09[cmake] separate_arguments() is stupidh.udo
2016-11-07build: Allow installed links to be overwrittenpopcornmix
2016-11-07Merge pull request #10823 from peak3d/ln_s_sfMarkus Pfau
[Depends] Force link generation (ln -s) to package config files to allow subsequent make binary-addons calls
2016-11-06[Toolchain] Unconditionally set CMAKE_CROSSCOMPILINGChristian Fetzer
Set CMAKE_CROSSCOMPILING unconditionally if we have a toolchain file. Also resort the _binaddons toolchain file so that it is closer to the other one.
2016-11-06[Toolchain] Cleanup if conditionsChristian Fetzer
2016-11-04[depends] all platform but darwin: always use our own zlibwsnipex
2016-11-01[depends] alsa-lib: fix typo in configure.inSerge Schneider
2016-10-31[Depends] Force link generation (ln -s) to package config files to allow ↵Markus Pfau
subsequent make binary-addons calls
2016-10-27FFmpeg: Bump to 3.1.5-Krypton-Beta5-1fritsch
2016-10-21Merge pull request #10728 from wsnipex/ndebugWolfgang Schupp
disable debug in depends in Release builds
2016-10-20[depends] add --enable-debug switch to configurewsnipex
2016-10-19[cmake/toolchain_binaddons] - set CMAKE_SYSTEM_NAME to Darwin for ios - this ↵Memphiz
enables the cmake cross compile flag which will be needed in cmake 3.7 to fix an ugly bug with osx sdk flags spreading into the ios cflags during cross compile
2016-10-09add aarch64 lock-obj patch to libgpg-errorMarkus Pfau
2016-10-09version bump / strip forceMarkus Pfau
2016-10-09bump default sdk version to 21 / remove offs64 overrides in dvdnav/readMarkus Pfau
2016-10-09[depends] set CMAKE_STRIP in Toolchain.cmakewsnipex
2016-10-09CHG: [NDK21] sambav3Chris Koying Browet
Force all off_t to off64_t
2016-10-09[cmake] ffmpeg: add android aarch64 supportwsnipex
2016-10-09aarch64 compile stuffMarkus Pfau
2016-10-09upgrade autotools for aarch64 depends buildMarkus Pfau
2016-09-28FFmpeg: Bump to 3.1.4-Krypton-Beta3fritsch
2016-09-27Merge pull request #10541 from Memphiz/bump_cmakeMemphiz
[depends/cmake-native] - bump native cmake to 3.6.2
2016-09-27Merge pull request #10562 from MartijnKaijser/sqliteMartijn Kaijser
[depends] sqlite 3140200
2016-09-26[depends] Bump openssl to 1.0.2jRechi
2016-09-25[depends] sqlite 3140200Martijn Kaijser
2016-09-24Merge pull request #10548 from fritsch/ffmpeg-kodiMartijn Kaijser
FFmpeg: Bump to version 3.1.3-Krypton-Beta3-2
2016-09-24Merge pull request #10227 from MartijnKaijser/droid_libusbMartijn Kaijser
[droid] disable libcec, libusb
2016-09-24FFmpeg: Bump to version 3.1.3-Krypton-Beta3-2fritsch
2016-09-23Merge pull request #10530 from Memphiz/xcode8Memphiz
[osx] - add support for Xcode 8
2016-09-23[depends/cmake-native] - bump native cmake to 3.6.2Memphiz