]> git.pld-linux.org Git - packages/smplayer.git/blame - smplayer.spec
- rel 2; just to rebuild with Polish description
[packages/smplayer.git] / smplayer.spec
CommitLineData
3afc2154 1Summary: smplayer - mplayer frontend
5df27f1d 2Summary(pl.UTF-8): smplayer - nakładka na mplayera
57e0a3eb 3Name: smplayer
4Version: 0.2.26
9d24259d 5Release: 2
57e0a3eb 6License: GPL
7Group: X11/Applications
8Source0: http://smplayer.sourceforge.net/download/%{name}-%{version}.tar.gz
9# Source0-md5: 3af1fe4698f6286d2adc05de1593ce9f
10URL: http://smplayer.sourceforge.net/
11BuildRequires: Qt3Support-devel
12BuildRequires: QtCore-devel
13BuildRequires: QtGui-devel
14BuildRequires: kdelibs-devel >= 9:3.2.0
15BuildRequires: qt4-build
16BuildRequires: qt4-qmake
17BuildRequires: rpmbuild(macros) >= 1.129
e660ba90 18Requires: mplayer
57e0a3eb 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
e660ba90 22SMPlayer intends to be a complete front-end for MPlayer, from basic
23features like playing videos, DVDs, and VCDs to more advanced features
24like support for MPlayer filters and more.
57e0a3eb 25
e660ba90 26One of the most interesting features of SMPlayer: it remembers the
27settings of all files you play. So you start to watch a movie but you
28have to leave... don't worry, when you open that movie again it will
29resume at the same point you left it, and with the same settings:
30audio track, subtitles, volume...
57e0a3eb 31
3afc2154 32%description -l pl.UTF-8
5df27f1d
ER
33SMPlayer stara się być kompletną nakładką na MPlayera, począwszy
34od podstawowych funkcji jak odtwarzanie plików video, DVD i VCD
35kończąc na bardziej zaawansowanych opcjach jak obsługa filtrów
36MPlayera oraz wiele więcej.
3afc2154 37
5df27f1d
ER
38Jedną z najciekawszych funkcji SMPlayera jest to, że zapamiętuje
39ustawienia wszystkich plików jakie odgrywasz. Zaczynasz oglądać
40film, ale musisz wyjść... nie martw się, kiedy odtworzysz film
41ponownie zacznie od momentu, w którym go wyłączyłeś i z tymi
42samymi ustawieniami jak: ścieżka dźwiękowa, napisy,
43głośność...
57e0a3eb 44
45%prep
46%setup -q
47
48%build
5df27f1d 49cd src
57e0a3eb 50rm -f Makefile
51qt3to4 -alwaysOverwrite %{name}.pro
52qt4-qmake
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
135c09a1 59 PREFIX=$RPM_BUILD_ROOT%{_prefix}/ \
60 KDE_PREFIX=$RPM_BUILD_ROOT%{_prefix}/ \
61 CONF_PREFIX=$RPM_BUILD_ROOT%{_prefix}/
57e0a3eb 62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
68%attr(755,root,root) %{_bindir}/*
135c09a1 69%{_desktopdir}/smplayer.desktop
70%{_docdir}/packages/smplayer/Changelog
71%{_docdir}/packages/smplayer/Copying.txt
72%{_docdir}/packages/smplayer/Not_so_obvious_things.txt
73%{_docdir}/packages/smplayer/README.txt
74%{_iconsdir}/hicolor/*/apps/smplayer.png
75%{_datadir}/smplayer/input.conf
76%lang(de) %{_datadir}/smplayer/translations/smplayer_de.qm
77%lang(es) %{_datadir}/smplayer/translations/smplayer_es.qm
78%lang(sk) %{_datadir}/smplayer/translations/smplayer_sk.qm
This page took 0.768329 seconds and 4 git commands to generate.