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
Epoch: 1
Version: 1.4
Release: 1mamba
Release: 2mamba
Summary: MPlayer, the Movie Player for Linux
Group: Applications/Multimedia
Vendor: openmamba
@ -17,8 +17,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://mplayerhq.hu/
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
Source2: mplayer.desktop
Patch0: %{name}-0.90pre9-runtimemsg.patch
@ -107,7 +105,7 @@ BuildRequires: libz-devel
BuildRequires: lirc-devel
%endif
BuildRequires: mpg123-devel
BuildRequires: mplayer-fonts
#BuildRequires: mplayer-fonts
BuildRequires: perl-devel
## AUTOBUILDREQ-END
%if "%{stage1}" != "1"
@ -126,28 +124,12 @@ BuildRequires: ladspa-devel
#BuildRequires: libmad-devel
#BuildRequires: libflac-devel
#BuildRequires: libdvdnav-devel
Requires: mplayer-fonts
#Requires: mplayer-fonts
%if %with_mencoder
Requires: mencoder = %{?epoch:%epoch:}%{version}-%{release}
%endif
Provides: MPlayer = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: libhda
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 (?))
Obsoletes: mplayer-fonts <= 1.1
%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.
@ -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.
%endif
%debug_package
%prep
%setup -q -n MPlayer-%{version}
#mplayer-export-%{sourcever}
#%patch0 -p1 -b .runtimemsg
#%patch1 -p1 -b .playlist
#%patch5 -p1 -b .liblzo_path
#%patch7 -p1
#-D -T
#:<< _EOF
%patch8 -p1
%build
#:<< _EOF
find . -name "CVS" | xargs rm -rf
%if %with_plf
@ -276,7 +258,7 @@ make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%makeinstall INSTALLSTRIP=""
# install the default Skin
install -d %{buildroot}%{_datadir}/mplayer/Skin/
@ -387,6 +369,9 @@ exit 0
%endif
%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
- automatic version update by autodist