Age | Commit message (Collapse) | Author |
|
Fix CMake warning about case-sensitive CWiid
|
|
CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (CWIID) does
not match the name of the calling package (CWiid). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/modules/FindCWiid.cmake:28 (find_package_handle_standard_args)
cmake/scripts/linux/ExtraTargets.cmake:11 (find_package)
CMakeLists.txt:447 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found CWIID: /usr/lib/libcwiid.so (found version "0.6.00")
CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (CWIID) does
not match the name of the calling package (CWiid). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/modules/FindCWiid.cmake:28 (find_package_handle_standard_args)
tools/EventClients/Clients/WiiRemote/CMakeLists.txt:4 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
|
|
|
|
|
|
[Subtitles] Implemented new subtitle features
|
|
[Windows] Enable /permissive- compiler option
|
|
|
|
|
|
groups and providers
|
|
|
|
Macros
There is a variation in a cmake generated project for using ENV vars in a generated shell
script. Handle this for both the new/legacy xcode build systems
|
|
cleanup - python related modules
|
|
linux: improve DRM format and modifier logging
|
|
If Kodi is being build for distro which has different python version
than host, PYTHON_EXECUTABLE must be overriden and point to distro
version. Otherwise, eventclients will be installed in wrong location and
be thus unusable.
Use case: Cross compiling Kodi for LibreELEC
|
|
|
|
|
|
relocates SDL implementations to a specific SDL folder
|
|
Header is generic, and will be used for nswindow based osx app
|
|
Relocate SDLMain to explicit SDL folder
|
|
I changed this as the "new" build system didnt play nice, but i later added a commit to default to the legacy system with xcode 12 still.
Because of that, roll this back to the "default" working code for the Legacy build system.
|
|
|
|
PLATFORM_DEFINES was introduced for the rbpi platform. Currently only ios/tvos use this
anymore, however the exact defines that are set are already added into ARCH_DEFINES.
Remove PLATFORM_DEFINES as superfluous for our needs at this point in time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Apple Silicon minors
|
|
fixes installing eventclients on linux
|
|
|
|
|
|
use cmakes (3.12+) FindPython3 module.
Provide cmake vars for user to overide specific version, and search path
|
|
|
|
Harfbuzz rendering support. Fixes #19692
|
|
|
|
|
|
|
|
[tools/depends] bump cmake 3.20.3 + xcode new build system support
|
|
|
|
This changes the branch name about https://github.com/xbmc/repo-binary-addons to the new "Nexus" where used for by Kodi for binary addon builds.
The addon branches are still set by "Matrix" on repo-binary-addons and becomes updated after the addons have a new "Nexus" branch.
|
|
YUV to RGB conversion rework
|
|
|
|
[cleanup] fix a bunch of missing-field-initializers warnings
|
|
[Darwin][Input] Extend GCController support to osx
|
|
|
|
[Apple] Remove GL warning [osx] add binary addon target to xcode project
|
|
|
|
This brings in the same mechanism to add binary addon targets to
xcode project as was introduced to Darwin_embedded platforms in the
following PR
https://github.com/xbmc/xbmc/pull/17554
|