Fix requires conflict
This commit is contained in:
parent
bc33eae633
commit
29a704738d
25
ffmpeg.spec
25
ffmpeg.spec
@ -1,24 +1,5 @@
|
|||||||
# Cuda and others are only available on some arches
|
# Cuda and others are only available on some arches
|
||||||
%global cuda_arches x86_64
|
%global cuda_arches x86_64
|
||||||
|
|
||||||
%if 0%{?el7}
|
|
||||||
%global _without_aom 1
|
|
||||||
%global _without_dav1d 1
|
|
||||||
%global _without_frei0r 1
|
|
||||||
%global _without_opus 1
|
|
||||||
%global _without_srt 1
|
|
||||||
%global _without_vpx 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
||||||
%if 0%{?rhel} > 7
|
|
||||||
%ifarch x86_64 i686
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%ifarch x86_64
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# flavor nonfree
|
# flavor nonfree
|
||||||
%if 0%{?_with_cuda:1}
|
%if 0%{?_with_cuda:1}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
@ -80,7 +61,7 @@ ExclusiveArch: armv7hnl
|
|||||||
Summary: Digital VCR and streaming server
|
Summary: Digital VCR and streaming server
|
||||||
Name: ffmpeg%{?flavor}
|
Name: ffmpeg%{?flavor}
|
||||||
Version: 4.2.4
|
Version: 4.2.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: %{ffmpeg_license}
|
License: %{ffmpeg_license}
|
||||||
URL: http://ffmpeg.org/
|
URL: http://ffmpeg.org/
|
||||||
%if 0%{?date}
|
%if 0%{?date}
|
||||||
@ -196,6 +177,7 @@ This package contains the libraries for %{name}
|
|||||||
%package -n libavdevice%{?flavor}
|
%package -n libavdevice%{?flavor}
|
||||||
Summary: Special devices muxing/demuxing library
|
Summary: Special devices muxing/demuxing library
|
||||||
Requires: %{name}-libs%{_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{_isa} = %{version}-%{release}
|
||||||
|
Requires: jack-audio-connection-kit
|
||||||
|
|
||||||
%description -n libavdevice%{?flavor}
|
%description -n libavdevice%{?flavor}
|
||||||
Libavdevice is a complementary library to libavf "libavformat". It provides
|
Libavdevice is a complementary library to libavf "libavformat". It provides
|
||||||
@ -421,5 +403,8 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 20 2021 weidong <weidong@uniontech.com> - 4.2.4-2
|
||||||
|
- Fix requires conflict
|
||||||
|
|
||||||
* Fri May 07 2021 weidong <weidong@uniontech.com> - 4.2.4-1
|
* Fri May 07 2021 weidong <weidong@uniontech.com> - 4.2.4-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user