Changes of Revision 83

kodi-noX-raspberry-pi.changes Changed
x
 
1
@@ -1,4 +1,13 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Version update to Kodi 19.4 Matrix
6
+  * Don't rely on legacy versions of packages fmt and spdlog for
7
+    openSUSE_Tumbleweed anymore. Package deletion for
8
+    Multimedia/A_tw-fmt and
9
+    Multimedia/A_tw-spdlog requested.
10
+
11
+-------------------------------------------------------------------
12
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
13
 
14
 - Version update to Kodi 19.3 Matrix
15
kodi-noX-raspberry-pi2.changes Changed
15
 
1
@@ -1,4 +1,13 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Version update to Kodi 19.4 Matrix
6
+  * Don't rely on legacy versions of packages fmt and spdlog for
7
+    openSUSE_Tumbleweed anymore. Package deletion for
8
+    Multimedia/A_tw-fmt and
9
+    Multimedia/A_tw-spdlog requested.
10
+
11
+-------------------------------------------------------------------
12
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
13
 
14
 - Version update to Kodi 19.3 Matrix
15
kodi-noX.changes Changed
15
 
1
@@ -1,4 +1,13 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Version update to Kodi 19.4 Matrix
6
+  * Don't rely on legacy versions of packages fmt and spdlog for
7
+    openSUSE_Tumbleweed anymore. Package deletion for
8
+    Multimedia/A_tw-fmt and
9
+    Multimedia/A_tw-spdlog requested.
10
+
11
+-------------------------------------------------------------------
12
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
13
 
14
 - Version update to Kodi 19.3 Matrix
15
kodi.changes Changed
15
 
1
@@ -1,4 +1,13 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Version update to Kodi 19.4 Matrix
6
+  * Don't rely on legacy versions of packages fmt and spdlog for
7
+    openSUSE_Tumbleweed anymore. Package deletion for
8
+    Multimedia/A_tw-fmt and
9
+    Multimedia/A_tw-spdlog requested.
10
+
11
+-------------------------------------------------------------------
12
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
13
 
14
 - Version update to Kodi 19.3 Matrix
15
kodi-noX-raspberry-pi.spec Changed
49
 
1
@@ -28,7 +28,11 @@
2
 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
3
 %bcond_with kodi_with_X11
4
 # Enable or disable Wayland depending on whether the stack is usable or not:
5
+%if 0%{?suse_version} >= 1550
6
+%bcond_without kodi_with_wayland
7
+%else
8
 %bcond_with kodi_with_wayland
9
+%endif
10
 
11
 %define kodi_platform raspberry-pi
12
 %define kodi_player omxplayer
13
@@ -49,7 +53,7 @@
14
 ExclusiveArch: does-not-build
15
 
16
 Name:           kodi-noX-raspberry-pi
17
-Version:        19.3
18
+Version:        19.4
19
 Release:        0
20
 Summary:        Media center (formerly known as XBMC)
21
 License:        GPL-2.0+ and GPL-3.0+
22
@@ -247,6 +251,7 @@
23
 %if %{with kodi_with_wayland}
24
 BuildRequires:  pkgconfig(libva-wayland)
25
 BuildRequires:  pkgconfig(wayland-scanner)
26
+BuildRequires:  pkgconfig(wayland-scanner++)
27
 BuildRequires:  pkgconfig(wayland-protocols)
28
 BuildRequires:  pkgconfig(wayland-client)
29
 BuildRequires:  pkgconfig(wayland-client++)
30
@@ -284,7 +289,7 @@
31
 BuildRequires:  libjpeg8-devel
32
 BuildRequires:  lzo-devel
33
 #
34
-BuildRequires:  pkgconfig(spdlog) > 1.5.0
35
+BuildRequires:  pkgconfig(spdlog) > 1.8.0
36
 BuildRequires:  libunistring-devel
37
 
38
 %if 0%{?suse_version} > 1510
39
@@ -389,6 +394,9 @@
40
 %if %{dev_build}
41
     -DVERBOSE=ON \
42
 %endif
43
+%if %{with kodi_with_wayland}
44
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
45
+%endif
46
     -DCMAKE_C_COMPILER=$CC \
47
     -DCMAKE_CXX_COMPILER=$CXX \
48
     -DENABLE_INTERNAL_FMT=OFF \
49
kodi-noX-raspberry-pi2.spec Changed
49
 
1
@@ -28,7 +28,11 @@
2
 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
3
 %bcond_with kodi_with_X11
4
 # Enable or disable Wayland depending on whether the stack is usable or not:
5
+%if 0%{?suse_version} >= 1550
6
+%bcond_without kodi_with_wayland
7
+%else
8
 %bcond_with kodi_with_wayland
9
+%endif
10
 
11
 %define kodi_platform raspberry-pi2
12
 %define kodi_player omxplayer
