Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37500362
en ru br
ALT Linux repos
S:15.2.0-alt2

Group :: Video
RPM: smplayer-skins

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: smplayer-skins
Version: 15.2.0
Release: alt2
Summary: Skins for SMPlayer
License: GPLv2
Group: Video
Url: http://smplayer.sourceforge.net/

Source0: %name-%version.tar.bz2

BuildArch: noarch

%description
This package provides skin themes for SMPlayer.
SMPlayer is a graphical user interface (GUI) for the award-winning mplayer
and also for mpv. But apart from providing access for the most common
and useful options of mplayer and mpv, SMPlayer adds other interesting features
like the possibility to play Youtube videos or search and download subtitles.
One of the main features is the ability to remember the state of a
played file, so when you play it later it will be resumed at the same point
and with the same settings.

%prep
%setup

%install
mkdir -p %buildroot%_datadir/smplayer/themes
ls -1 themes/*/main.css | \
while read f ; do
   cp -ar `dirname $f` %buildroot/%_datadir/smplayer/themes/
done

%files
%_datadir/smplayer/themes/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin