Revisions of kodi (20)
- Version update to Kodi 21.1 Omega
- Ensure to stick with ffmpeg-6 related packages for building.
- Use https:// URLs only. - Pipewire currently creates more issues than benefits on Leap; use new conditional "kodi_without_pipewire" to enable or disable it. We default to disable it now on Leap.
- Add 0004-kodi-workaround-pipewire-bug.patch to work around a potentially broken pipewire installation on openSUSE Leap 15.5 and 15.6; see https://bugzilla.opensuse.org/show_bug.cgi?id=1222636
- Version update to Kodi 21.0 Omega
- Version update to Kodi 20.5 Nexus
- Add Source24: taglib-1.12.tar.gz for Tumbleweed, because snapshot 20240226 brought an incompatible upgrade to libtag-2.0. - Use %%patch -P N for RPM-4.19
- Version update to Kodi 20.4 Nexus
- Version update to Kodi 20.3 Nexus - Remove fix_building_with_fmt10.patch as it's included upstream now - Restore the "|| l" in case of a make failure
- Unban fmt10, but add new patch fix_building_with_fmt10.patch derived from https://github.com/xbmc/xbmc/pull/23453 to fix building on current TW with updated libfmt10 and libspdlog12. - Remove "alias l=..." and replace its use with the real command
- Don't use java >= 21 for building yet.
- Use the system's default compiler on Tumbleweed - Enable pipewire support
- Apply upstream patch as "fix_import_eglextchromium.patch" to fix compilation failure "EGL/eglextchromium.h: No such file or directory" with recent Mesa versions on TW; taken from https://github.com/xbmc/xbmc/pull/22291/commits/5449652abf0bb9dddd0d796de4120e60f19f89a5
- Version update to Kodi 19.5 Matrix
* "fix-formattable-string.patch" is no longer needed, remove it
* Check if cmake/KodiConfig.cmake is installed at the proper
location; if not, fix it