Overview
Request 5529 (accepted)
- Version update to Kodi 19.4 Matrix
* Don't rely on legacy versions of packages fmt and spdlog for
openSUSE_Tumbleweed anymore. Package deletion for
Multimedia/A_tw-fmt and
Multimedia/A_tw-spdlog requested.
This change requires approval of the following two requests:
https://pmbs.links2linux.org/request/show/5528
https://pmbs.links2linux.org/request/show/5527
kodi-noX-raspberry-pi.changes
Changed
-------------------------------------------------------------------
+Wed Mar 9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
+
+- Version update to Kodi 19.4 Matrix
+ * Don't rely on legacy versions of packages fmt and spdlog for
+ openSUSE_Tumbleweed anymore. Package deletion for
+ Multimedia/A_tw-fmt and
+ Multimedia/A_tw-spdlog requested.
+
+-------------------------------------------------------------------
Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- Version update to Kodi 19.3 Matrix
kodi-noX-raspberry-pi2.changes
Changed
-------------------------------------------------------------------
+Wed Mar 9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
+
+- Version update to Kodi 19.4 Matrix
+ * Don't rely on legacy versions of packages fmt and spdlog for
+ openSUSE_Tumbleweed anymore. Package deletion for
+ Multimedia/A_tw-fmt and
+ Multimedia/A_tw-spdlog requested.
+
+-------------------------------------------------------------------
Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- Version update to Kodi 19.3 Matrix
kodi-noX.changes
Changed
-------------------------------------------------------------------
+Wed Mar 9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
+
+- Version update to Kodi 19.4 Matrix
+ * Don't rely on legacy versions of packages fmt and spdlog for
+ openSUSE_Tumbleweed anymore. Package deletion for
+ Multimedia/A_tw-fmt and
+ Multimedia/A_tw-spdlog requested.
+
+-------------------------------------------------------------------
Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- Version update to Kodi 19.3 Matrix
kodi.changes
Changed
-------------------------------------------------------------------
+Wed Mar 9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
+
+- Version update to Kodi 19.4 Matrix
+ * Don't rely on legacy versions of packages fmt and spdlog for
+ openSUSE_Tumbleweed anymore. Package deletion for
+ Multimedia/A_tw-fmt and
+ Multimedia/A_tw-spdlog requested.
+
+-------------------------------------------------------------------
Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- Version update to Kodi 19.3 Matrix
kodi-noX-raspberry-pi.spec
Changed
# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
%bcond_with kodi_with_X11
# Enable or disable Wayland depending on whether the stack is usable or not:
+%if 0%{?suse_version} >= 1550
+%bcond_without kodi_with_wayland
+%else
%bcond_with kodi_with_wayland
+%endif
%define kodi_platform raspberry-pi
%define kodi_player omxplayer
ExclusiveArch: does-not-build
Name: kodi-noX-raspberry-pi
-Version: 19.3
+Version: 19.4
Release: 0
Summary: Media center (formerly known as XBMC)
License: GPL-2.0+ and GPL-3.0+
%if %{with kodi_with_wayland}
BuildRequires: pkgconfig(libva-wayland)
BuildRequires: pkgconfig(wayland-scanner)
+BuildRequires: pkgconfig(wayland-scanner++)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-client++)
BuildRequires: libjpeg8-devel
BuildRequires: lzo-devel
#
-BuildRequires: pkgconfig(spdlog) > 1.5.0
+BuildRequires: pkgconfig(spdlog) > 1.8.0
BuildRequires: libunistring-devel
%if 0%{?suse_version} > 1510
%if %{dev_build}
-DVERBOSE=ON \
%endif
+%if %{with kodi_with_wayland}
+ -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
+%endif
-DCMAKE_C_COMPILER=$CC \
-DCMAKE_CXX_COMPILER=$CXX \
-DENABLE_INTERNAL_FMT=OFF \
kodi-noX-raspberry-pi2.spec
Changed
# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
%bcond_with kodi_with_X11
# Enable or disable Wayland depending on whether the stack is usable or not:
+%if 0%{?suse_version} >= 1550
+%bcond_without kodi_with_wayland
+%else
%bcond_with kodi_with_wayland
+%endif
%define kodi_platform raspberry-pi2
%define kodi_player omxplayer
ExclusiveArch: does-not-build
Name: kodi-noX-raspberry-pi2
-Version: 19.3
+Version: 19.4
Release: 0
Summary: Media center (formerly known as XBMC)
License: GPL-2.0+ and GPL-3.0+
%if %{with kodi_with_wayland}
BuildRequires: pkgconfig(libva-wayland)
BuildRequires: pkgconfig(wayland-scanner)
+BuildRequires: pkgconfig(wayland-scanner++)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-client++)
BuildRequires: libjpeg8-devel
BuildRequires: lzo-devel
#
-BuildRequires: pkgconfig(spdlog) > 1.5.0
+BuildRequires: pkgconfig(spdlog) > 1.8.0
BuildRequires: libunistring-devel
%if 0%{?suse_version} > 1510
%if %{dev_build}
-DVERBOSE=ON \
%endif
+%if %{with kodi_with_wayland}
+ -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
+%endif
-DCMAKE_C_COMPILER=$CC \
-DCMAKE_CXX_COMPILER=$CXX \
-DENABLE_INTERNAL_FMT=OFF \
kodi-noX.spec
Changed
# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
%bcond_with kodi_with_X11
# Enable or disable Wayland depending on whether the stack is usable or not:
+%if 0%{?suse_version} >= 1550
+%bcond_without kodi_with_wayland
+%else
%bcond_with kodi_with_wayland
+%endif
%define kodi_platform none
%define kodi_player none
ExclusiveArch: does-not-build
Name: kodi-noX
-Version: 19.3
+Version: 19.4
Release: 0
Summary: Media center (formerly known as XBMC)
License: GPL-2.0+ and GPL-3.0+
%if %{with kodi_with_wayland}
BuildRequires: pkgconfig(libva-wayland)
BuildRequires: pkgconfig(wayland-scanner)
+BuildRequires: pkgconfig(wayland-scanner++)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-client++)
BuildRequires: libjpeg8-devel
BuildRequires: lzo-devel
#
-BuildRequires: pkgconfig(spdlog) > 1.5.0
+BuildRequires: pkgconfig(spdlog) > 1.8.0
BuildRequires: libunistring-devel
%if 0%{?suse_version} > 1510
%if %{dev_build}
-DVERBOSE=ON \
%endif
+%if %{with kodi_with_wayland}
+ -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
+%endif
-DCMAKE_C_COMPILER=$CC \
-DCMAKE_CXX_COMPILER=$CXX \
-DENABLE_INTERNAL_FMT=OFF \
kodi.spec
Changed
ExclusiveArch: %ix86 x86_64 %arm aarch64
Name: kodi
-Version: 19.3
+Version: 19.4
Release: 0
Summary: Media center (formerly known as XBMC)
License: GPL-2.0+ and GPL-3.0+
BuildRequires: libjpeg8-devel
BuildRequires: lzo-devel
#
-BuildRequires: pkgconfig(spdlog) > 1.5.0
+BuildRequires: pkgconfig(spdlog) > 1.8.0
BuildRequires: libunistring-devel
%if 0%{?suse_version} > 1510
kodi.VERSION
Changed
-20211024-49a04cd
+20220302-e12e66e
Request History
manfred.h created request over 3 years ago
- Version update to Kodi 19.4 Matrix
* Don't rely on legacy versions of packages fmt and spdlog for
openSUSE_Tumbleweed anymore. Package deletion for
Multimedia/A_tw-fmt and
Multimedia/A_tw-spdlog requested.
This change requires approval of the following two requests:
https://pmbs.links2linux.org/request/show/5528
https://pmbs.links2linux.org/request/show/5527
sagiben accepted request over 3 years ago