|
|
|
@ -2,17 +2,17 @@
|
|
|
|
|
%global _lto_cflags %{nil}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%define codecdir %{_libdir}/codecs
|
|
|
|
|
#define pre 20211109svn
|
|
|
|
|
#define svn 1
|
|
|
|
|
#define svnbuild 2021-11-09
|
|
|
|
|
%global codecdir %{_libdir}/codecs
|
|
|
|
|
%global pre 20220726svn
|
|
|
|
|
%global svn 1
|
|
|
|
|
%global svnbuild 2022-07-26
|
|
|
|
|
|
|
|
|
|
Name: mplayer
|
|
|
|
|
Version: 1.5
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
%if 0%{?svn}
|
|
|
|
|
Release: 0.1%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
Release: 0.3%{?pre:.%{pre}}%{?dist}
|
|
|
|
|
%else
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
%endif
|
|
|
|
|
Summary: Movie player playing most video formats and DVDs
|
|
|
|
|
|
|
|
|
@ -103,6 +103,7 @@ BuildRequires: libxml2
|
|
|
|
|
BuildRequires: libxslt
|
|
|
|
|
%endif
|
|
|
|
|
Requires: mplayer-common = %{version}-%{release}
|
|
|
|
|
Requires: ffmpeg-libs%{?_isa}
|
|
|
|
|
Provides: mplayer-backend
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -140,6 +141,7 @@ This package contains common files for MPlayer packages.
|
|
|
|
|
%package gui
|
|
|
|
|
Summary: GUI for MPlayer
|
|
|
|
|
Requires: mplayer-common = %{version}-%{release}
|
|
|
|
|
Requires: ffmpeg-libs%{?_isa}
|
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
|
|
|
|
|
|
%description gui
|
|
|
|
@ -148,6 +150,7 @@ This package contains a GUI for MPlayer and a default skin for it.
|
|
|
|
|
%package -n mencoder
|
|
|
|
|
Summary: MPlayer movie encoder
|
|
|
|
|
Requires: mplayer-common = %{version}-%{release}
|
|
|
|
|
Requires: ffmpeg-libs%{?_isa}
|
|
|
|
|
|
|
|
|
|
%description -n mencoder
|
|
|
|
|
This package contains the MPlayer movie encoder.
|
|
|
|
@ -232,6 +235,8 @@ rm -rf ffmpeg
|
|
|
|
|
mkdir 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
|
|
|
|
|
pushd GUI
|
|
|
|
|
export CC=gcc
|
|
|
|
@ -376,8 +381,17 @@ fi
|
|
|
|
|
%{_datadir}/mplayer/*.fp
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 26 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
* 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
|
|
|
|
|
- Add requires ffmpeg-libs
|
|
|
|
|
|
|
|
|
|
* Sat Aug 06 2022 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-0.1.20220726svn
|
|
|
|
|
- Update to latest svn
|
|
|
|
|
|
|
|
|
|
* Sun Jun 12 2022 Sérgio Basto <sergio@serjux.com> - 1.5-2
|
|
|
|
|
- Mass rebuild for x264-0.164
|
|
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Leigh Scott <leigh123linux@gmail.com> - 1.5-1
|
|
|
|
|
- Update to 1.5 release
|