Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-07 | Merge pull request #19506 from lrusak/ffmpeg-windows | Lukas 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 freebsd | wsnipex | |
2021-04-03 | Merge pull request #19441 from wsnipex/android_temp_dir | Wolfgang Schupp | |
[android] allow overriding temp dir (fixes #19393) | |||
2021-04-02 | buildsteps/windows: add ffmpeg option --disable-mediafoundation | Lukas Rusak | |
2021-03-25 | Merge pull request #19375 from Montellese/improvements/interface_legacy | Sascha Montellese | |
Improvements to Python's ListItem, InfoTagVideo and Player wrappers | |||
2021-03-13 | [android] allow overriding temp dir | wsnipex | |
2021-03-09 | [codegenerator] add and use SwigType_lrtype() for local reference types | montellese | |
2021-03-05 | [ubuntu PPA]: update packaging script | wsnipex | |
2021-02-24 | Merge pull request #18222 from thexai/BuildSetup-VS-2019 | Dave Blake | |
Updated build scripts for Visual Studio 2019 compatibility | |||
2021-02-13 | Merge pull request #19019 from a-andre/obsolete_var | Dave Blake | |
[tools/linux]: Remove obsolete variable | |||
2021-02-04 | [Android] fixed crash on harmony os TV. xbmc#19133 | Liam | |
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-15 | If $KODI_TEMP is set, the logfile is located there rather than in | Geert Hendrickx | |
$KODI_DATA/temp, so look there first. | |||
2021-01-13 | [jenkins][docs] update macOS build slave configuration documentation | Andrey Filipenkov | |
2021-01-12 | Merge pull request #18779 from basilgello/desktop-keywords | Dave Blake | |
[Linux] Fix Lintian warnings | |||
2021-01-04 | [tools/linux]: Remove obsolete variable | André Apitzsch | |
WINDOWING became obsolete with e8002707f65cbb9d59004718641a0f9053dd098f. | |||
2021-01-03 | [depends] bump dav1d to 0.8.1 | Lukas Rusak | |
2020-12-21 | Merge pull request #18931 from fuzzard/configure_macos11 | Kai Sommerfeld | |
[configure][darwin] fix macos11 sysroot required for compiler tests | |||
2020-12-19 | [configure] fix macos sysroot for compiler tests | Brent 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 files | Andrey Filipenkov | |
2020-12-11 | [Android] fixed suggestion channel for android tv | Maven85 | |
2020-12-06 | [depends] fix wayland build in release mode | Philipp Kerling | |
configure.ac sets -DNDEBUG=1 for all packages in release mode, which libwayland cannot cope with in newer releases. | |||
2020-12-06 | Merge pull request #18853 from sy6sy2/fix-black-screen-ios14-jb | Dave 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 channels | Maven85 | |
2020-11-28 | [OSX][packaging] allow the ability to create dmg from xcode generated project | fuzzard | |
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 settings | fuzzard | |
cp doesnt like symlinks, and is erroring out for deb packaging on ios/tvos use rsync, and dont follow symlinks | |||
2020-11-26 | Merge pull request #17831 from taoyouh/build-patch | fuzzard | |
Fix Bootstrap Script With Space in PATH | |||
2020-11-24 | [tools/codesign][iOS/tvOS] Fix black screen for iPadOS 14 jailbroken iPads | Sylvain CECCHETTO | |
2020-11-22 | [depends][python] update darwinembedded patchset | fuzzard | |
Update patch to better handle waitpid from import os call | |||
2020-11-20 | Merge pull request #18784 from fuzzard/cmake_xcode12.2 | Kai Sommerfeld | |
[depends] bump cmake 3.18.4 | |||
2020-11-18 | Merge pull request #18806 from DaveTBlake/AndroidMan2919.0b1Android-Matrix | Dave Blake | |
[Android] Enable LegacyExternalStorage (part of SDK 29 bump) Fix Typo | |||
2020-11-18 | Enable LegacyExternalStorage permission to allow external storage access ↵ | DaveTBlake | |
with SDK 29 | |||
2020-11-17 | Merge pull request #18802 from DaveTBlake/AndroidMan29 | Dave Blake | |
[Android] Enable LegacyExternalStorage (part of SDK 29 bump) | |||
2020-11-17 | Merge pull request #18694 from peak3d/buildtools29 | Dave Blake | |
[Android] SDK 29 / buildtools 29.0.3 | |||
2020-11-17 | Enable LegacyExternalStorage permission to allow external storage access ↵ | DaveTBlake | |
with SDK 29 | |||
2020-11-16 | [EventClients] Fix examples and libs | Vasyl Gello | |
* Provide correct icon paths and types depending on file existence * Fix C++ and Java EventClient examples | |||
2020-11-16 | Port zeroconf.py to Python 3 | Vasyl Gello | |
2020-11-15 | [Python] Replace shebang with 'env python3' invocation | Vasyl 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 files | Vasyl Gello | |
Fixes Lintian warning. | |||
2020-11-15 | Bump ffmpeg to 4.3.1-Matrix-Beta1 | phunkyfish | |
2020-11-14 | Merge pull request #18785 from sy6sy2/fix-black-screen-ios14-jb | Sylvain 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 devices | Sylvain CECCHETTO | |
2020-11-14 | [cmake] bump xcode 3.18.4 | fuzzard | |
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-08 | Merge pull request #18659 from sy6sy2/remove-xbmc-migration | Dave Blake | |
Remove XBMC migration steps | |||
2020-11-07 | Merge pull request #18701 from enen92/leanback | enen92 | |
[Android] Fix Art in leanback for media items | |||
2020-11-02 | Merge pull request #18703 from lrusak/linux-buildsteps | Lukas Rusak | |
[jenkins] unify linux buildsteps | |||
2020-11-02 | tools/depends: fix mesa build for aarch64 | Lukas Rusak | |
2020-11-01 | tools/buildsteps: rename linux64 to linux | Lukas Rusak | |
2020-11-01 | tools/buildsteps: set default build host for linux | Lukas Rusak | |
2020-11-01 | tools/buildsteps: remove linux-arm-gbm | Lukas Rusak | |