|
|
@ -101,7 +101,7 @@
|
|
|
|
Name: ffmpeg
|
|
|
|
Name: ffmpeg
|
|
|
|
%global pkg_name %{name}%{?pkg_suffix}
|
|
|
|
%global pkg_name %{name}%{?pkg_suffix}
|
|
|
|
|
|
|
|
|
|
|
|
Version: 5.1.3
|
|
|
|
Version: 5.1.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A complete solution to record, convert and stream audio and video
|
|
|
|
Summary: A complete solution to record, convert and stream audio and video
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
@ -132,6 +132,12 @@ Patch3: ffmpeg-allow-fdk-aac-free.patch
|
|
|
|
# Set up dlopen for openh264
|
|
|
|
# Set up dlopen for openh264
|
|
|
|
Patch1001: ffmpeg-dlopen-openh264.patch
|
|
|
|
Patch1001: ffmpeg-dlopen-openh264.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add first_dts getter to libavformat for Chromium
|
|
|
|
|
|
|
|
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2240127
|
|
|
|
|
|
|
|
# Reference: https://crbug.com/1306560
|
|
|
|
|
|
|
|
Patch1002: ffmpeg-chromium.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: libavcodec%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libavcodec%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libavdevice%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libavdevice%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libavfilter%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libavfilter%{?pkg_suffix}%{_isa} = %{version}-%{release}
|
|
|
@ -148,6 +154,7 @@ BuildRequires: flite-devel >= 2.2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: game-music-emu-devel
|
|
|
|
BuildRequires: game-music-emu-devel
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gsm-devel
|
|
|
|
BuildRequires: gsm-devel
|
|
|
|
BuildRequires: ladspa-devel
|
|
|
|
BuildRequires: ladspa-devel
|
|
|
@ -552,7 +559,7 @@ This subpackage contains the headers for FFmpeg libswscale.
|
|
|
|
gpgv2 --quiet --keyring %{SOURCE3} %{SOURCE2} %{SOURCE0}
|
|
|
|
gpgv2 --quiet --keyring %{SOURCE3} %{SOURCE2} %{SOURCE0}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%autosetup -a1 -p1
|
|
|
|
%autosetup -a1 -S git_am
|
|
|
|
install -m 0644 %{SOURCE20} enable_decoders
|
|
|
|
install -m 0644 %{SOURCE20} enable_decoders
|
|
|
|
install -m 0644 %{SOURCE21} enable_encoders
|
|
|
|
install -m 0644 %{SOURCE21} enable_encoders
|
|
|
|
# fix -O3 -g in host_cflags
|
|
|
|
# fix -O3 -g in host_cflags
|
|
|
@ -868,6 +875,11 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|
|
|
%{_mandir}/man3/libswscale.3*
|
|
|
|
%{_mandir}/man3/libswscale.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 14 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.1.4-1
|
|
|
|
|
|
|
|
- Update to 5.1.4
|
|
|
|
|
|
|
|
- Add ffmpeg chromium support patch (#2240127)
|
|
|
|
|
|
|
|
- Use git to apply patches
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.1.3-1
|
|
|
|
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.1.3-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|