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