Revisions of kodi (20)
- Version update to Kodi 21.2 Omega - Tag name has changed from 21.1-Omega into v21.2-Omega; reflect this in the value for Source0!
- Restrict swig version to < 4.2; newer versions on Tumbleweed do not accept all options used by kodi.
- 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