Overview
xine-lib.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Dec 20 08:37:14 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
4
+
5
+- Ensure the latest ffmpeg-6 packages get used to build the package
6
+
7
+-------------------------------------------------------------------
8
Tue Mar 21 10:33:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
9
10
- Add explicit pkgconfig(egl) BuildRequires, configure checks for
11
xine-lib.spec
Changed
13
1
2
#Prevent building against ffmpeg 3
3
BuildRequires: pkgconfig(libavcodec) >= 58
4
BuildRequires: pkgconfig(libavformat) >= 58
5
-BuildRequires: pkgconfig(libavutil)
6
+BuildRequires: pkgconfig(libavutil) >= 58
7
BuildRequires: pkgconfig(libbluray)
8
-BuildRequires: pkgconfig(libpostproc)
9
+BuildRequires: pkgconfig(libpostproc) >= 57
10
BuildRequires: pkgconfig(mad)
11
BuildRequires: pkgconfig(smbclient)
12
BuildRequires: pkgconfig(vpx)
13
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
manfred-h created request about 1 year ago
- Ensure the latest ffmpeg-6 packages get used to build the package
manfred-h accepted request about 1 year ago
Obviously correct