forked from pool/libqt5-qtwebengine
Accepting request 993685 from KDE:Qt:5.15
- Stop using 'pkgconfig(xxx)' BuildRequires for FFmpeg dependencies. They will point to FFmpeg-5 soon. (forwarded request 993674 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/993685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=82
This commit is contained in:
commit
42f2d24ac8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 06:45:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Stop using 'pkgconfig(xxx)' BuildRequires for FFmpeg
|
||||
dependencies. They will point to FFmpeg-5 soon.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 14:36:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -56,6 +56,11 @@ ExcludeArch: ppc ppc64 ppc64le s390 s390x
|
||||
#!BuildIgnore: rpmlint
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
%if %{with system_ffmpeg}
|
||||
BuildRequires: ffmpeg-4-libavcodec-devel
|
||||
BuildRequires: ffmpeg-4-libavformat-devel
|
||||
BuildRequires: ffmpeg-4-libavutil-devel
|
||||
%endif
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: gperf
|
||||
@ -122,11 +127,6 @@ BuildRequires: pkgconfig(icu-uc) >= 65.0
|
||||
BuildRequires: pkgconfig(icu-i18n) >= 65.0
|
||||
BuildRequires: pkgconfig(jsoncpp)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
%if %{with system_ffmpeg}
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libevent)
|
||||
|
Loading…
Reference in New Issue
Block a user