fix build warning: %patchN is deprecated
This commit is contained in:
parent
97f55b2ab4
commit
7d14375ffc
@ -1,6 +1,6 @@
|
|||||||
Name: kylin-video
|
Name: kylin-video
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A powerful video player
|
Summary: A powerful video player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
URL: https://gitee.com/openkylin/kylin-video
|
URL: https://gitee.com/openkylin/kylin-video
|
||||||
@ -41,10 +41,10 @@ It supports both x86 and ARM platform, and supports most of the audio and video
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch01 -p1
|
%patch 1 -p1
|
||||||
%patch02 -p1
|
%patch 2 -p1
|
||||||
%patch03 -p1
|
%patch 3 -p1
|
||||||
%patch04 -p1
|
%patch 4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir qmake-build
|
mkdir qmake-build
|
||||||
@ -67,6 +67,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.1.4-5
|
||||||
|
- fix rpm build warning: %patchN is deprecated
|
||||||
|
|
||||||
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.1.4-4
|
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.1.4-4
|
||||||
- fix build error of ffmpeg-6.1.1
|
- fix build error of ffmpeg-6.1.1
|
||||||
- fix build error of missing MPV_EVENT_TRACK_SWITCHED definition
|
- fix build error of missing MPV_EVENT_TRACK_SWITCHED definition
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user