]> git.pld-linux.org Git - packages/smplayer.git/blob - smplayer.spec
- fix double encoded utf8, and some bad byte: ście<C5>żka
[packages/smplayer.git] / smplayer.spec
1 Summary:        smplayer - mplayer frontend
2 Summary(pl.UTF-8):      smplayer - nakładka na mplayera
3 Name:           smplayer
4 Version:        0.2.26
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://smplayer.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  3af1fe4698f6286d2adc05de1593ce9f
10 URL:            http://smplayer.sourceforge.net/
11 BuildRequires:  Qt3Support-devel
12 BuildRequires:  QtCore-devel
13 BuildRequires:  QtGui-devel
14 BuildRequires:  kdelibs-devel >= 9:3.2.0
15 BuildRequires:  qt4-build
16 BuildRequires:  qt4-qmake
17 BuildRequires:  rpmbuild(macros) >= 1.129
18 Requires:       mplayer
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 SMPlayer intends to be a complete front-end for MPlayer, from basic
23 features like playing videos, DVDs, and VCDs to more advanced features
24 like support for MPlayer filters and more.
25
26 One of the most interesting features of SMPlayer: it remembers the
27 settings of all files you play. So you start to watch a movie but you
28 have to leave... don't worry, when you open that movie again it will
29 resume at the same point you left it, and with the same settings:
30 audio track, subtitles, volume...
31
32 %description -l pl.UTF-8
33 SMPlayer stara się być kompletną nakładką na MPlayera, począwszy
34 od podstawowych funkcji jak odtwarzanie plików video, DVD i VCD
35 kończąc na bardziej zaawansowanych opcjach jak obsługa filtrów
36 MPlayera oraz wiele więcej.
37
38 Jedną z najciekawszych funkcji SMPlayera jest to, że zapamiętuje
39 ustawienia wszystkich plików jakie odgrywasz. Zaczynasz oglądać
40 film, ale musisz wyjść... nie martw się, kiedy odtworzysz film
41 ponownie zacznie od momentu, w którym go wyłączyłeś i z tymi
42 samymi ustawieniami jak: ścieżka dźwiękowa, napisy,
43 głośność...
44
45 %prep
46 %setup -q
47
48 %build
49 cd src
50 rm -f Makefile
51 qt3to4 -alwaysOverwrite %{name}.pro
52 qt4-qmake
53 %{__make}
54
55 %install
56 rm -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
64 rm -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.063817 seconds and 4 git commands to generate.