rebuilt with debug package; removed requirement for mplayer-fonts [release 1.4-2mamba;Fri Nov 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:20:44 +01:00
parent 46aeca9ea3
commit 3183d7c772

View File

@ -9,7 +9,7 @@
Name: mplayer Name: mplayer
Epoch: 1 Epoch: 1
Version: 1.4 Version: 1.4
Release: 1mamba Release: 2mamba
Summary: MPlayer, the Movie Player for Linux Summary: MPlayer, the Movie Player for Linux
Group: Applications/Multimedia Group: Applications/Multimedia
Vendor: openmamba Vendor: openmamba
@ -17,8 +17,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://mplayerhq.hu/ URL: http://mplayerhq.hu/
Source0: http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz Source0: http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz
#Source0: http://www2.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
#Source0: http://www2.mplayerhq.hu/MPlayer/releases/mplayer-export-%{sourcever}.tar.bz2
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-%{skin_blue_ver}.tar.bz2 Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-%{skin_blue_ver}.tar.bz2
Source2: mplayer.desktop Source2: mplayer.desktop
Patch0: %{name}-0.90pre9-runtimemsg.patch Patch0: %{name}-0.90pre9-runtimemsg.patch
@ -107,7 +105,7 @@ BuildRequires: libz-devel
BuildRequires: lirc-devel BuildRequires: lirc-devel
%endif %endif
BuildRequires: mpg123-devel BuildRequires: mpg123-devel
BuildRequires: mplayer-fonts #BuildRequires: mplayer-fonts
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
@ -126,28 +124,12 @@ BuildRequires: ladspa-devel
#BuildRequires: libmad-devel #BuildRequires: libmad-devel
#BuildRequires: libflac-devel #BuildRequires: libflac-devel
#BuildRequires: libdvdnav-devel #BuildRequires: libdvdnav-devel
Requires: mplayer-fonts #Requires: mplayer-fonts
%if %with_mencoder %if %with_mencoder
Requires: mencoder = %{?epoch:%epoch:}%{version}-%{release} Requires: mencoder = %{?epoch:%epoch:}%{version}-%{release}
%endif %endif
Provides: MPlayer = %{?epoch:%epoch:}%{version}-%{release} Provides: MPlayer = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libhda Obsoletes: mplayer-fonts <= 1.1
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME
# Checking for DVD support (libmpdvdkit2) ... no
# Checking for libdts support ... no
# Checking for LADSPA plugin support ... no
# Checking for XAnim DLL ... no (no suitable directory found
# Checking for DivX4 compatibility in XviD ... no
# Checking for Capture for Radio interface ... no
# Checking for Video 4 Linux 2 Radio interface ... no
# Checking for Video 4 Linux Radio interface ... no
# Checking for Video 4 Linux 2 MPEG PVR interface ... no
# Checking for vstream client ... no
# Checking for VIDIX (external) ... no
# FIXME: software patents problems, if any (liblame, libfaad (?))
%description %description
MPlayer is a movie player that plays most video formats as well as DVDs. Its big feature is the wide range of supported output drivers. There are also nice antialiased shaded subtitles and OSD. MPlayer is a movie player that plays most video formats as well as DVDs. Its big feature is the wide range of supported output drivers. There are also nice antialiased shaded subtitles and OSD.
@ -190,16 +172,16 @@ MPlayer is a movie player that plays most video formats as well as DVDs. Its big
This package contains a GUI for MPlayer. This package contains a GUI for MPlayer.
%endif %endif
%debug_package
%prep %prep
%setup -q -n MPlayer-%{version} %setup -q -n MPlayer-%{version}
#mplayer-export-%{sourcever} #-D -T
#%patch0 -p1 -b .runtimemsg #:<< _EOF
#%patch1 -p1 -b .playlist
#%patch5 -p1 -b .liblzo_path
#%patch7 -p1
%patch8 -p1 %patch8 -p1
%build %build
#:<< _EOF
find . -name "CVS" | xargs rm -rf find . -name "CVS" | xargs rm -rf
%if %with_plf %if %with_plf
@ -276,7 +258,7 @@ make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall INSTALLSTRIP=""
# install the default Skin # install the default Skin
install -d %{buildroot}%{_datadir}/mplayer/Skin/ install -d %{buildroot}%{_datadir}/mplayer/Skin/
@ -387,6 +369,9 @@ exit 0
%endif %endif
%changelog %changelog
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-2mamba
- rebuilt with debug package; removed requirement for mplayer-fonts
* Sat Nov 23 2019 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba * Sat Nov 23 2019 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
- automatic version update by autodist - automatic version update by autodist