]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/commitdiff
Revert "apply ffmpeg 5 patches only when building with ffmpeg >= 5" auto/th/qt5-qtwebengine-5.15.15-3
authorJan Palus <atler@pld-linux.org>
Fri, 22 Dec 2023 23:51:37 +0000 (00:51 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 22 Dec 2023 23:51:37 +0000 (00:51 +0100)
rpm-specdump cannot deal with combination of this specific %if and
%ffmpeg_ver having dash in "ffmpeg-devel". get it out of the way for a
rebuild.

This reverts commit fa199ea5bc4181829b20bf261830c22f8fe306e4.

qt5-qtwebengine.spec

index 0f9e18c1d90084e3b5c18f2e07e35a6702139f29..ca85d35e8ff46314637622af9ed2eef0883faafc 100644 (file)
@@ -122,8 +122,6 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                qt5bindir       %(qtpaths-qt5 --binaries-dir)
 
-%define                ffmpeg_ver      %(rpm -q --qf=%%{V} ffmpeg-devel)
-
 %description
 Qt is a cross-platform application and UI framework. Using Qt, you can
 write web-enabled applications once and deploy them across desktop,
@@ -287,12 +285,10 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 %endif
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1 -d src/3rdparty
 %patch4 -p1 -d src/3rdparty
 %patch5 -p1 -d src/3rdparty/chromium
-%if %{_ver_ge "%ffmpeg_ver" "5"}
-%patch3 -p1 -d src/3rdparty
 %patch6 -p1 -d src/3rdparty/chromium
-%endif
 
 %{qt5bindir}/syncqt.pl -version %{version}
 
This page took 0.052577 seconds and 4 git commands to generate.