Overview
kodi-noX-raspberry-pi.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Sat Dec 3 11:28:18 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Explicitly request packages from the ffmpeg-4 branch to avoid
6
+ pulling in ffmpeg-5 on TW
7
+
8
+-------------------------------------------------------------------
9
Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
10
11
- Apply upstream patch to fix "formatting of non-void pointers is
12
kodi-noX-raspberry-pi2.changes
Changed
12
1
2
-------------------------------------------------------------------
3
+Sat Dec 3 11:28:18 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Explicitly request packages from the ffmpeg-4 branch to avoid
6
+ pulling in ffmpeg-5 on TW
7
+
8
+-------------------------------------------------------------------
9
Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
10
11
- Apply upstream patch to fix "formatting of non-void pointers is
12
kodi-noX.changes
Changed
12
1
2
-------------------------------------------------------------------
3
+Sat Dec 3 11:28:18 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Explicitly request packages from the ffmpeg-4 branch to avoid
6
+ pulling in ffmpeg-5 on TW
7
+
8
+-------------------------------------------------------------------
9
Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
10
11
- Apply upstream patch to fix "formatting of non-void pointers is
12
kodi.changes
Changed
12
1
2
-------------------------------------------------------------------
3
+Sat Dec 3 11:28:18 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Explicitly request packages from the ffmpeg-4 branch to avoid
6
+ pulling in ffmpeg-5 on TW
7
+
8
+-------------------------------------------------------------------
9
Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
10
11
- Apply upstream patch to fix "formatting of non-void pointers is
12
kodi-noX-raspberry-pi.spec
Changed
26
1
2
%endif
3
BuildRequires: libcap-devel
4
%if %{with sysffmpeg}
5
+%if 0%{?suse_version} >= 1550
6
+# Explicitly request packages from the ffmpeg-4 branch to avoid pulling in ffmpeg-5 on TW
7
+BuildRequires: ffmpeg-4-libavcodec-devel
8
+BuildRequires: ffmpeg-4-libavfilter-devel
9
+BuildRequires: ffmpeg-4-libavformat-devel
10
+BuildRequires: ffmpeg-4-libavutil-devel
11
+BuildRequires: ffmpeg-4-libpostproc-devel
12
+BuildRequires: ffmpeg-4-libswscale-devel
13
+BuildRequires: ffmpeg-4-libswresample-devel
14
+%else
15
BuildRequires: pkgconfig(libavcodec) >= 58.18.100
16
BuildRequires: pkgconfig(libavfilter) >= 6.107.100
17
BuildRequires: pkgconfig(libavformat) >= 58.12.100
18
19
BuildRequires: pkgconfig(libpostproc) >= 54.7.100
20
BuildRequires: pkgconfig(libswscale) >= 4.8.100
21
BuildRequires: pkgconfig(libswresample) >= 3.1.100
22
+%endif
23
%else
24
BuildRequires: ladspa-devel
25
BuildRequires: libgsm-devel
26
kodi-noX-raspberry-pi2.spec
Changed
26
1
2
%endif
3
BuildRequires: libcap-devel
4
%if %{with sysffmpeg}
5
+%if 0%{?suse_version} >= 1550
6
+# Explicitly request packages from the ffmpeg-4 branch to avoid pulling in ffmpeg-5 on TW
7
+BuildRequires: ffmpeg-4-libavcodec-devel
8
+BuildRequires: ffmpeg-4-libavfilter-devel
9
+BuildRequires: ffmpeg-4-libavformat-devel
10
+BuildRequires: ffmpeg-4-libavutil-devel
11
+BuildRequires: ffmpeg-4-libpostproc-devel
12
+BuildRequires: ffmpeg-4-libswscale-devel
13
+BuildRequires: ffmpeg-4-libswresample-devel
14
+%else
15
BuildRequires: pkgconfig(libavcodec) >= 58.18.100
16
BuildRequires: pkgconfig(libavfilter) >= 6.107.100
17
BuildRequires: pkgconfig(libavformat) >= 58.12.100
18
19
BuildRequires: pkgconfig(libpostproc) >= 54.7.100
20
BuildRequires: pkgconfig(libswscale) >= 4.8.100
21
BuildRequires: pkgconfig(libswresample) >= 3.1.100
22
+%endif
23
%else
24
BuildRequires: ladspa-devel
25
BuildRequires: libgsm-devel
26
kodi-noX.spec
Changed
26
1
2
%endif
3
BuildRequires: libcap-devel
4
%if %{with sysffmpeg}
5
+%if 0%{?suse_version} >= 1550
6
+# Explicitly request packages from the ffmpeg-4 branch to avoid pulling in ffmpeg-5 on TW
7
+BuildRequires: ffmpeg-4-libavcodec-devel
8
+BuildRequires: ffmpeg-4-libavfilter-devel
9
+BuildRequires: ffmpeg-4-libavformat-devel
10
+BuildRequires: ffmpeg-4-libavutil-devel
11
+BuildRequires: ffmpeg-4-libpostproc-devel
12
+BuildRequires: ffmpeg-4-libswscale-devel
13
+BuildRequires: ffmpeg-4-libswresample-devel
14
+%else
15
BuildRequires: pkgconfig(libavcodec) >= 58.18.100
16
BuildRequires: pkgconfig(libavfilter) >= 6.107.100
17
BuildRequires: pkgconfig(libavformat) >= 58.12.100
18
19
BuildRequires: pkgconfig(libpostproc) >= 54.7.100
20
BuildRequires: pkgconfig(libswscale) >= 4.8.100
21
BuildRequires: pkgconfig(libswresample) >= 3.1.100
22
+%endif
23
%else
24
BuildRequires: ladspa-devel
25
BuildRequires: libgsm-devel
26
kodi.spec
Changed
26
1
2
%endif
3
BuildRequires: libcap-devel
4
%if %{with sysffmpeg}
5
+%if 0%{?suse_version} >= 1550
6
+# Explicitly request packages from the ffmpeg-4 branch to avoid pulling in ffmpeg-5 on TW
7
+BuildRequires: ffmpeg-4-libavcodec-devel
8
+BuildRequires: ffmpeg-4-libavfilter-devel
9
+BuildRequires: ffmpeg-4-libavformat-devel
10
+BuildRequires: ffmpeg-4-libavutil-devel
11
+BuildRequires: ffmpeg-4-libpostproc-devel
12
+BuildRequires: ffmpeg-4-libswscale-devel
13
+BuildRequires: ffmpeg-4-libswresample-devel
14
+%else
15
BuildRequires: pkgconfig(libavcodec) >= 58.18.100
16
BuildRequires: pkgconfig(libavfilter) >= 6.107.100
17
BuildRequires: pkgconfig(libavformat) >= 58.12.100
18
19
BuildRequires: pkgconfig(libpostproc) >= 54.7.100
20
BuildRequires: pkgconfig(libswscale) >= 4.8.100
21
BuildRequires: pkgconfig(libswresample) >= 3.1.100
22
+%endif
23
%else
24
BuildRequires: ladspa-devel
25
BuildRequires: libgsm-devel
26
Refresh
No build results available
Refresh
No rpmlint results available
Login required, please
login
or
signup
in order to comment
Request History
manfred.h created request about 2 years ago
- Explicitly request packages from the ffmpeg-4 branch to avoid
pulling in ffmpeg-5 on TW
manfred.h accepted request about 2 years ago