Fix rfbz#6500

el9 imports/el9/mplayer-1.5.1-0.3.20220726svn.el9
Leigh Scott 2 years ago
parent fe44db38b6
commit e5a06fd800

@ -10,9 +10,9 @@
Name: mplayer Name: mplayer
Version: 1.5.1 Version: 1.5.1
%if 0%{?svn} %if 0%{?svn}
Release: 0.2%{?pre:.%{pre}}%{?dist} Release: 0.3%{?pre:.%{pre}}%{?dist}
%else %else
Release: 2%{?dist} Release: 3%{?dist}
%endif %endif
Summary: Movie player playing most video formats and DVDs Summary: Movie player playing most video formats and DVDs
@ -235,6 +235,8 @@ rm -rf ffmpeg
mkdir GUI mkdir GUI
cp -a `ls -1|grep -v GUI` GUI/ cp -a `ls -1|grep -v GUI` GUI/
sed -i '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!%{__python3}=' TOOLS/{mphelp_check,vobshift}.py
%build %build
pushd GUI pushd GUI
export CC=gcc export CC=gcc
@ -379,6 +381,9 @@ fi
%{_datadir}/mplayer/*.fp %{_datadir}/mplayer/*.fp
%changelog %changelog
* Tue Nov 22 2022 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.3.20220726svn
- Fix rfbz#6500
* Sun Sep 04 2022 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.2.20220726svn * Sun Sep 04 2022 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.2.20220726svn
- Add requires ffmpeg-libs - Add requires ffmpeg-libs

Loading…
Cancel
Save