aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-04-07Merge pull request #19506 from lrusak/ffmpeg-windowsLukas Rusak
[windows] remove mediafoundation library requirement
2021-04-07[Android] CAndroidStorageProvider::GetRemovableDrives() : Fix JNI call ↵Kai Sommerfeld
signature for StorageManager.getStorageVolumes.
2021-04-03[jenkins] don't force internal spdlog on freebsdwsnipex
2021-04-03Merge pull request #19441 from wsnipex/android_temp_dirWolfgang Schupp
[android] allow overriding temp dir (fixes #19393)
2021-04-02buildsteps/windows: add ffmpeg option --disable-mediafoundationLukas Rusak
2021-03-25Merge pull request #19375 from Montellese/improvements/interface_legacySascha Montellese
Improvements to Python's ListItem, InfoTagVideo and Player wrappers
2021-03-13[android] allow overriding temp dirwsnipex
2021-03-09[codegenerator] add and use SwigType_lrtype() for local reference typesmontellese
2021-03-05[ubuntu PPA]: update packaging scriptwsnipex
2021-02-24Merge pull request #18222 from thexai/BuildSetup-VS-2019Dave Blake
Updated build scripts for Visual Studio 2019 compatibility
2021-02-13Merge pull request #19019 from a-andre/obsolete_varDave Blake
[tools/linux]: Remove obsolete variable
2021-02-04[Android] fixed crash on harmony os TV. xbmc#19133Liam
According to this line in the log "E/AndroidRuntime(10829): Caused by: java.lang.IllegalArgumentException: Unknown URL content://android.media.tv/channel". Exception catch is needed in TvUtil.java when calling insert() method to TvContractCompat.Channels.CONTENT_URI.
2021-01-15If $KODI_TEMP is set, the logfile is located there rather than inGeert Hendrickx
$KODI_DATA/temp, so look there first.
2021-01-13[jenkins][docs] update macOS build slave configuration documentationAndrey Filipenkov
2021-01-12Merge pull request #18779 from basilgello/desktop-keywordsDave Blake
[Linux] Fix Lintian warnings
2021-01-04[tools/linux]: Remove obsolete variableAndré Apitzsch
WINDOWING became obsolete with e8002707f65cbb9d59004718641a0f9053dd098f.
2021-01-03[depends] bump dav1d to 0.8.1Lukas Rusak
2020-12-21Merge pull request #18931 from fuzzard/configure_macos11Kai Sommerfeld
[configure][darwin] fix macos11 sysroot required for compiler tests
2020-12-19[configure] fix macos sysroot for compiler testsBrent Murphy
macos 11 throws a linker error when running autoconf compiler/linker checks we need to supply isysroot, however we do not want to pollute CFLAGS/CXXFLAGS/LDFLAGS to permanently have host sysroot, as flags are carried through into platform_XXflags for crosscompilation
2020-12-19[macos][packaging] include only darwin settings filesAndrey Filipenkov
2020-12-11[Android] fixed suggestion channel for android tvMaven85
2020-12-06[depends] fix wayland build in release modePhilipp Kerling
configure.ac sets -DNDEBUG=1 for all packages in release mode, which libwayland cannot cope with in newer releases.
2020-12-06Merge pull request #18853 from sy6sy2/fix-black-screen-ios14-jbDave Blake
[tools/codesign][iOS/tvOS] Fix black screen for iPadOS 14 jailbroken iPads
2020-11-30[Android] read playlists from path substitutions for android tv channelsMaven85
2020-11-28[OSX][packaging] allow the ability to create dmg from xcode generated projectfuzzard
currently the mkdmg-osx.sh script will fail when project is an xcode generated project You need to specify the build target The issue is that xcode projects arent a set configuration type at cmake generation time CORE_BUILD_CONFIG will be empty. This passes the xcode configuration type to the script so the type can be used to build the dmg correctly.
2020-11-27[darwinembedded] deb packaging handle symlink settingsfuzzard
cp doesnt like symlinks, and is erroring out for deb packaging on ios/tvos use rsync, and dont follow symlinks
2020-11-26Merge pull request #17831 from taoyouh/build-patchfuzzard
Fix Bootstrap Script With Space in PATH
2020-11-24[tools/codesign][iOS/tvOS] Fix black screen for iPadOS 14 jailbroken iPadsSylvain CECCHETTO
2020-11-22[depends][python] update darwinembedded patchsetfuzzard
Update patch to better handle waitpid from import os call
2020-11-20Merge pull request #18784 from fuzzard/cmake_xcode12.2Kai Sommerfeld
[depends] bump cmake 3.18.4
2020-11-18Merge pull request #18806 from DaveTBlake/AndroidMan2919.0b1Android-MatrixDave Blake
[Android] Enable LegacyExternalStorage (part of SDK 29 bump) Fix Typo
2020-11-18Enable LegacyExternalStorage permission to allow external storage access ↵DaveTBlake
with SDK 29
2020-11-17Merge pull request #18802 from DaveTBlake/AndroidMan29Dave Blake
[Android] Enable LegacyExternalStorage (part of SDK 29 bump)
2020-11-17Merge pull request #18694 from peak3d/buildtools29Dave Blake
[Android] SDK 29 / buildtools 29.0.3
2020-11-17Enable LegacyExternalStorage permission to allow external storage access ↵DaveTBlake
with SDK 29
2020-11-16[EventClients] Fix examples and libsVasyl Gello
* Provide correct icon paths and types depending on file existence * Fix C++ and Java EventClient examples
2020-11-16Port zeroconf.py to Python 3Vasyl Gello
2020-11-15[Python] Replace shebang with 'env python3' invocationVasyl Gello
This is conformant to POSIX and should work on Windows and OSX too. Also this fixes Lintian 'unusual-interpreter' warnings.
2020-11-15[Linux] Add keywords to desktop filesVasyl Gello
Fixes Lintian warning.
2020-11-15Bump ffmpeg to 4.3.1-Matrix-Beta1phunkyfish
2020-11-14Merge pull request #18785 from sy6sy2/fix-black-screen-ios14-jbSylvain CECCHETTO
[iOS/tvOS][tools/codesign] Fix black screen for iOS 14 jailbroken devices
2020-11-14[tools/codesign][iOS/tvOS] Fix black screen for iOS 14 jailbroken devicesSylvain CECCHETTO
2020-11-14[cmake] bump xcode 3.18.4fuzzard
Xcode 12.2 introduces changes to arch types. 3.14.5 cant handle when multiple default arch types are provided, and pulls just the first arch (resulting in arm64) Fix was applied to 3.18.1, but figure best to go to latest of 3.18 series
2020-11-08Merge pull request #18659 from sy6sy2/remove-xbmc-migrationDave Blake
Remove XBMC migration steps
2020-11-07Merge pull request #18701 from enen92/leanbackenen92
[Android] Fix Art in leanback for media items
2020-11-02Merge pull request #18703 from lrusak/linux-buildstepsLukas Rusak
[jenkins] unify linux buildsteps
2020-11-02tools/depends: fix mesa build for aarch64Lukas Rusak
2020-11-01tools/buildsteps: rename linux64 to linuxLukas Rusak
2020-11-01tools/buildsteps: set default build host for linuxLukas Rusak
2020-11-01tools/buildsteps: remove linux-arm-gbmLukas Rusak