]> git.pld-linux.org Git - packages/smplayer.git/blame_incremental - smplayer.spec
- rel 2; just to rebuild with Polish description
[packages/smplayer.git] / smplayer.spec
... / ...
CommitLineData
1Summary: smplayer - mplayer frontend
2Summary(pl.UTF-8): smplayer - nakładka na mplayera
3Name: smplayer
4Version: 0.2.26
5Release: 2
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
18Requires: mplayer
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
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.
25
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...
31
32%description -l pl.UTF-8
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.
37
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ść...
44
45%prep
46%setup -q
47
48%build
49cd src
50rm -f Makefile
51qt3to4 -alwaysOverwrite %{name}.pro
52qt4-qmake
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 PREFIX=$RPM_BUILD_ROOT%{_prefix}/ \
60 KDE_PREFIX=$RPM_BUILD_ROOT%{_prefix}/ \
61 CONF_PREFIX=$RPM_BUILD_ROOT%{_prefix}/
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%files
67%defattr(644,root,root,755)
68%attr(755,root,root) %{_bindir}/*
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.075237 seconds and 4 git commands to generate.