]> git.pld-linux.org Git - packages/DirectFB.git/blame_incremental - DirectFB.spec
- Turned back --with to --without [Thanx Qboosh].
[packages/DirectFB.git] / DirectFB.spec
... / ...
CommitLineData
1#
2# Conditional build:
3# _without_flash - don't build FLASH support
4# _without_mpg - don't build support for MPG/MPEG3
5#
6Summary: DirectFB - Hardware graphics acceleration
7Summary(pl): DirectFB - Wspomaganie grafiki
8Name: DirectFB
9Version: 0.9.15
10Release: 1
11License: LGPL v2+
12Group: Libraries
13Source0: http://www.directfb.org/download/%{name}/%{name}-%{version}.tar.gz
14Source1: http://www.directfb.org/download/DirectFB/DFBTutorials-0.5.0.tar.gz
15Patch0: %{name}-am.patch
16URL: http://www.directfb.org/
17#BuildRequires: SDL-devel
18BuildRequires: autoconf
19BuildRequires: automake
20%{!?_without_flash:BuildRequires: flash-devel >= 0.4.10-5}
21BuildRequires: freetype-devel >= 2.0.2
22BuildRequires: libjpeg-devel >= 6b
23%{!?_without_mpg:BuildRequires: libmpeg3-devel}
24BuildRequires: libpng-devel >= 1.0
25BuildRequires: libtool
26BuildRequires: zlib-devel >= 1.1.3
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%define dfbdir %{_libdir}/directfb-%{version}
30
31%description
32DirectFB hardware graphics acceleration - libraries.
33
34%description -l pl
35Wspomaganie grafiki DirectFB - biblioteki.
36
37%package devel
38Summary: DirectFB - development package
39