aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-12-23Merge pull request #11247 from fritsch/ffmpeg316kryptonPeter Frühberger
FFmpeg: Bump to final 3.1.6-Krypton
2016-12-22[cmake/android] Don't fail if addons don't existChristian Fetzer
Jenkins doesn't always build addons. Therefore packaging should work also if there are none. Fixes: find: ‘/home/jenkins/workspace/Android-ARM/build/install/lib/kodi/addons’: No such file or directory See also: https://github.com/xbmc/xbmc/pull/11183/commits/d7f4652a1326a8caf4afa6c8956fba44c94d6c35
2016-12-22[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-22[cmake] Fix packaging of binary addonsChristian Fetzer
2016-12-22FFmpeg: Bump to final 3.1.6-Kryptonfritsch
2016-12-21[autotools/buildsteps/depends] Update pathsh.udo
2016-12-21[cmake] Move to root folder: Update pathsh.udo
2016-12-16[depends] libjpg-turbo 1.5.1Martijn Kaijser
2016-12-15[linux] Remove deprecated OnlyShowIn from desktop fileChris Mayo
2016-12-15Merge pull request #11183 from stefansaraev/cmake-fixesMartijn Kaijser
misc cmake fixes
2016-12-15[packaging] android: there is no more lib/kodi/addons/*/*.soStefan Saraev
2016-12-15remove autotools buildsystemnotspiff
2016-12-14[addon] bye, bye libXBMC_addon.cppAlwin Esch
2016-12-13Merge pull request #11088 from notspiff/fix_toolchainWolfgang Schupp
fixed: the assumption of toolchain = crosscompile cause issues
2016-12-12[depends] remove rtmp as it's included through ffmpeg or as binary addonMartijn Kaijser
2016-12-12fixed: the assumption of toolchain = crosscompile cause issuesnotspiff
ref https://github.com/gentoo/gentoo/pull/3027
2016-12-11Merge pull request #11128 from candrews/remove-glewMartijn Kaijser
Remove remaining references to glew
2016-12-11Remove remaining references to glewCraig Andrews
glew was (mostly) removed in 03ff0d5ea02963b1283fe8bc7c1bad18f2dd97b6; this commit removes any remaining references to it.
2016-12-11Merge pull request #11105 from MartijnKaijser/curl_updateMartijn Kaijser
[depends] curl 7.51.0
2016-12-11Merge pull request #11101 from MartijnKaijser/taglib_updateMartijn Kaijser
[depends] taglib 1.11.1
2016-12-11Merge pull request #11102 from MartijnKaijser/libpng_updateMartijn Kaijser
[depends] libpng 1.6.26
2016-12-10[depends] curl 7.51.0Martijn Kaijser
2016-12-10[depends] libass 0.13.4Martijn Kaijser
2016-12-10[depends] libpng 1.6.26Martijn Kaijser
2016-12-10[depends] taglib 1.11.1Martijn Kaijser
2016-12-09[cmake/ios] Enable Xcode generator for IOSChristian Fetzer
- Adapt Toolchain file to build a bundles with xcode. This change has to be done in the Toolchain file because CMake otherwise fails to run some compile checks. - Unify path where bundle is built for Makefiles and Xcode to build/$(CONFIGURATION)-$(EFFECTIVE_PLATFORM_NAME) - Set only one architecture to prevent building multi-arch bundles. - Simplify Install.cmake. Existing scrips are called now as post build steps so that the bundle can be executed with Xcode - Apply xcconfig settings. Note: Two adaptions to the existing "autotools/Xcode" scripts were needed. - CMake cannot have the bundle name be different to the binary and we cannot call the binary "Kodi.bin". The script has been adapted to adapt the library execution path directly in place. - CMake calls mkdeb.sh with "Debug-iphoneos", hence the script has been adapted to match strings starting with "debug" or "release". Reference: - https://cmake.org/Bug/view.php?id=15329 - http://stackoverflow.com/questions/33660608/how-can-i-disable-xcode-bitcode-within-a-cmake-project
2016-12-02[aml] depends: drop libamplayerStefan Saraev
2016-11-30Merge pull request #11010 from notspiff/quell_them_warningsCristiano A. Silva
Quell some warnings
2016-11-30Merge pull request #10992 from fritsch/ffmpeg-315-beta5Martijn Kaijser
FFmpeg: Bump to 3.1.6-Krypton-Beta6
2016-11-29register is deprecated and does nothing but throw a warning with c++11Arne Morten Kvarving
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-18Merge pull request #10865 from fetzerch/cmake_addon_dependsChristian Fetzer
[binary-addons] Rename DEPENDS_PATH to ADDON_DEPENDS_PATH
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-07Merge pull request #10785 from ronie/privacypolicyMartijn Kaijser
add privacy policy
2016-11-07update build filesronie
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-05[binary-addons] Rename DEPENDS_PATH into ADDON_DEPENDS_PATHChristian Fetzer
DEPENDS_PATH is used twice in the code build system it's set to the system depends path (via toolchain file). In the addon system it's used to point to the place where addon dependencies should be built. This change renames the variable for binary-addons to ADDON_DEPENDS_PATH. The toolchain file can then be used for local addon builds.
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