Accepting request 993674 from home:cgiboudeaux:branches:KDE:Qt:5.15
- Stop using 'pkgconfig(xxx)' BuildRequires for FFmpeg dependencies. They will point to FFmpeg-5 soon. OBS-URL: https://build.opensuse.org/request/show/993674 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwebengine?expand=0&rev=43
This commit is contained in:
parent
ab91904ebd
commit
cf678a3891
@ -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>
|
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
|
#!BuildIgnore: rpmlint
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
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: flac-devel
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
@ -122,11 +127,6 @@ BuildRequires: pkgconfig(icu-uc) >= 65.0
|
|||||||
BuildRequires: pkgconfig(icu-i18n) >= 65.0
|
BuildRequires: pkgconfig(icu-i18n) >= 65.0
|
||||||
BuildRequires: pkgconfig(jsoncpp)
|
BuildRequires: pkgconfig(jsoncpp)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
%if %{with system_ffmpeg}
|
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
|
||||||
BuildRequires: pkgconfig(libavformat)
|
|
||||||
BuildRequires: pkgconfig(libavutil)
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(libevent)
|
BuildRequires: pkgconfig(libevent)
|
||||||
|
Loading…
Reference in New Issue
Block a user