automatic version update by autodist [release 7.1-1mamba;Mon Sep 30 2024]
This commit is contained in:
parent
385138ca3b
commit
25ea4bd15a
26
ffmpeg.spec
26
ffmpeg.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: ffmpeg
|
Name: ffmpeg
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 7.0.2
|
Version: 7.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
|
Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -375,6 +375,9 @@ export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types -Wno-error=int-conv
|
|||||||
%if %enable_non_free
|
%if %enable_non_free
|
||||||
--enable-nonfree \
|
--enable-nonfree \
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %{ix86}
|
||||||
|
--disable-decoder="vvc"
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -392,32 +395,14 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libavcodec -p /sbin/ldconfig
|
|
||||||
%postun -n libavcodec -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libavdevice -p /sbin/ldconfig
|
|
||||||
%postun -n libavdevice -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libavfilter -p /sbin/ldconfig
|
|
||||||
%postun -n libavfilter -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libavformat -p /sbin/ldconfig
|
|
||||||
%postun -n libavformat -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libavresample -p /sbin/ldconfig
|
|
||||||
%postun -n libavresample -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libavutil -p /sbin/ldconfig
|
|
||||||
%postun -n libavutil -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libpostproc -p /sbin/ldconfig
|
|
||||||
%postun -n libpostproc -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libswscale -p /sbin/ldconfig
|
|
||||||
%postun -n libswscale -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libswresample -p /sbin/ldconfig
|
|
||||||
%postun -n libswresample -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -566,6 +551,9 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
|
|||||||
%{_docdir}/ffmpeg/*
|
%{_docdir}/ffmpeg/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 30 2024 Automatic Build System <autodist@openmamba.org> 7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 03 2024 Automatic Build System <autodist@openmamba.org> 7.0.2-1mamba
|
* Sat Aug 03 2024 Automatic Build System <autodist@openmamba.org> 7.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user