]> git.pld-linux.org Git - packages/DFBSee.git/blob - DFBSee.spec
- new
[packages/DFBSee.git] / DFBSee.spec
1 Summary:        DirectFBSee - an image viewer and video player for the Linux framebuffer
2 Summary(pl):    DirectFBSee - przegl±darka obrazków i filmów dla linuksowego framebuffera
3 Name:           DFBSee
4 Version:        0.7.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.directfb.org/download/DFBSee/%{name}-%{version}.tar.gz
9 URL:            http://www.directfb.org/
10 BuildRequires:  DirectFB-devel >= 0.9.15
11 BuildRequires:  autoconf
12 Requires:       DirectFB-font-ft2
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DirectFBSee is an image viewer and video player for the Linux
17 framebuffer. dfbsee opens the specified file and tries the image and
18 video providers available with DirectFB. At the moment these are PNG,
19 JPEG, GIF and MPEG or a Video4Linux video device.
20
21 %description -l pl
22 DirectFBSee to przegl±darka obrazków i filmów dla linuksowego
23 framebuffera. dfbsee otwiera podany plik i próbuje dostêpnych modu³ów
24 dostarczaj±cych grafikê i obraz DirectFB. Aktualnie s± to PNG, JPEG,
25 GIF oraz MPEG lub urz±dzenie Video4Linux.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog NEWS README
46 %attr(755,root,root) %{_bindir}/*
47 %{_datadir}/%{name}
48 %{_mandir}/man1/*
This page took 0.073461 seconds and 4 git commands to generate.