]> git.pld-linux.org Git - packages/DFBSee.git/blame - DFBSee.spec
- gcc4 fix.
[packages/DFBSee.git] / DFBSee.spec
CommitLineData
347ffa74 1Summary: DirectFBSee - an image viewer and video player for the Linux framebuffer
f664c79e 2Summary(pl.UTF-8): DirectFBSee - przeglądarka obrazków i filmów dla linuksowego framebuffera
347ffa74
JB
3Name: DFBSee
4Version: 0.7.4
72863f3f 5Release: 4
347ffa74
JB
6License: GPL
7Group: Applications/Graphics
8Source0: http://www.directfb.org/download/DFBSee/%{name}-%{version}.tar.gz
0f6ff43a 9# Source0-md5: 3320a976457d3b3e9eaef530fdf56b37
72863f3f 10Patch0: %{name}-API-fix.patch
3a8f9fcc 11Patch1: %{name}-gcc4.patch
d23f26dd 12URL: http://www.directfb.org/index.php?path=Development/Projects/DFBSee
347ffa74
JB
13BuildRequires: DirectFB-devel >= 0.9.15
14BuildRequires: autoconf
17066311 15BuildRequires: automake
f6a8a206 16BuildRequires: pkgconfig
347ffa74
JB
17Requires: DirectFB-font-ft2
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21DirectFBSee is an image viewer and video player for the Linux
22framebuffer. dfbsee opens the specified file and tries the image and
23video providers available with DirectFB. At the moment these are PNG,
24JPEG, GIF and MPEG or a Video4Linux video device.
25
96a87c29
JR
26%description -l pl.UTF-8
27DirectFBSee to przeglądarka obrazków i filmów dla linuksowego
28framebuffera. dfbsee otwiera podany plik i próbuje dostępnych modułów
29dostarczających grafikę i obraz DirectFB. Aktualnie są to PNG, JPEG,
30GIF oraz MPEG lub urządzenie Video4Linux.
347ffa74
JB
31
32%prep
33%setup -q
72863f3f 34%patch0 -p1
3a8f9fcc 35%patch1 -p1
347ffa74
JB
36
37%build
8232c21c 38cp -f /usr/share/automake/config.sub .
347ffa74
JB
39%{__autoconf}
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
6832f22e
PG
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
347ffa74
JB
48
49%clean
50rm -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.054408 seconds and 4 git commands to generate.