Changes of Revision 192

kodi-noX-raspberry-pi.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 05:41:54 UTC 2022 - Sagi Ben-Akiva <sagiben@gmail.com>
4
+
5
+- Version update to Kodi 19.4 Matrix 
6
+
7
+-------------------------------------------------------------------
8
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
9
 
10
 - Version update to Kodi 19.3 Matrix
11
kodi-noX-raspberry-pi2.changes Changed
11
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 05:41:54 UTC 2022 - Sagi Ben-Akiva <sagiben@gmail.com>
4
+
5
+- Version update to Kodi 19.4 Matrix 
6
+
7
+-------------------------------------------------------------------
8
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
9
 
10
 - Version update to Kodi 19.3 Matrix
11
kodi-noX.changes Changed
11
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 05:41:54 UTC 2022 - Sagi Ben-Akiva <sagiben@gmail.com>
4
+
5
+- Version update to Kodi 19.4 Matrix 
6
+
7
+-------------------------------------------------------------------
8
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
9
 
10
 - Version update to Kodi 19.3 Matrix
11
kodi.changes Changed
11
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 05:41:54 UTC 2022 - Sagi Ben-Akiva <sagiben@gmail.com>
4
+
5
+- Version update to Kodi 19.4 Matrix 
6
+
7
+-------------------------------------------------------------------
8
 Sun Oct 31 10:55:49 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
9
 
10
 - Version update to Kodi 19.3 Matrix
11
kodi-noX-raspberry-pi.spec Changed
48
 
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
@@ -389,6 +394,9 @@
31
 %if %{dev_build}
32
     -DVERBOSE=ON \
33
 %endif
34
+%if %{with kodi_with_wayland}
35
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
36
+%endif
37
     -DCMAKE_C_COMPILER=$CC \
38
     -DCMAKE_CXX_COMPILER=$CXX \
39
     -DENABLE_INTERNAL_FMT=OFF \
40
@@ -651,6 +659,7 @@
41
 %{_datadir}/kodi/cmake/ProjectMacros.cmake
42
 %{_datadir}/kodi/cmake/PathSetup.cmake
43
 
44
+%{_datadir}/metainfo/org.xbmc.kodi.metainfo.xml
45
 
46
 %files devel
47
 %defattr(-,root,root)
48
kodi-noX-raspberry-pi2.spec Changed
48
 
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
@@ -389,6 +394,9 @@
31
 %if %{dev_build}
32
     -DVERBOSE=ON \
33
 %endif
34
+%if %{with kodi_with_wayland}
35
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
36
+%endif
37
     -DCMAKE_C_COMPILER=$CC \
38
     -DCMAKE_CXX_COMPILER=$CXX \
39
     -DENABLE_INTERNAL_FMT=OFF \
40
@@ -651,6 +659,7 @@
41
 %{_datadir}/kodi/cmake/ProjectMacros.cmake
42
 %{_datadir}/kodi/cmake/PathSetup.cmake
43
 
44
+%{_datadir}/metainfo/org.xbmc.kodi.metainfo.xml
45
 
46
 %files devel
47
 %defattr(-,root,root)
48
kodi-noX.spec Changed
48
 
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
@@ -389,6 +394,9 @@
31
 %if %{dev_build}
32
     -DVERBOSE=ON \
33
 %endif
34
+%if %{with kodi_with_wayland}
35
+    -DWAYLANDPP_INCLUDE_DIR="$(pkg-config --cflags-only-I wayland-client++ | sed -e 's/^-I//;s/ -I/;/g;s/ $//')" \
36
+%endif
37
     -DCMAKE_C_COMPILER=$CC \
38
     -DCMAKE_CXX_COMPILER=$CXX \
39
     -DENABLE_INTERNAL_FMT=OFF \
40
@@ -651,6 +659,7 @@
41
 %{_datadir}/kodi/cmake/ProjectMacros.cmake
42
 %{_datadir}/kodi/cmake/PathSetup.cmake
43
 
44
+%{_datadir}/metainfo/org.xbmc.kodi.metainfo.xml
45
 
46
 %files devel
47
 %defattr(-,root,root)
48
kodi.spec Changed
18
 
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
@@ -659,6 +659,7 @@
11
 %{_datadir}/kodi/cmake/ProjectMacros.cmake
12
 %{_datadir}/kodi/cmake/PathSetup.cmake
13
 
14
+%{_datadir}/metainfo/org.xbmc.kodi.metainfo.xml
15
 
16
 %files devel
17
 %defattr(-,root,root)
18
_service:download_files:19.3-Matrix.tar.gz Deleted
_service:download_files:19.4-Matrix.tar.gz Added