]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - directfb/directfb.nm
libevent: Update to 2.0.17.
[people/amarx/ipfire-3.x.git] / directfb / directfb.nm
CommitLineData
86f7e98f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
86f7e98f
SS
4###############################################################################
5
74423daa 6name = directfb
802ea3af
MT
7version = 1.4.1
8release = 2
74423daa 9thisapp = DirectFB-%{version}
86f7e98f 10
802ea3af
MT
11groups = System/Graphics
12url = http://www.directfb.org/
13license = LGPLv2+
14summary = Graphics abstraction library for the Linux Framebuffer Device.
86f7e98f 15
802ea3af 16description
86f7e98f
SS
17 DirectFB is a thin library that provides hardware graphics acceleration, \
18 input device handling and abstraction, integrated windowing system with \
19 support for translucent windows and multiple display layers on top of the \
20 Linux Framebuffer Device.
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 freetype-devel
74423daa 28 libjpeg-devel
802ea3af
MT
29 libVNCServer-devel
30 perl
31 sysfsutils-devel
32 zlib-devel
33 end
34
35 configure_options += \
36 --disable-x11 \
37 --enable-sdl \
38 --enable-video4linux2 \
39 --enable-libv412 \
40 --enable-zlib \
41 --with-dither-rgb16=advanced \
42 --disable-mmx \
43 --disable-sse
44end
45
46packages
47 package %{name}
74423daa 48
802ea3af
MT
49 package %{name}-devel
50 template DEVEL
51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end