fix build warning
(cherry picked from commit 27d96dd506797fe82b3b5bf8d3af8a9eb84d6412)
This commit is contained in:
parent
87906b034f
commit
de60db953b
17
qtav.spec
17
qtav.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Name: qtav
|
||||
Version: 1.13.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A media playback framework based on Qt and FFmpeg
|
||||
License: LGPLv2+ and GPLv3+ and BSD
|
||||
URL: http://www.qtav.org/
|
||||
@ -128,14 +128,14 @@ This package contains the QtAV based players.
|
||||
%prep
|
||||
%autosetup -n %repo-%{version} -N
|
||||
|
||||
%patch0 -p1 -b .backup
|
||||
%patch1 -p1 -b .backup
|
||||
%patch2 -p1 -b .backup
|
||||
%patch 0 -p1 -b .backup
|
||||
%patch 1 -p1 -b .backup
|
||||
%patch 2 -p1 -b .backup
|
||||
%if %{with oldffmpeg}
|
||||
%patch3 -p1 -b .backup
|
||||
%patch 3 -p1 -b .backup
|
||||
%endif
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch 4 -p1
|
||||
%patch 5 -p1
|
||||
|
||||
# E: script-without-shebang /usr/share/icons/hicolor/scalable/apps/QtAV.svg
|
||||
# ignore them src/QtAV.svg: SVG Scalable Vector Graphics image
|
||||
@ -239,6 +239,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2024 zhangxianjun <zhangxianjun@kylinos.cn> 1.13.0-3
|
||||
- fix: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N)
|
||||
|
||||
* Wed Apr 03 2024 peijiankang <peijiankang@kylinos.cn> - 1.13.0-2
|
||||
- add 0004-ffmpeg-5.0.patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user