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