13
@@ -49,7 +53,7 @@
14
 ExclusiveArch: does-not-build
15
 
16
 Name:           kodi-noX-raspberry-pi2
17
-Version:        19.3
18
+Version:        19.4
19
 Release:        0
20
 Summary:        Media center (formerly known as XBMC)
21
 License:        GPL-2.0+ and GPL-3.0+
22
@@ -247,6 +251,7 @@
23
 %if %{with kodi_with_wayland}
24
 BuildRequires:  pkgconfig(libva-wayland)
25
 BuildRequires:  pkgconfig(wayland-scanner)
26
+BuildRequires:  pkgconfig(wayland-scanner++)
27
 BuildRequires:  pkgconfig(wayland-protocols)
28
 BuildRequires:  pkgconfig(wayland-client)
29
 BuildRequires:  pkgconfig(wayland-client++)
30
@@ -284,7 +289,7 @@
31
 BuildRequires:  libjpeg8-devel
32
 BuildRequires:  lzo-devel
33
 #
34
-BuildRequires:  pkgconfig(spdlog) > 1.5.0
35
+BuildRequires:  pkgconfig(spdlog) > 1.8.0
36
 BuildRequires:  libunistring-devel
37
 
38
 %if 0%{?suse_version} > 1510
39
@@ -389,6 +394,9 @@
40
 %if %{dev_build}
41
     -DVERBOSE=ON \
42
 %endif
43
+%if %{with kodi_with_wayland}
44
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
45
+%endif
46
     -DCMAKE_C_COMPILER=$CC \
47
     -DCMAKE_CXX_COMPILER=$CXX \
48
     -DENABLE_INTERNAL_FMT=OFF \
49
kodi-noX.spec Changed
49
 
1
@@ -28,7 +28,11 @@
2
 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center)
3
 %bcond_with kodi_with_X11
4
 # Enable or disable Wayland depending on whether the stack is usable or not:
5
+%if 0%{?suse_version} >= 1550
6
+%bcond_without kodi_with_wayland
7
+%else
8
 %bcond_with kodi_with_wayland
9
+%endif
10
 
11
 %define kodi_platform none
12
 %define kodi_player none
13
@@ -49,7 +53,7 @@
14
 ExclusiveArch: does-not-build
15
 
16
 Name:           kodi-noX
17
-Version:        19.3
18
+Version:        19.4
19
 Release:        0
20
 Summary:        Media center (formerly known as XBMC)
21
 License:        GPL-2.0+ and GPL-3.0+
22
@@ -247,6 +251,7 @@
23
 %if %{with kodi_with_wayland}
24
 BuildRequires:  pkgconfig(libva-wayland)
25
 BuildRequires:  pkgconfig(wayland-scanner)
26
+BuildRequires:  pkgconfig(wayland-scanner++)
27
 BuildRequires:  pkgconfig(wayland-protocols)
28
 BuildRequires:  pkgconfig(wayland-client)
29
 BuildRequires:  pkgconfig(wayland-client++)
30
@@ -284,7 +289,7 @@
31
 BuildRequires:  libjpeg8-devel
32
 BuildRequires:  lzo-devel
33
 #
34
-BuildRequires:  pkgconfig(spdlog) > 1.5.0
35
+BuildRequires:  pkgconfig(spdlog) > 1.8.0
36
 BuildRequires:  libunistring-devel
37
 
38
 %if 0%{?suse_version} > 1510
39
@@ -389,6 +394,9 @@
40
 %if %{dev_build}
41
     -DVERBOSE=ON \
42
 %endif
43
+%if %{with kodi_with_wayland}
44
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
45
+%endif
46
     -DCMAKE_C_COMPILER=$CC \
47
     -DCMAKE_CXX_COMPILER=$CXX \
48
     -DENABLE_INTERNAL_FMT=OFF \
49
kodi.spec Changed
19
 
1
@@ -53,7 +53,7 @@
2
 ExclusiveArch: %ix86 x86_64 %arm aarch64
3
 
4
 Name:           kodi
5
-Version:        19.3
6
+Version:        19.4
7
 Release:        0
8
 Summary:        Media center (formerly known as XBMC)
9
 License:        GPL-2.0+ and GPL-3.0+
10
@@ -289,7 +289,7 @@
11
 BuildRequires:  libjpeg8-devel
12
 BuildRequires:  lzo-devel
13
 #
14
-BuildRequires:  pkgconfig(spdlog) > 1.5.0
15
+BuildRequires:  pkgconfig(spdlog) > 1.8.0
16
 BuildRequires:  libunistring-devel
17
 
18
 %if 0%{?suse_version} > 1510
19
_service:download_files:19.3-Matrix.tar.gz Deleted
_service:download_files:19.4-Matrix.tar.gz Added
kodi.VERSION Changed
4
 
1
@@ -1,1 +1,1 @@
2
-20211024-49a04cd
3
+20220302-e12e66e
4