2024-01-06 07:20:52 +01:00
|
|
|
%define skindir %{_datadir}/mplayer/Skin
|
|
|
|
|
|
|
|
Name: mplayer-skins
|
2024-01-06 07:20:53 +01:00
|
|
|
Version: 3.2
|
2024-01-06 07:20:52 +01:00
|
|
|
Release: 2mamba
|
|
|
|
Summary: Collection of skins for MPlayer
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:20:53 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://mplayerhq.hu/
|
|
|
|
Source0: mplayer-skins-%{version}.tar.bz2
|
|
|
|
Source1: mplayer-skins-autoupdate
|
2024-01-06 07:20:52 +01:00
|
|
|
License: GPL
|
2024-01-06 07:20:53 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:20:52 +01:00
|
|
|
Requires: mplayer >= 1.0
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a collection of additional skins for the GUI version of MPlayer, the movie player for Linux.
|
|
|
|
Install this package if you wish to change the appeareance of MPlayer.
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 07:20:53 +01:00
|
|
|
%setup -q -c -a0
|
2024-01-06 07:20:52 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 07:20:53 +01:00
|
|
|
mkdir build
|
|
|
|
cd build
|
|
|
|
for f in ../*.tar.bz2; do
|
|
|
|
tar xf ${f}
|
|
|
|
done
|
2024-01-06 07:20:52 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
2024-01-06 07:20:53 +01:00
|
|
|
|
2024-01-06 07:20:52 +01:00
|
|
|
%{__mkdir_p} %{buildroot}%{skindir}
|
2024-01-06 07:20:53 +01:00
|
|
|
cd build
|
2024-01-06 07:20:52 +01:00
|
|
|
%{__cp} -a * %{buildroot}%{skindir}/
|
2024-01-06 07:20:53 +01:00
|
|
|
# Remmove default theme already in mplayer-gui
|
|
|
|
rm -rf %{buildroot}%{skindir}/Blue
|
2024-01-06 07:20:52 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
2024-01-06 07:20:53 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{skindir}/*
|
|
|
|
%{skindir}/*/*
|
2024-01-06 07:20:52 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:20:53 +01:00
|
|
|
* Tue Jun 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2-2mamba
|
|
|
|
- add autoupdate script; specfile fixes
|
|
|
|
|
|
|
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:20:52 +01:00
|
|
|
* Wed Jul 10 2013 Automatic Build System <autodist@mambasoft.it> 1.7-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 09 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.5-3mamba
|
|
|
|
- rebuild and update sources
|
|
|
|
|
|
|
|
* Tue Jun 28 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.5-2qilnx
|
|
|
|
- rebuild and moved from devel-contrib repository to devel repository
|
|
|
|
|
2024-01-06 07:20:53 +01:00
|
|
|
* Mon Sep 20 2004 Matteo Bernasconi <voyagernm@virgilio.it> 1.5-1qilnx
|
2024-01-06 07:20:52 +01:00
|
|
|
- First Build
|